[dpdk-dev] dpdk_nic_bind giving error

2015-01-23 Thread Vipin Agrawal
I?m running on centos with kernel 3.18.3 and built the dpdk with gcc 4.7 and running with python 3.3 When trying to get status or even trying to bind to the eth0 port, I get the following error : [root at linux-dt dpdk-1.8.0]# tools/dpdk_nic_bind.py --status Traceback (most recent call last):

[dpdk-dev] dpdk_nic_bind giving error

2015-01-23 Thread Neil Horman
On Fri, Jan 23, 2015 at 10:26:34PM +, Vipin Agrawal wrote: > I?m running on centos with kernel 3.18.3 and built the dpdk with gcc 4.7 and > running with python 3.3 > > When trying to get status or even trying to bind to the eth0 port, I get the > following error : > > [root at linux-dt dpdk