Re: [PATCH v6 2/2] app/testpmd: enable L4 SW csum over multi segments

2022-02-04 Thread Ferruh Yigit
On 1/24/2022 12:28 PM, Xiaoyun Li wrote: Csum forwarding mode only supports software UDP/TCP csum calculation for single segment packets when hardware offload is not enabled. This patch enables software UDP/TCP csum calculation over multiple segments. Signed-off-by: Xiaoyun Li Tested-by: Sunil

[PATCH v6 2/2] app/testpmd: enable L4 SW csum over multi segments

2022-01-24 Thread Xiaoyun Li
Csum forwarding mode only supports software UDP/TCP csum calculation for single segment packets when hardware offload is not enabled. This patch enables software UDP/TCP csum calculation over multiple segments. Signed-off-by: Xiaoyun Li Tested-by: Sunil Pai G --- app/test-pmd/csumonly.c