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

