patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [BACKPORT 0/5] net/i40e: fix multiple driver support issue
@ 2018-02-09  7:41 Beilei Xing
  2018-02-09  7:41 ` [dpdk-stable] [BACKPORT 1/5] net/i40e: warn when writing global registers Beilei Xing
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Beilei Xing @ 2018-02-09  7:41 UTC (permalink / raw)
  To: stable

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-11  3:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09  7:41 [dpdk-stable] [BACKPORT 0/5] net/i40e: fix multiple driver support issue Beilei Xing
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

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).