[dpdk-dev] How do I leave this mailing list

2015-04-22 Thread Vipin Agrawal
What do I need to do to not receive any more emails? Thanks, Vipin This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender im

[dpdk-dev] site down?

2015-02-02 Thread Vipin Agrawal
I?ve been trying to connect to download the 1.6 version. Does anybody have a status on dpdk.org? Vipin This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you h

[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] make config on cents 6.6 with 3.5 kernel and 4.7 gcc not finding config target

2015-01-22 Thread Vipin Agrawal
I was able to build it without any issues earlier yesterday but all of a sudden, it started to give me this error. All I did was add the boot options in grub.con : default_hugepagesz=1G hugepagesz=1G hugepages=4 hpet_mmap Even after removing them, this problem still persists. [root at localhos