Re: [dpdk-dev] [PATCH v2] net/mlx5: fix link status initialization

2018-04-11 Thread Shahaf Shuler
Tuesday, April 10, 2018 11:18 AM, Nélio Laranjeiro: > Subject: Re: [PATCH v2] net/mlx5: fix link status initialization > > On Tue, Apr 10, 2018 at 09:13:36AM +0300, Shahaf Shuler wrote: > > Following commit 7ba5320baa32 ("net/mlx5: fix link status behavior") > > The initial link status is no longe

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix link status initialization

2018-04-10 Thread Nélio Laranjeiro
On Tue, Apr 10, 2018 at 09:13:36AM +0300, Shahaf Shuler wrote: > Following commit 7ba5320baa32 ("net/mlx5: fix link status behavior") > The initial link status is no longer set as part of the port start. > > When LSC interrupts are enabled, ethdev layer reads the link status > directly from the de

[dpdk-dev] [PATCH v2] net/mlx5: fix link status initialization

2018-04-09 Thread Shahaf Shuler
Following commit 7ba5320baa32 ("net/mlx5: fix link status behavior") The initial link status is no longer set as part of the port start. When LSC interrupts are enabled, ethdev layer reads the link status directly from the device data instead of using the PMD callback. This may cause application t