DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] an example for VF link reset
Date: Mon,  6 Jun 2016 13:48:12 +0800	[thread overview]
Message-ID: <1465192093-28651-1-git-send-email-wenzhuo.lu@intel.com> (raw)

Add a new example to show how to handle the reset event
on VF when PF link down/up.

PS: This patch set is base on the patch set *support reset
of VF link*.

Wenzhuo Lu (1):
  examples: add a new example for link reset

 MAINTAINERS                             |   4 +
 doc/guides/sample_app_ug/link_reset.rst | 177 ++++++++
 examples/link_reset/Makefile            |  50 +++
 examples/link_reset/main.c              | 769 ++++++++++++++++++++++++++++++++
 4 files changed, 1000 insertions(+)
 create mode 100644 doc/guides/sample_app_ug/link_reset.rst
 create mode 100644 examples/link_reset/Makefile
 create mode 100644 examples/link_reset/main.c

-- 
1.9.3

             reply	other threads:[~2016-06-06  5:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06  5:48 Wenzhuo Lu [this message]
2016-06-06  5:48 ` [dpdk-dev] [PATCH] examples: add a new example for " Wenzhuo Lu
2016-06-08  0:25   ` Ananyev, Konstantin
2016-06-08  7:24     ` Lu, Wenzhuo
2016-06-08  8:37       ` Ananyev, Konstantin
2016-06-08  9:00         ` Thomas Monjalon
2016-06-12  0:56           ` 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=1465192093-28651-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).