[v2,0/3] app/testpmd: fix the command to set tunnel TSO

Message ID 20231111045944.46378-1-lihuisong@huawei.com (mailing list archive)
Headers
Series app/testpmd: fix the command to set tunnel TSO |

Message

lihuisong (C) Nov. 11, 2023, 4:59 a.m. UTC
  Please see each patch in the series for detail.

---
 -v2: fix the position of check code based on Ferruh's comments

Huisong Li (3):
  app/testpmd: fix random value to set tunnel TSO
  app/testpmd: add the explicit check for tunnel TSO offload
  app/testpmd: fix unnecessary change when set tunnel TSO

 app/test-pmd/cmdline.c | 93 ++++++++++++++++++++----------------------
 1 file changed, 44 insertions(+), 49 deletions(-)
  

Comments

Ferruh Yigit Nov. 11, 2023, 5:59 a.m. UTC | #1
On 11/11/2023 4:59 AM, Huisong Li wrote:
> Please see each patch in the series for detail.
> 
> ---
>  -v2: fix the position of check code based on Ferruh's comments
> 
> Huisong Li (3):
>   app/testpmd: fix random value to set tunnel TSO
>   app/testpmd: add the explicit check for tunnel TSO offload
>   app/testpmd: fix unnecessary change when set tunnel TSO
> 

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@amd.com>

Series applied to dpdk-next-net/main, thanks.