patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Beilei Xing <beilei.xing@intel.com>
To: stable@dpdk.org
Subject: [dpdk-stable] [BACKPORT 0/5] net/i40e: fix multiple driver support issue
Date: Fri,  9 Feb 2018 15:41:35 +0800	[thread overview]
Message-ID: <1518162100-106136-1-git-send-email-beilei.xing@intel.com> (raw)

DPDK i40e PMD will modify some global registers during initialization
and post initialization, there'll be impact during use of 700 series
Ethernet Adapter with both Linux kernel and DPDK PMD.
This patchset adds logs for global configuration and adds device args
to disable global configuration and change interrupt for PF.

This patchset is based on 17.11 LTS.
Commit id: 3d2804be6e883ed31fe41dc79a840dbee96eb29a

Beilei Xing (5):
  net/i40e: warn when writing global registers
  net/i40e: add debug logs when writing global registers
  net/i40e: fix multiple driver support
  net/i40e: fix interrupt conflict with multi-driver
  net/i40e: fix Rx interrupt

 doc/guides/nics/i40e.rst          |  23 ++
 drivers/net/i40e/i40e_ethdev.c    | 470 +++++++++++++++++++++++++++++---------
 drivers/net/i40e/i40e_ethdev.h    |  61 ++++-
 drivers/net/i40e/i40e_ethdev_vf.c |   4 +-
 drivers/net/i40e/i40e_fdir.c      |  39 ++--
 drivers/net/i40e/i40e_flow.c      |   8 +
 6 files changed, 476 insertions(+), 129 deletions(-)

-- 
2.5.5

             reply	other threads:[~2018-02-09  7:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09  7:41 Beilei Xing [this message]
2018-02-09  7:41 ` [dpdk-stable] [BACKPORT 1/5] net/i40e: warn when writing global registers Beilei Xing
2018-02-09  7:41 ` [dpdk-stable] [BACKPORT 2/5] net/i40e: add debug logs " Beilei Xing
2018-02-09  7:41 ` [dpdk-stable] [BACKPORT 3/5] net/i40e: fix multiple driver support Beilei Xing
2018-02-09  7:41 ` [dpdk-stable] [BACKPORT 4/5] net/i40e: fix interrupt conflict with multi-driver Beilei Xing
2018-02-09  7:41 ` [dpdk-stable] [BACKPORT 5/5] net/i40e: fix Rx interrupt Beilei Xing
2018-02-11  3:08 ` [dpdk-stable] [BACKPORT 0/5] net/i40e: fix multiple driver support issue Yuanhan Liu

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=1518162100-106136-1-git-send-email-beilei.xing@intel.com \
    --to=beilei.xing@intel.com \
    --cc=stable@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).