Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdeea0ad authored by Netanel Belgazal's avatar Netanel Belgazal Committed by David S. Miller
Browse files

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: default avatarNetanel Belgazal <netanel@annapurnalabs.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b66a8043
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;