Re: [dpdk-dev] [PATCH v4 1/2] net/mlx5: link status update separation

2017-09-11 Thread Ferruh Yigit
On 9/6/2017 4:14 PM, Adrien Mazarguil wrote: > On Wed, Sep 06, 2017 at 06:03:57PM +0300, Matan Azrad wrote: >> Link status is sometimes inconsistent during a LSC event. >> When it occurs, the PMD refrains from immediately notifying >> the application; instead, an alarm is scheduled to check >> link

Re: [dpdk-dev] [PATCH v4 1/2] net/mlx5: link status update separation

2017-09-06 Thread Adrien Mazarguil
On Wed, Sep 06, 2017 at 06:03:57PM +0300, Matan Azrad wrote: > Link status is sometimes inconsistent during a LSC event. > When it occurs, the PMD refrains from immediately notifying > the application; instead, an alarm is scheduled to check > link status later and notify the application once it ha

[dpdk-dev] [PATCH v4 1/2] net/mlx5: link status update separation

2017-09-06 Thread Matan Azrad
Link status is sometimes inconsistent during a LSC event. When it occurs, the PMD refrains from immediately notifying the application; instead, an alarm is scheduled to check link status later and notify the application once it has settled. In the previous code the alarm callback calls to the inte