Re: [PATCH net-next] net: mvpp2: Add missing VLAN tag detection

From: David Miller
Date: Sat May 19 2018 - 22:00:24 EST


From: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>
Date: Fri, 18 May 2018 09:33:39 +0200

> Marvell PPv2 Header Parser sets some bits in the 'result_info' field in
> each lookup iteration, to identify different packet attributes such as
> DSA / VLAN tag, protocol infos, etc. This is used in further
> classification stages in the controller.
>
> It's the DSA tag detection entry that is in charge of detecting when there
> is a single VLAN tag.
>
> This commits adds the missing update of the result_info in this case.
>
> Signed-off-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>

Applied, thanks.