From: Netanel Belgazal Date: Thu, 9 Feb 2017 13:21:27 +0000 (+0200) Subject: net/ena: remove ntuple filter support from device feature list X-Git-Tag: v4.1.12-93~2^2~166 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6ec4e803104a50f4a32c8624da35da1a04502e7f;p=users%2Fjedix%2Flinux-maple.git net/ena: remove ntuple filter support from device feature list Orabug: 25535122 Remove NETIF_F_NTUPLE from netdev->features. The ENA device driver does not support ntuple filtering. Signed-off-by: Netanel Belgazal Signed-off-by: David S. Miller (cherry picked from commit fdeea0ad87fd05e5fcb5e7b6643eabc34f29405a) Signed-off-by: Brian Maly --- diff --git a/drivers/net/ethernet/amazon/ena/ena_netdev.c b/drivers/net/ethernet/amazon/ena/ena_netdev.c index 39f0aa43fc09..09136f2bd66a 100644 --- a/drivers/net/ethernet/amazon/ena/ena_netdev.c +++ b/drivers/net/ethernet/amazon/ena/ena_netdev.c @@ -2729,7 +2729,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;