Re: [PATCH] app/testpmd: support config all offload

2023-10-31 Thread Ferruh Yigit
On 10/24/2023 3:45 AM, lihuisong (C) wrote: ... > > 在 2023/10/23 10:29, Chengwen Feng 写道: >> Extend supports all offload configuration in following commands: >> 1. port config 0 rx_offload all on/off >> 2. port config 0 tx_offload all on/off >> 3. port 0 rxq 0 rx_offload all on/off >> 4. port 0

Re: [PATCH] app/testpmd: support config all offload

2023-10-23 Thread lihuisong (C)
It is more better if support config these offloads for all ports using one command. Some driver may select their Rx/Tx function. If user want to run many ports in an app, they may not specify any port to start, like "dpdk-testpmd -l 10-18 -- -i". In this case, it will be very helpful to modify t

Re: [PATCH] app/testpmd: support config all offload

2023-10-22 Thread fengchengwen
Add cc to testpmd's maintainer due tools failed to add. On 2023/10/23 10:29, Chengwen Feng wrote: > Extend supports all offload configuration in following commands: > 1. port config 0 rx_offload all on/off > 2. port config 0 tx_offload all on/off > 3. port 0 rxq 0 rx_offload all on/off > 4. port 0

[PATCH] app/testpmd: support config all offload

2023-10-22 Thread Chengwen Feng
Extend supports all offload configuration in following commands: 1. port config 0 rx_offload all on/off 2. port config 0 tx_offload all on/off 3. port 0 rxq 0 rx_offload all on/off 4. port 0 txq 0 tx_offload all on/off Signed-off-by: Chengwen Feng --- app/test-pmd/cmdline.c