DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Add link status notification support to Mellanox PMDs
@ 2015-10-05 17:56 Adrien Mazarguil
  2015-10-05 17:56 ` [dpdk-dev] [PATCH 1/3] eal: new interrupt handler type Adrien Mazarguil
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Adrien Mazarguil @ 2015-10-05 17:56 UTC (permalink / raw)
  To: dev

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.

Nelio Laranjeiro (3):
  eal: new interrupt handler type
  mlx4: handle interrupts
  mlx5: handle interrupts

 drivers/net/mlx4/mlx4.c                            | 166 +++++++++++++++++++++
 drivers/net/mlx4/mlx4.h                            |   3 +
 drivers/net/mlx5/mlx5.c                            |   3 +
 drivers/net/mlx5/mlx5.h                            |   7 +
 drivers/net/mlx5/mlx5_defs.h                       |   3 +
 drivers/net/mlx5/mlx5_ethdev.c                     | 150 +++++++++++++++++++
 drivers/net/mlx5/mlx5_trigger.c                    |   4 +
 lib/librte_eal/linuxapp/eal/eal_interrupts.c       |  34 +++--
 .../linuxapp/eal/include/exec-env/rte_interrupts.h |   1 +
 9 files changed, 356 insertions(+), 15 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-11-02 11:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-05 17:56 [dpdk-dev] [PATCH 0/3] Add link status notification support to Mellanox PMDs Adrien Mazarguil
2015-10-05 17:56 ` [dpdk-dev] [PATCH 1/3] eal: new interrupt handler type Adrien Mazarguil
2015-10-20 20:25   ` David Marchand
2015-10-05 17:56 ` [dpdk-dev] [PATCH 2/3] mlx4: handle interrupts Adrien Mazarguil
2015-10-05 17:56 ` [dpdk-dev] [PATCH 3/3] mlx5: " Adrien Mazarguil
2015-10-30 18:57 ` [dpdk-dev] [PATCH v2 0/3] Add link status notification support to Mellanox PMDs Adrien Mazarguil
2015-10-30 18:57   ` [dpdk-dev] [PATCH v2 1/3] eal: new interrupt handler type Adrien Mazarguil
2015-10-30 18:57   ` [dpdk-dev] [PATCH v2 2/3] mlx4: handle interrupts Adrien Mazarguil
2015-10-30 18:57   ` [dpdk-dev] [PATCH v2 3/3] mlx5: " Adrien Mazarguil
2015-11-01 10:32   ` [dpdk-dev] [PATCH v2 0/3] Add link status notification support to Mellanox PMDs Thomas Monjalon
2015-11-02 11:12     ` Adrien Mazarguil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).