DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/4] automatic link recovery on ixgbe/igb VF
Date: Thu,  5 May 2016 05:10:42 +0800	[thread overview]
Message-ID: <1462396246-26517-1-git-send-email-wenzhuo.lu@intel.com> (raw)

Now if the PF link is down and up, VF doesn't handle this event,
user need to reset the VF port to let it recover.
This patch set addes the support of the mailbox interruption on
VF. So, VF can receice the messges for physical link down/up.
And VF will handle this event and let the VF link recover
automatically.

Wenzhuo Lu (4):
  ixgbe: VF supports mailbox interruption for PF link up/down
  igb: VF supports mailbox interruption for PF link up/down
  ixgbe: automatic link recovery on VF
  igb: automatic link recovery on VF

 doc/guides/rel_notes/release_16_07.rst |  11 ++
 drivers/net/e1000/e1000_ethdev.h       |  14 ++
 drivers/net/e1000/igb_ethdev.c         | 244 +++++++++++++++++++++++++++++++++
 drivers/net/e1000/igb_rxtx.c           |  38 +++++
 drivers/net/ixgbe/ixgbe_ethdev.c       | 169 ++++++++++++++++++++++-
 drivers/net/ixgbe/ixgbe_ethdev.h       |  14 ++
 drivers/net/ixgbe/ixgbe_rxtx.c         |  34 +++++
 drivers/net/ixgbe/ixgbe_rxtx.h         |   2 +
 8 files changed, 523 insertions(+), 3 deletions(-)

-- 
1.9.3

             reply	other threads:[~2016-05-04 21:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-04 21:10 Wenzhuo Lu [this message]
2016-05-04 21:10 ` [dpdk-dev] [PATCH 1/4] ixgbe: VF supports mailbox interruption for PF link up/down Wenzhuo Lu
2016-05-04 21:10 ` [dpdk-dev] [PATCH 2/4] igb: " Wenzhuo Lu
2016-05-04 21:10 ` [dpdk-dev] [PATCH 3/4] ixgbe: automatic link recovery on VF Wenzhuo Lu
2016-05-16 12:01   ` Olivier Matz
2016-05-17  1:11     ` Lu, Wenzhuo
2016-05-17  7:50       ` Olivier MATZ
2016-05-17  8:20         ` Lu, Wenzhuo
2016-05-04 21:10 ` [dpdk-dev] [PATCH 4/4] igb: " Wenzhuo Lu
2016-05-24  5:46 ` [dpdk-dev] [PATCH 0/4] automatic link recovery on ixgbe/igb VF Lu, Wenzhuo

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=1462396246-26517-1-git-send-email-wenzhuo.lu@intel.com \
    --to=wenzhuo.lu@intel.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 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).