DPDK patches and discussions
 help / color / mirror / Atom feed
From: Adrien Mazarguil <adrien.mazarguil@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/3] Add link status notification support to Mellanox PMDs
Date: Mon,  5 Oct 2015 19:56:32 +0200	[thread overview]
Message-ID: <1444067795-29748-1-git-send-email-adrien.mazarguil@6wind.com> (raw)

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

             reply	other threads:[~2015-10-05 17:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05 17:56 Adrien Mazarguil [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444067795-29748-1-git-send-email-adrien.mazarguil@6wind.com \
    --to=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).