> -----Original Message----- > From: Min Hu (Connor) <humi...@huawei.com> > Sent: Wednesday, April 28, 2021 16:37 > To: dev@dpdk.org > Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Li, Xiaoyun <xiaoyun...@intel.com> > Subject: [PATCH v2 2/2] app/testpmd: fix link speed for a specified port > > From: Huisong Li <lihuis...@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: sta...@dpdk.org > > Signed-off-by: Huisong Li <lihuis...@huawei.com> > Signed-off-by: Min Hu (Connor) <humi...@huawei.com> > --- > app/test-pmd/cmdline.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Acked-by: Xiaoyun Li <xiaoyun...@intel.com>