Re: [PATCH 3/4] net-next: tag_mtk: add flow_dissect callback to the ops struct

From: Andrew Lunn
Date: Wed Aug 09 2017 - 09:54:25 EST


On Wed, Aug 09, 2017 at 02:41:18PM +0200, John Crispin wrote:
> The MT7530 inserts the 4 magic header in between the 802.3 address and
> protocol field. The patch implements the callback that can be called by
> the flow dissector to figure out the real protocol and offset of the
> network header. With this patch applied we can properly parse the packet
> and thus make hashing function properly.
>
> Signed-off-by: Muciri Gatimu <muciri@xxxxxxxxxxxx>
> Signed-off-by: Shashidhar Lakkavalli <shashidhar.lakkavalli@xxxxxxxxxxxx>
> Signed-off-by: John Crispin <john@xxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew