[dpdk-users] Not able to access /dev/uioX from inside LXC

2016-11-15 Thread Nagaprabhanjan Bellaru
could access 40G ports from inside LXC container. Thanks, -nagp On Sat, Nov 12, 2016 at 8:02 PM, Nagaprabhanjan Bellaru < nagp.lists at gmail.com> wrote: > Hi, > > The instructions mentioned by Krishnamurthy here: > http://dpdk.org/ml/archives/dev/2014-October/006373.html >

[dpdk-users] DELOCK QSFP cables supported?

2016-11-14 Thread Nagaprabhanjan Bellaru
I have Intel XL710 Cards on my server. When I try to bring them up, "rte_eth_dev_start" is returning "-95" (not supported). When I probed through GDB, I found that i40e driver is returning "I40E_ERR_UNKNOWN_PHY" for the plugged in cable. Does anybody know whether this is supported or not? Thanks,

[dpdk-users] Not able to access /dev/uioX from inside LXC

2016-11-12 Thread Nagaprabhanjan Bellaru
Hi, The instructions mentioned by Krishnamurthy here: http://dpdk.org/ml/archives/dev/2014-October/006373.html greatly helped to make progress on accessing PCI devices from with in the container, however, DPDK is not able to open them because of privilege issues. Has somebody been able to crack t

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Nagaprabhanjan Bellaru
I am not sure why it complains about "rte_eth_bond_8023ad_conf_get at DPDK_2.0" when I cam compiling for 16.07. Anyways, if I change the symbol names, the compilation goes through fine. -nagp On Thu, Nov 10, 2016 at 1:53 PM, Nagaprabhanjan Bellaru < nagp.lists at gmail.com> wro

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Nagaprabhanjan Bellaru
Hi, I am compiling DPDK as part of VPP (Cisco). It has rte_timer etc. turned off. I enabled it and stumbled on this error. DPDK compilation is invoked by VPP. -nagp On Thu, Nov 10, 2016 at 1:48 PM, Thomas Monjalon wrote: > 2016-11-10 10:37, Nagaprabhanjan Bellaru: > > I f

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Nagaprabhanjan Bellaru
me? Thanks, -nagp On Wed, Nov 9, 2016 at 6:04 PM, Nagaprabhanjan Bellaru wrote: > Hi, > > I am compiling DPDK with "CONFIG_RTE_BUILD_SHARED_LIB=y". However, when I > compile, it is failing at: > > -- > gcc -pie -fPIC -L/home/ubuntu/development/libfwdd/src/platfor

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-09 Thread Nagaprabhanjan Bellaru
Hi, I am compiling DPDK with "CONFIG_RTE_BUILD_SHARED_LIB=y". However, when I compile, it is failing at: -- gcc -pie -fPIC -L/home/ubuntu/development/libfwdd/src/platform/vpp/vpp/build-root/install-vpp_debug-native/dpdk/lib -Wl,-g -shared rte_sched.o rte_red.o rte_approx.o rte_reciprocal.o -z def

[dpdk-users] Not able to detect Intel EC I218-V (rev 03)

2016-03-15 Thread Nagaprabhanjan Bellaru
avi Kerur [mailto:rkerur at gmail.com] > Sent: Sunday, February 28, 2016 9:00 AM > To: Thomas Monjalon > Cc: Nagaprabhanjan Bellaru; Lu, Wenzhuo; users at dpdk.org > Subject: Re: [dpdk-users] Not able to detect Intel EC I218-V (rev 03) > > > > Hi Thomas, > > > >

[dpdk-users] Not able to access uio0/device/config from LXC

2016-03-14 Thread Nagaprabhanjan Bellaru
/sys/class/uio/uio0/device/config: Permission denied EAL: Error - exiting with code: 1 Cause: Requested device :00:19.0 cannot be used -- Thanks, -nagp On Thu, Mar 10, 2016 at 4:32 PM, Nagaprabhanjan Bellaru wrote: > Sorry, I was referring to this thread: > http://dpdk.org/ml/archiv

[dpdk-users] Not able to access uio0/device/config from LXC

2016-03-10 Thread Nagaprabhanjan Bellaru
Sorry, I was referring to this thread: http://dpdk.org/ml/archives/dev/2014-October/006373.html -nagp On Thu, Mar 10, 2016 at 4:17 PM, Nagaprabhanjan Bellaru wrote: > I have followed the steps mentioned in this thread: > > > to create a uio0, but EAL complains about the following

[dpdk-users] Not able to access uio0/device/config from LXC

2016-03-10 Thread Nagaprabhanjan Bellaru
I have followed the steps mentioned in this thread: to create a uio0, but EAL complains about the following: -- EAL: Cannot open /sys/class/uio/uio0/device/config: Permission denied EAL: Error - exiting with code: 1 Cause: Requested device :00:19.0 cannot be used -- even though I run as a

[dpdk-users] Not able to detect Intel EC I218-V (rev 03)

2016-02-27 Thread Nagaprabhanjan Bellaru
Monjalon wrote: > Hi, > > 2016-02-26 18:59, Nagaprabhanjan Bellaru: > > Hello, > > > > Using setup.sh (available in tools folder) I have bound eth0 (which is of > > Intel EC I218-V make) to igb_uio module (which I can see with > > dpdk_nic_bind.py --status output

[dpdk-users] Not able to detect Intel EC I218-V (rev 03)

2016-02-26 Thread Nagaprabhanjan Bellaru
Hello, Using setup.sh (available in tools folder) I have bound eth0 (which is of Intel EC I218-V make) to igb_uio module (which I can see with dpdk_nic_bind.py --status output): -- Network devices using DPDK-compatible driver :00:19.0 'Ethernet Con