All of lore.kernel.org
 help / color / mirror / Atom feed
From: Danny Zhou <danny.zhou-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Subject: [PATCH v1 3/3] tools: enable binding NIC device to uio_pci_generic
Date: Thu, 29 Jan 2015 17:28:19 +0800	[thread overview]
Message-ID: <1422523699-17181-4-git-send-email-danny.zhou@intel.com> (raw)
In-Reply-To: <1422523699-17181-1-git-send-email-danny.zhou-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Add uio_pci_generic to the list of supported DPDK driver.

Signed-off-by: Danny Zhou <danny.zhou-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Tested-by: Qun Wan <qun.wan-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 tools/dpdk_nic_bind.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dpdk_nic_bind.py b/tools/dpdk_nic_bind.py
index 812b6a1..2483056 100755
--- a/tools/dpdk_nic_bind.py
+++ b/tools/dpdk_nic_bind.py
@@ -43,7 +43,7 @@ ETHERNET_CLASS = "0200"
 # Each device within this is itself a dictionary of device properties
 devices = {}
 # list of supported DPDK drivers
-dpdk_drivers = [ "igb_uio", "vfio-pci" ]
+dpdk_drivers = [ "igb_uio", "vfio-pci", "uio_pci_generic" ]
 
 # command-line arg flags
 b_flag = None
-- 
1.8.1.4

  parent reply	other threads:[~2015-01-29  9:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29  9:28 [PATCH 0/3] Enable uio_pci_generic support Danny Zhou
     [not found] ` <1422523699-17181-1-git-send-email-danny.zhou-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-01-29  9:28   ` [PATCH v1 1/3] eal: enable " Danny Zhou
     [not found]     ` <1422523699-17181-2-git-send-email-danny.zhou-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-02-18 13:39       ` Thomas Monjalon
2015-02-19 15:48         ` Zhou, Danny
2015-01-29  9:28   ` [PATCH v1 2/3] eal: add interrupt enable/disable routines for uio_pci_generic Danny Zhou
2015-01-29  9:28   ` Danny Zhou [this message]
2015-02-09 14:30   ` [PATCH 0/3] Enable uio_pci_generic support Bruce Richardson
2015-01-29  9:34 ` Qiu, Michael

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=1422523699-17181-4-git-send-email-danny.zhou@intel.com \
    --to=danny.zhou-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.