> -----Original Message-----
> From: Ye, MingjinX <mingjinx...@intel.com>
> Sent: Saturday, November 12, 2022 12:13 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.y...@intel.com>; sta...@dpdk.org; Zhou, YidingX
> <yidingx.z...@intel.com>; Ye, MingjinX <mingjinx...@intel.com>; Zhang, Qi
> Z <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Ferruh Yigit
> <ferruh.yi...@intel.com>; Lu, Wenzhuo <wenzhuo...@intel.com>; Li,
> Xiaoyun <xiaoyun...@intel.com>
> Subject: [PATCH v4 1/2] net/ice: fix scalar Rx path segment
>
> CRC is stripped by the hardware in the scattered Rx path. The last buffer is
> invalid if it's packet length is zero.
>
> This patch adds a judgment for the last buffer length to fix this issue, it
> would
> free the mbuf associated to the last one if the last buffer is empty.
>
> Fixes: 6eac0b7fde95 ("net/ice: support advance Rx/Tx")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Mingjin Ye <mingjinx...@intel.com>
v3 already be applied, no new change on v4, will ignore this patch.