[dpdk-dev] [PATCH v2] tools/dpdk_nic_bind: Fix can't bind virtio-pci issue

2015-03-05 Thread Thomas Monjalon
> > The dpdk_nic_bind script will not allow ports to be bound or unbound if > > none of the > > kernel modules supported by DPDK is loaded. This patch relaxes this > > restriction by > > checking if a DPDK module is actually requested. The example below > > illustrates this > > problem: > > > >

[dpdk-dev] [PATCH v2] tools/dpdk_nic_bind: Fix can't bind virtio-pci issue

2015-03-04 Thread Qiu, Michael
On 3/4/2015 10:56 AM, Ouyang Changchun wrote: > The dpdk_nic_bind script will not allow ports to be bound or unbound if none > of the > kernel modules supported by DPDK is loaded. This patch relaxes this > restriction by > checking if a DPDK module is actually requested. The example below > illu

[dpdk-dev] [PATCH v2] tools/dpdk_nic_bind: Fix can't bind virtio-pci issue

2015-03-04 Thread Ouyang Changchun
The dpdk_nic_bind script will not allow ports to be bound or unbound if none of the kernel modules supported by DPDK is loaded. This patch relaxes this restriction by checking if a DPDK module is actually requested. The example below illustrates this problem: In virtio test, on the guest 1. Bin