Re: [PATCH] dpdk-testpmd: call get/set link settings interface

2024-04-04 Thread Ferruh Yigit
On 4/3/2024 11:53 PM, Marek Pazdan wrote: > Add cmdline options for utilizing get/set link settings API > added before in patch this patch depends on. Purpose of this > change is to provide mechanism for testing link settings interface > API. > > Signed-off-by: Marek Pazdan > --- > Depends-on: pa

[PATCH] dpdk-testpmd: call get/set link settings interface

2024-04-04 Thread Marek Pazdan
Add cmdline options for utilizing get/set link settings API added before in patch this patch depends on. Purpose of this change is to provide mechanism for testing link settings interface API. Signed-off-by: Marek Pazdan --- Depends-on: patch-139082 ("lib: add get/set link settings interface") --