DPDK patches and discussions
 help / color / mirror / Atom feed
From: Adrien Mazarguil <adrien.mazarguil@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>, dev@dpdk.org
Subject: [dpdk-dev] [PATCH v1 0/4] net/mlx4: RSS fixes
Date: Thu, 19 Oct 2017 18:11:00 +0200	[thread overview]
Message-ID: <1508429034-27506-1-git-send-email-adrien.mazarguil@6wind.com> (raw)

This series enforces WQ creation order to make sure WQNs are assigned
sequentially to Rx queues and fixes a few minor issues related to
initialization code.

This addresses l3fwd-power startup issues.

Adrien Mazarguil (4):
  net/mlx4: use dedicated list iterator
  net/mlx4: fix useless flow rules synchronization
  net/mlx4: fix indirection table error rollback
  net/mlx4: relax Rx queue configuration order

 drivers/net/mlx4/mlx4.c      |  23 +--
 drivers/net/mlx4/mlx4_flow.c |   4 +-
 drivers/net/mlx4/mlx4_rxq.c  | 388 ++++++++++++++++++++++++++++----------
 drivers/net/mlx4/mlx4_rxtx.h |   5 +
 4 files changed, 307 insertions(+), 113 deletions(-)

-- 
2.1.4

             reply	other threads:[~2017-10-19 16:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-19 16:11 Adrien Mazarguil [this message]
2017-10-19 16:11 ` [dpdk-dev] [PATCH v1 1/4] net/mlx4: use dedicated list iterator Adrien Mazarguil
2017-10-19 16:11 ` [dpdk-dev] [PATCH v1 2/4] net/mlx4: fix useless flow rules synchronization Adrien Mazarguil
2017-10-19 16:11 ` [dpdk-dev] [PATCH v1 3/4] net/mlx4: fix indirection table error rollback Adrien Mazarguil
2017-10-19 16:11 ` [dpdk-dev] [PATCH v1 4/4] net/mlx4: relax Rx queue configuration order Adrien Mazarguil
2017-10-23 19:18 ` [dpdk-dev] [PATCH v1 0/4] net/mlx4: RSS fixes 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=1508429034-27506-1-git-send-email-adrien.mazarguil@6wind.com \
    --to=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=nelio.laranjeiro@6wind.com \
    /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).