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

2024-11-12 Thread Jie Hai
Hi, stephen, ferruh, thomas, This group of patches does not modify the API and is a problem for hns3 driver. Can the patches be applied in the current window? Best regards, Jie Hai On 2024/7/19 17:04, Jie Hai wrote: For hns3 NIC, when KEEP_CRC offload is enabled, the CRC data is still be strip

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

2024-11-05 Thread Jie Hai
Hi, all maintainers, Kindly ping for reviews. Thanks, Jie Hai On 2024/7/19 17:04, Jie Hai wrote: 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 ad

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

2024-10-17 Thread Jie Hai
Hi, all maintainers, Kindly ping for review. Thanks, Jie Hai On 2024/7/19 17:04, Jie Hai wrote: 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 a

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

2024-09-04 Thread Jie Hai
Hi, all maintainers, Kindly ping for review. Thanks, Jie Hai On 2024/7/19 17:04, Jie Hai wrote: 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 add

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

2024-08-09 Thread Jie Hai
All maintainers, Hi, kindly ping for review. Thanks, Jie Hai On 2024/7/19 17:04, Jie Hai wrote: 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 add

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

2024-07-19 Thread fengchengwen
Series-reviewed-by: Chengwen Feng On 2024/7/19 17:04, Jie Hai wrote: > 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, th

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

2024-07-19 Thread Jie Hai
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 is invalid. Therefore, if t