Re: [PATCH net v2] net: mvpp2: cls: Add missing NETIF_F_NTUPLE flag

2019-05-13 Thread David Miller
From: Maxime Chevallier Date: Mon, 13 May 2019 09:30:33 +0200 > Now that the mvpp2 driver supports classification offloading, we must > add the NETIF_F_NTUPLE to the features list. > > Since the current code doesn't allow disabling the feature, we don't set > the flag in dev->hw_features. > > F

[PATCH net v2] net: mvpp2: cls: Add missing NETIF_F_NTUPLE flag

2019-05-13 Thread Maxime Chevallier
Now that the mvpp2 driver supports classification offloading, we must add the NETIF_F_NTUPLE to the features list. Since the current code doesn't allow disabling the feature, we don't set the flag in dev->hw_features. Fixes: 90b509b39ac9 ("net: mvpp2: cls: Add Classification offload support") Rep