]> git.droids-corp.org - dpdk.git/commit
app/testpmd: add SW L4 checksum in multi-segments
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 24 Jan 2022 12:28:57 +0000 (20:28 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 4 Feb 2022 12:44:55 +0000 (13:44 +0100)
commite6b9d6411e91be7289409238f05ad1c09e8a0d05
tree67ad18da7123677d2a67675f511a138bf1754a9b
parentd178f693bbfe07506d6e3e23a3ce9c34ee554444
app/testpmd: add SW L4 checksum in multi-segments

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 <xiaoyun.li@intel.com>
Tested-by: Sunil Pai G <sunil.pai.g@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/csumonly.c
doc/guides/rel_notes/release_22_03.rst