Re: [dpdk-dev] [PATCH] net/mlx5: fix link state on device start

2018-01-24 Thread Nélio Laranjeiro
Hi Shahaf, On Tue, Jan 23, 2018 at 07:01:06PM +0200, Shahaf Shuler wrote: > Following commit c7bf62255edf ("net/mlx5: fix handling link status event") > the link state must be up in order for the burst function to be set on > the device ops. > > As the link may take time to move between down and

[dpdk-dev] [PATCH] net/mlx5: fix link state on device start

2018-01-23 Thread Shahaf Shuler
Following commit c7bf62255edf ("net/mlx5: fix handling link status event") the link state must be up in order for the burst function to be set on the device ops. As the link may take time to move between down and up state it is possible the rte_eth_dev_start call will return with wrong burst funct