Re: [PATCH v2 0/3] bugfix about KEEP CRC offload

2024-11-26 Thread Stephen Hemminger
On Thu, 18 Jul 2024 19:48:02 +0800 Jie Hai wrote: > From: Dengdui Huang > > For hns3 NIC, when KEEP_CRC offload is enabled, the CRC data is still be > stripped in rare scenarios. > Some users of hns3 are already using this feature. So driver has to > recaculate packet CRC. > > In addition, i

Re: [PATCH v2 0/3] bugfix about KEEP CRC offload

2024-07-18 Thread lihuisong (C)
For series. Acked-by: Huisong Li 在 2024/7/18 19:48, Jie Hai 写道: From: Dengdui Huang For hns3 NIC, when KEEP_CRC offload is enabled, the CRC data is still be stripped in rare scenarios. Some users of hns3 are already using this feature. So driver has to recaculate packet CRC. In addition,

[PATCH v2 0/3] bugfix about KEEP CRC offload

2024-07-18 Thread Jie Hai
From: Dengdui Huang For hns3 NIC, when KEEP_CRC offload is enabled, the CRC data is still be stripped in rare scenarios. Some users of hns3 are already using this feature. So driver has to recaculate packet CRC. In addition, in the mbuf, the data that exceeds the length specified by pkt_len i