RE: [PATCH] net/ice: support link speed change

2023-05-14 Thread Zhang, Qi Z
> -Original Message- > From: Deng, KaiwenX > Sent: Friday, April 14, 2023 1:00 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; Deng, KaiwenX ; > Zhang, Qi Z > Subject: [PATCH] net/ice: support link speed change > > Support l

[PATCH] net/ice: support link speed change

2023-04-13 Thread Kaiwen Deng
Support link speed change functions for ice, and when start the ice, apply link speed to hardware. This feature supports changing the link speed via the testpmd command "port config speed 10|100|1000|1|25000|4|5|10 |20|40|auto duplex half|full|auto". Signed-off-by: Kaiwen