mbox

[V4,0/5] add vf checksum offload and tso case for tunnel packets.

Message ID 20221222093715.116863-1-ke1.xu@intel.com (mailing list archive)
Headers

Message

Ke Xu Dec. 22, 2022, 9:37 a.m. UTC
  In DPDK 22.11, checksum offload for inner and outer checksum for tunnel packets
 and tunnel tso is supported. This patch is to support validation these packets.

This patch also fix typos and bugs in previous cases.

Ke Xu, Weiyuan Li (5):
  tests/vf_offload: fix 2 typos and a bug.
  tests/vf_offload: add vf checksum hw offload case for tunneling
    packets.
  tests/vf_offload: add vf tso case for tunneling packets.
  tests/vf_offload: dts adaptation DPDK checksum function changes
  tests/vf_offload: add new method to anayse tunnel packets.

 tests/TestSuite_vf_offload.py | 448 +++++++++++++++++++++++++++++++++-
 1 file changed, 438 insertions(+), 10 deletions(-)