RE: [PATCH v2] net/ice: fix scalar Rx and Tx path segment

2022-11-10 Thread Ye, MingjinX
> -Original Message- > From: Zhang, Qi Z > Sent: 2022年11月10日 18:37 > To: Ye, MingjinX ; dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Lu, Wenzhuo ; Wu, > Jingjing ; Li, Xiaoyun ; Ferruh > Yigit > Subject: RE: [PATCH v2] net/ice: fix sc

RE: [PATCH v2] net/ice: fix scalar Rx and Tx path segment

2022-11-10 Thread Zhang, Qi Z
t; Subject: [PATCH v2] net/ice: fix scalar Rx and Tx path segment > > CRC is stripped by the hardware in the scattered Rx path. If the last buffer > packet length is '0', the scalar Tx path would send empty buffer that causes > the Tx queue to overflow. Please separate this

RE: [PATCH v2] net/ice: fix scalar Rx and Tx path segment

2022-11-09 Thread Xu, Ke1
bject: [PATCH v2] net/ice: fix scalar Rx and Tx path segment > > CRC is stripped by the hardware in the scattered Rx path. If the last buffer > packet length is '0', the scalar Tx path would send empty buffer that causes > the Tx queue to overflow. > > This patch adds a

[PATCH v2] net/ice: fix scalar Rx and Tx path segment

2022-11-08 Thread Mingjin Ye
CRC is stripped by the hardware in the scattered Rx path. If the last buffer packet length is '0', the scalar Tx path would send empty buffer that causes the Tx queue to overflow. This patch adds a judgment for the last buffer length to fix this issue, so that it would free the mbuf associated to