Re: [dpdk-dev] [PATCH 6/6] net/ionic: correctly set link speed and autonegotiation

2021-01-18 Thread Ferruh Yigit
On 1/11/2021 7:02 PM, Andrew Boyer wrote: Don't assume autoneg in link_update(). Always call ionic_dev_cmd_port_autoneg() in start(). This allows the client to specify the link settings. Signed-off-by: Andrew Boyer Fixes: 598f6726390f ("net/ionic: add basic port operations") Cc: sta

[dpdk-dev] [PATCH 6/6] net/ionic: correctly set link speed and autonegotiation

2021-01-11 Thread Andrew Boyer
Don't assume autoneg in link_update(). Always call ionic_dev_cmd_port_autoneg() in start(). This allows the client to specify the link settings. Signed-off-by: Andrew Boyer --- drivers/net/ionic/ionic_ethdev.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-)