Skip to content

Commit 7991487

Browse files
vcgomesanguy11
authored andcommitted
igc: Allow for Flex Filters to be installed
Allows Flex Filters to be installed. The previous restriction to the types of filters that can be installed can now be lifted. Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
1 parent 2b477d0 commit 7991487

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/net/ethernet/intel/igc/igc_ethtool.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,12 +1300,6 @@ static int igc_ethtool_add_nfc_rule(struct igc_adapter *adapter,
13001300
return -EOPNOTSUPP;
13011301
}
13021302

1303-
if ((fsp->flow_type & FLOW_EXT) &&
1304-
fsp->m_ext.vlan_tci != htons(VLAN_PRIO_MASK)) {
1305-
netdev_dbg(netdev, "VLAN mask not supported\n");
1306-
return -EOPNOTSUPP;
1307-
}
1308-
13091303
if (fsp->ring_cookie >= adapter->num_rx_queues) {
13101304
netdev_dbg(netdev, "Invalid action\n");
13111305
return -EINVAL;

0 commit comments

Comments
 (0)