Re: [PATCH v1 2/3] app/testpmd: add the explicit check for tunnel TSO offload

2023-11-10 Thread lihuisong (C)
Hi Ferruh, Thanks for you review so fast. 在 2023/11/11 11:30, Ferruh Yigit 写道: On 11/10/2023 8:19 AM, Huisong Li wrote: If port don't support TSO of tunnel packets, tell user in advance and no need to change other configuration of this port in case of fault spread. In addition, if some tunnel

Re: [PATCH v1 2/3] app/testpmd: add the explicit check for tunnel TSO offload

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 8:19 AM, Huisong Li wrote: > If port don't support TSO of tunnel packets, tell user in advance and > no need to change other configuration of this port in case of fault spread. > > In addition, if some tunnel offloads don't support, which is not an error > case, the log about this sh

[PATCH v1 2/3] app/testpmd: add the explicit check for tunnel TSO offload

2023-11-10 Thread Huisong Li
If port don't support TSO of tunnel packets, tell user in advance and no need to change other configuration of this port in case of fault spread. In addition, if some tunnel offloads don't support, which is not an error case, the log about this shouldn't be to stderr. Fixes: 3926dd2b6668 ("app/te