mbox series

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

Message ID 20221223085527.29760-1-ke1.xu@intel.com (mailing list archive)
Headers
Series add vf checksum offload and tso case for tunnel packets. |

Message

Ke Xu Dec. 23, 2022, 8:55 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: add new method to anayse tunnel packets.
  tests/vf_offload: fix and improve unstable implementations.

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

Comments

Fu, Qi Dec. 26, 2022, 1:53 a.m. UTC | #1
Acked-by: Fu, Qi <qi.fu@intel.com>

> -----Original Message-----
> From: Xu, Ke1 <ke1.xu@intel.com>
> Sent: Friday, December 23, 2022 4:55 PM
> To: dts@dpdk.org
> Cc: Xu, Ke1 <ke1.xu@intel.com>; Li, WeiyuanX <weiyuanx.li@intel.com>; Fu,
> Qi <qi.fu@intel.com>; Tu, Lijuan <lijuan.tu@intel.com>
> Subject: [DTS][PATCH V6 0/5] add vf checksum offload and tso case for
> tunnel packets.
> 
> 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: add new method to anayse tunnel packets.
>   tests/vf_offload: fix and improve unstable implementations.
> 
>  tests/TestSuite_vf_offload.py | 440
> +++++++++++++++++++++++++++++++++-
>  1 file changed, 430 insertions(+), 10 deletions(-)
> 
> --
> 2.25.1
  
Tu, Lijuan Dec. 26, 2022, 4:41 a.m. UTC | #2
> -----Original Message-----
> From: Xu, Ke1 <ke1.xu@intel.com>
> Sent: Friday, December 23, 2022 4:55 PM
> To: dts@dpdk.org
> Cc: Xu, Ke1 <ke1.xu@intel.com>; Li, WeiyuanX <weiyuanx.li@intel.com>;
> Fu, Qi <qi.fu@intel.com>; Tu, Lijuan <lijuan.tu@intel.com>
> Subject: [DTS][PATCH V6 0/5] add vf checksum offload and tso case for
> tunnel packets.
> 
> 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: add new method to anayse tunnel packets.
>   tests/vf_offload: fix and improve unstable implementations.

Applied the series, thanks