[dpdk-dev] [PATCH v2 2/2] app/testpmd: fix link speed for a specified port

Andrew Rybchenko andrew.rybchenko at oktetlabs.ru
Fri Jul 2 12:02:14 CEST 2021


On 4/29/21 11:42 AM, Li, Xiaoyun wrote:
>> -----Original Message-----
>> From: Min Hu (Connor) <humin29 at huawei.com>
>> Sent: Wednesday, April 28, 2021 16:37
>> To: dev at dpdk.org
>> Cc: Yigit, Ferruh <ferruh.yigit at intel.com>; Li, Xiaoyun <xiaoyun.li at intel.com>
>> Subject: [PATCH v2 2/2] app/testpmd: fix link speed for a specified port
>>
>> From: Huisong Li <lihuisong at huawei.com>
>>
>> When we use the following cmd to modify the link speed of specified
>> port: "port config <port_id> speed xxx duplex xxx", we have to stop all ports. It's
>> not necessary.
>>
>> Fixes: 82113036e4e5 ("ethdev: redesign link speed config")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Huisong Li <lihuisong at huawei.com>
>> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
>> ---
>>  app/test-pmd/cmdline.c | 8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> Acked-by: Xiaoyun Li <xiaoyun.li at intel.com>
> 

>From v1:
Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied the patch only, thanks.


More information about the dev mailing list