patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: Beilei Xing <beilei.xing@intel.com>,
	jingjing.wu@intel.com, stable@dpdk.org
Subject: Re: [dpdk-stable] [BACKPORT v5 0/4] net/i40e: fix multiple driver support issue
Date: Tue, 06 Feb 2018 17:11:25 +0000	[thread overview]
Message-ID: <1517937085.9796.7.camel@debian.org> (raw)
In-Reply-To: <1517887056-46596-1-git-send-email-beilei.xing@intel.com>

On Tue, 2018-02-06 at 11:17 +0800, Beilei Xing wrote:
> 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 16.11.4 LTS.
> Commit id: 516447a5056c093e4d020011a69216b453576782
> 
> v5 changes:
>  - Change the prefix with BACKPORT instead of PATCH.
> 
> v4 changes:
>  - Add doc for new parameter.
>  - Fix logical error.
> 
> v3 changes:
>  - Fix interrupt conflict when using multiple driver.
> 
> v2 changes:
>  - Add warning logs and debug logs.
> 
> Beilei Xing (4):
>   net/i40e: add warnings when writing global registers
>   net/i40e: add debug logs when writing global registers
>   net/i40e: fix multiple driver support issue
>   net/i40e: fix interrupt conflict when using multi-driver
> 
>  doc/guides/nics/i40e.rst          |  27 +++
>  drivers/net/i40e/i40e_ethdev.c    | 412
> ++++++++++++++++++++++++++++----------
>  drivers/net/i40e/i40e_ethdev.h    |  63 +++++-
>  drivers/net/i40e/i40e_ethdev_vf.c |   4 +-
>  4 files changed, 392 insertions(+), 114 deletions(-)

This is a new feature-ish (new command line parameter), but given it's
backward compatible (disabled by default) and will be tested by the
vendor, I am OK with including it in the 16.11 LTS.

Series applied and pushed to dpdk-stable/16.11. Thanks!

-- 
Kind regards,
Luca Boccassi

  parent reply	other threads:[~2018-02-06 17:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1516702905-131472-1-git-send-email-beilei.xing@intel.com>
2018-02-01 11:59 ` [dpdk-stable] [PATCH v2 0/3] " Beilei Xing
2018-02-01 12:00   ` [dpdk-stable] [PATCH v2 1/3] net/i40e: add warnings when writing global registers Beilei Xing
2018-02-01 12:00   ` [dpdk-stable] [PATCH v2 2/3] net/i40e: add debug logs " Beilei Xing
2018-02-01 12:00   ` [dpdk-stable] [PATCH v2 3/3] net/i40e: fix multiple driver support issue Beilei Xing
     [not found]   ` <1517574310-93096-1-git-send-email-beilei.xing@intel.com>
2018-02-02 12:25     ` [dpdk-stable] [PATCH v3 1/4] net/i40e: add warnings when writing global registers Beilei Xing
2018-02-02 12:25     ` [dpdk-stable] [PATCH v3 2/4] net/i40e: add debug logs " Beilei Xing
2018-02-02 12:25     ` [dpdk-stable] [PATCH v3 3/4] net/i40e: fix multiple driver support issue Beilei Xing
2018-02-02 12:25     ` [dpdk-stable] [PATCH v3 4/4] net/i40e: fix interrupt conflict when using multi-driver Beilei Xing
2018-02-05  8:31     ` [dpdk-stable] [PATCH v4 0/4] net/i40e: fix multiple driver support issue Beilei Xing
2018-02-05  8:31       ` [dpdk-stable] [PATCH v4 1/4] net/i40e: add warnings when writing global registers Beilei Xing
2018-02-05  8:31       ` [dpdk-stable] [PATCH v4 2/4] net/i40e: add debug logs " Beilei Xing
2018-02-05  8:32       ` [dpdk-stable] [PATCH v4 3/4] net/i40e: fix multiple driver support issue Beilei Xing
2018-02-06  3:17       ` [dpdk-stable] [BACKPORT v5 0/4] " Beilei Xing
2018-02-06  3:17         ` [dpdk-stable] [BACKPORT v5 1/4] net/i40e: add warnings when writing global registers Beilei Xing
2018-02-06  3:17         ` [dpdk-stable] [BACKPORT v5 2/4] net/i40e: add debug logs " Beilei Xing
2018-02-06  3:17         ` [dpdk-stable] [BACKPORT v5 3/4] net/i40e: fix multiple driver support issue Beilei Xing
2018-02-06  3:17         ` [dpdk-stable] [BACKPORT v5 4/4] net/i40e: fix interrupt conflict when using multi-driver Beilei Xing
2018-02-06 17:11         ` Luca Boccassi [this message]
2018-02-05  8:34     ` [dpdk-stable] [PATCH v4 " Beilei Xing

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=1517937085.9796.7.camel@debian.org \
    --to=bluca@debian.org \
    --cc=beilei.xing@intel.com \
    --cc=jingjing.wu@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).