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

From: David Miller
Date: Mon May 13 2019 - 11:52:42 EST


From: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>
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.
>
> Fixes: 90b509b39ac9 ("net: mvpp2: cls: Add Classification offload support")
> Reported-by: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
> Acked-by: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
> Signed-off-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>
> ---
> V2: Rebased on latest -net, added Jakub's Ack, gave more details in the
> commit log about not adding the flag in hw_features.

Applied, thanks.