[dpdk-dev] [PATCH v2 0/3] Add link status notification support to Mellanox PMDs

2015-11-02 Thread Adrien Mazarguil
On Sun, Nov 01, 2015 at 11:32:06AM +0100, Thomas Monjalon wrote: > 2015-10-30 19:57, Adrien Mazarguil: > > Mellanox PMDs (mlx4 and mlx5) support link status notification with > > libibverbs through a file descriptor, in a manner reminiscent of UIO/VFIO. > > > > It still requires a new "external" i

[dpdk-dev] [PATCH v2 0/3] Add link status notification support to Mellanox PMDs

2015-11-01 Thread Thomas Monjalon
2015-10-30 19:57, Adrien Mazarguil: > Mellanox PMDs (mlx4 and mlx5) support link status notification with > libibverbs through a file descriptor, in a manner reminiscent of UIO/VFIO. > > It still requires a new "external" interrupt handler type since contrary > to other types, this file descriptor

[dpdk-dev] [PATCH v2 0/3] Add link status notification support to Mellanox PMDs

2015-10-30 Thread Adrien Mazarguil
Mellanox PMDs (mlx4 and mlx5) support link status notification with libibverbs through a file descriptor, in a manner reminiscent of UIO/VFIO. It still requires a new "external" interrupt handler type since contrary to other types, this file descriptor must not be processed by EAL. Changes in v2: