Re: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser issue

2018-07-09 Thread Zhang, Qi Z
> -Original Message- > From: Lin, Xueqin > Sent: Thursday, July 5, 2018 2:33 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: FW: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser > issue > > > > >

Re: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser issue

2018-07-09 Thread Zhang, Qi Z
> -Original Message- > From: Lin, Xueqin > Sent: Thursday, July 5, 2018 2:33 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: FW: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser > issue > > > > >

[dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser issue

2018-07-04 Thread Beilei Xing
Since PPPoL2TP profile is updated, PPPoL2TP packet type parser will be false with the current parser function. This patch fixes the issue. Fixes: 11556c915a08 ("net/i40e: improve packet type parser") Cc: sta...@dpdk.org Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 3 ++- 1 fi