Monday, March 12, 2018 3:43 PM, Nelio Laranjeiro: > This series applies on top of [1] and cleans up the DPDK API implementation > for the link status. > > [1] > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdp > dk.org%2Fdev%2Fpatchwork%2Fpatch%2F35653%2F&data=02%7C01%7Csha > hafs%40mellanox.com%7C53adbbb3cbac4c7036f508d5881f6948%7Ca652971c > 7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636564590863924988&sdata=ic9Y > UOQLHq719ebOXxX%2FlS%2BgzWX7R7CFa7qXrOEG7xs%3D&reserved=0 > > Changes in v2: > - Removes kernel version verification, the bug it tried to detected was fixed > several commit after in the PMD. Implementation in mlx5 kernel driver is > only available since v4.9. > - Removes the alarm handler as this can be worked around by not > acknowledging > the event until the link becomes stable. > - Clean-up the API implementation by letting the application handle the > interrupt and decide by itself to start/stop the device. > > Nelio Laranjeiro (3): > net/mlx5: remove kernel version check > net/mlx5: fix link status behavior > net/mlx5: fix link status to use wait to complete
Series applied to next-net-mlx, thanks.