Re: [PATCH v1 3/3] app/testpmd: fix unnecessary change when set tunnel TSO

2023-11-10 Thread lihuisong (C)
在 2023/11/11 11:37, Ferruh Yigit 写道: On 11/10/2023 8:19 AM, Huisong Li wrote: Currently, there are two conditions to set tunnel TSO, like "parse tunnel" and "outer IP checksum". If these conditions are not satisfied, testpmd should not change their configuration, like tx_offloads on port and p

Re: [PATCH v1 3/3] app/testpmd: fix unnecessary change when set tunnel TSO

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 8:19 AM, Huisong Li wrote: > Currently, there are two conditions to set tunnel TSO, like "parse tunnel" > and "outer IP checksum". If these conditions are not satisfied, testpmd > should not change their configuration, like tx_offloads on port and per > queue, and no need to request "

[PATCH v1 3/3] app/testpmd: fix unnecessary change when set tunnel TSO

2023-11-10 Thread Huisong Li
Currently, there are two conditions to set tunnel TSO, like "parse tunnel" and "outer IP checksum". If these conditions are not satisfied, testpmd should not change their configuration, like tx_offloads on port and per queue, and no need to request "reconfig device". Fixes: 597f9fafe13b ("app/test