Re: [PATCH] app/testpmd: support config offloads for all ports

2023-11-10 Thread Ferruh Yigit
On 11/11/2023 2:50 AM, Ferruh Yigit wrote: > On 11/10/2023 9:10 AM, Dengdui Huang wrote: >> Support config Rx/Tx offload for all ports in following commands: >> 1. port config all rx_offload (offloading) (on|off) >> 2. port config all tx_offload (offloading) (on|off) >> >> Signed-off-by: Dengdui Hu

Re: [PATCH] app/testpmd: support config offloads for all ports

2023-11-10 Thread lihuisong (C)
在 2023/11/11 10:50, Ferruh Yigit 写道: On 11/10/2023 9:10 AM, Dengdui Huang wrote: Support config Rx/Tx offload for all ports in following commands: 1. port config all rx_offload (offloading) (on|off) 2. port config all tx_offload (offloading) (on|off) Signed-off-by: Dengdui Huang Acked-by: Ch

Re: [PATCH] app/testpmd: support config offloads for all ports

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 9:10 AM, Dengdui Huang wrote: > Support config Rx/Tx offload for all ports in following commands: > 1. port config all rx_offload (offloading) (on|off) > 2. port config all tx_offload (offloading) (on|off) > > Signed-off-by: Dengdui Huang > Acked-by: Chengwen Feng > Reviewed-by: F