Browse Source

net/ena: remove ntuple filter support from device feature list

Remove NETIF_F_NTUPLE from netdev->features.
The ENA device driver does not support ntuple filtering.

Signed-off-by: Netanel Belgazal <netanel@annapurnalabs.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Netanel Belgazal 8 years ago
parent
commit
fdeea0ad87
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/amazon/ena/ena_netdev.c

+ 0 - 1
drivers/net/ethernet/amazon/ena/ena_netdev.c

@@ -2720,7 +2720,6 @@ static void ena_set_dev_offloads(struct ena_com_dev_get_features_ctx *feat,
 	netdev->features =
 		dev_features |
 		NETIF_F_SG |
-		NETIF_F_NTUPLE |
 		NETIF_F_RXHASH |
 		NETIF_F_HIGHDMA;