From: "Nélio Laranjeiro" <nelio.laranjeiro@6wind.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH 0/7] Fix Rx interrupt support in mlx4 and mlx5
Date: Wed, 14 Jun 2017 16:28:02 +0200 [thread overview]
Message-ID: <20170614142802.GR18438@autoinstall.dev.6wind.com> (raw)
In-Reply-To: <cover.1497439616.git.adrien.mazarguil@6wind.com>
On Wed, Jun 14, 2017 at 01:49:10PM +0200, Adrien Mazarguil wrote:
> Several issues mainly related to error handling were found in both
> implementations as they share most of their Rx interrupts handling code.
>
> Another problem with the mlx4 implementation is that it does not work
> properly with multiple ports adapters that share a common PCI device.
>
> Adrien Mazarguil (7):
> net/mlx4: fix typos from prior commit
> net/mlx4: fix Rx interrupts with multiple ports
> net/mlx4: fix Rx interrupts management
> net/mlx5: fix misplaced Rx interrupts functions
> net/mlx5: fix Rx interrupts support checks
> net/mlx5: fix return value in Rx interrupts code
> net/mlx5: fix Rx interrupts management
>
> drivers/net/mlx4/mlx4.c | 179 ++++++++++++++++-------------------
> drivers/net/mlx4/mlx4.h | 1 +
> drivers/net/mlx5/mlx5.c | 2 +
> drivers/net/mlx5/mlx5_rxq.c | 142 ++++++++++++++++++---------
> drivers/net/mlx5/mlx5_rxtx.c | 73 --------------
> drivers/net/mlx5/mlx5_rxtx.h | 12 +--
> drivers/net/mlx5/mlx5_trigger.c | 16 ++--
> 7 files changed, 194 insertions(+), 231 deletions(-)
>
> --
> 2.1.4
For the series:
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
--
Nélio Laranjeiro
6WIND
next prev parent reply other threads:[~2017-06-14 14:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 11:49 [PATCH 0/7] Fix Rx interrupt support in mlx4 and mlx5 Adrien Mazarguil
2017-06-14 11:49 ` [PATCH 1/7] net/mlx4: fix typos from prior commit Adrien Mazarguil
2017-06-14 11:49 ` [PATCH 2/7] net/mlx4: fix Rx interrupts with multiple ports Adrien Mazarguil
2017-06-16 13:07 ` Ferruh Yigit
2017-06-16 13:39 ` Adrien Mazarguil
2017-06-16 13:49 ` Ferruh Yigit
2017-06-14 11:49 ` [PATCH 3/7] net/mlx4: fix Rx interrupts management Adrien Mazarguil
2017-06-14 11:49 ` [PATCH 4/7] net/mlx5: fix misplaced Rx interrupts functions Adrien Mazarguil
2017-06-14 11:49 ` [PATCH 5/7] net/mlx5: fix Rx interrupts support checks Adrien Mazarguil
2017-06-14 11:49 ` [PATCH 6/7] net/mlx5: fix return value in Rx interrupts code Adrien Mazarguil
2017-06-14 11:49 ` [PATCH 7/7] net/mlx5: fix Rx interrupts management Adrien Mazarguil
2017-06-14 14:28 ` Nélio Laranjeiro [this message]
2017-06-16 13:51 ` [PATCH 0/7] Fix Rx interrupt support in mlx4 and mlx5 Ferruh Yigit
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=20170614142802.GR18438@autoinstall.dev.6wind.com \
--to=nelio.laranjeiro@6wind.com \
--cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.