Re: [dpdk-dev] net/ice: fix error setting for L2TAG

2020-05-20 Thread Ye Xiaolong
On 05/20, Jeff Guo wrote: >Base on HW, if a packet be split into multiple segments, the L2TAG >should only be valid on the last Rx descriptor. So fix it by setting >L2TAG into mbuf when processing the last split packet. > >Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx") > >Signed-off-by:

Re: [dpdk-dev] net/ice: fix error setting for L2TAG

2020-05-20 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Thursday, May 21, 2020 5:46 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia > > Subject: [dpdk-dev] net/ice: fix error setting for L2TAG > > Base on HW, if a packet be spl

[dpdk-dev] net/ice: fix error setting for L2TAG

2020-05-20 Thread Jeff Guo
Base on HW, if a packet be split into multiple segments, the L2TAG should only be valid on the last Rx descriptor. So fix it by setting L2TAG into mbuf when processing the last split packet. Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx") Signed-off-by: Jeff Guo --- drivers/net/ice/ic