RE: [EXT] Re: [PATCH net] net: mvpp2: prs: fix PPPoE with ipv6 packet parse

2020-12-17 Thread Stefan Chulski
> External Email > > -- > Hi Stefan, > > Quoting stef...@marvell.com (2020-12-17 18:23:11) > > From: Stefan Chulski > > > > Current PPPoE+IPv6 entry is jumping to 'next-hdr' > > field and not to 'DIP' field as done for IPv4. >

Re: [PATCH net] net: mvpp2: prs: fix PPPoE with ipv6 packet parse

2020-12-17 Thread Antoine Tenart
Hi Stefan, Quoting stef...@marvell.com (2020-12-17 18:23:11) > From: Stefan Chulski > > Current PPPoE+IPv6 entry is jumping to 'next-hdr' > field and not to 'DIP' field as done for IPv4. > > Fixes: db9d7d36eecc ("net: mvpp2: Split the PPv2 driver to a dedicated > directory") That's not the

[PATCH net] net: mvpp2: prs: fix PPPoE with ipv6 packet parse

2020-12-17 Thread stefanc
From: Stefan Chulski Current PPPoE+IPv6 entry is jumping to 'next-hdr' field and not to 'DIP' field as done for IPv4. Fixes: db9d7d36eecc ("net: mvpp2: Split the PPv2 driver to a dedicated directory") Reported-by: Liron Himi Signed-off-by: Stefan Chulski ---