[dpdk-dev] DPDK 2.2 build failing with vhost-kni

2016-04-11 Thread chintu hetam
thanks ferruh yigit!! cheers On Mon, Apr 11, 2016 at 2:57 PM, chintu hetam wrote: > I tried vhost-user mode, and during init of ./vhost-switch it fails > with > PMD: eth_ixgbe_dev_init(): port 0 vendorID=0x8086 deviceID=0x1528 > pf queue num: 0, configured vmdq pool num: 64, each v

[dpdk-dev] DPDK 2.2 build failing with vhost-kni

2016-04-11 Thread chintu hetam
igure CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=y but still i don't see the log messages under /var/log nor on stdout? just to keep ball rolling i'd like to see at least kni compiling and working. FYI, i am using X540-AT2 cheers On Mon, Apr 11, 2016 at 10:09 AM, chintu hetam wrote: > Thanks Xie. >

[dpdk-dev] DPDK 2.2 build failing with vhost-kni

2016-04-11 Thread chintu hetam
emu virtio backend- tap-linux-bridge configuration, as per nics guide, right? Thanking in advance, again. On Mon, Apr 11, 2016 at 4:25 AM, Xie, Huawei wrote: > On 4/10/2016 7:26 AM, chintu hetam wrote: > > I am compiling DPDK 2.2 on Fedora 23 and i am seeing following build >

[dpdk-dev] DPDK 2.2 build failing with vhost-kni

2016-04-09 Thread chintu hetam
I am compiling DPDK 2.2 on Fedora 23 and i am seeing following build error /home/vcr/devel/dpdk/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/kni/kni_vhost.c: In function ?kni_sock_poll?: /home/vcr/devel/dpdk/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/kni/kni_vhost.c:254:25: error: ?SOCK_ASYNC

[dpdk-dev] DPDK 2.2 issue with dpdk kni-virtio

2016-04-08 Thread chintu hetam
Hello All, We are trying to test virtio-vhost-kni performance, I able to start kni application but after that when i looked for /sys/class/net/vEth0, there's no sock_fd and sock_en parameters, hence i am stuck from attaching fd to virtio-qemu. Host: Fedora 23 HugetblsFS: 1G pages Following is m