[dpdk-dev] [PATCH 1/2] eal: add flag to force unbind device

2013-07-10 Thread Thomas Monjalon
10/07/2013 15:14, Damien Millescamps : > Some devices need to be unbound in order to be used via the PMD > without kernel module. > > Signed-off-by: Damien Millescamps > --- acked and applied -- Thomas

[dpdk-dev] [PATCH 1/2] eal: add flag to force unbind device

2013-07-10 Thread Damien Millescamps
Some devices need to be unbound in order to be used via the PMD without kernel module. Signed-off-by: Damien Millescamps --- lib/librte_eal/common/include/rte_pci.h |2 ++ lib/librte_eal/linuxapp/eal/eal_pci.c |5 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lib