[dpdk-dev] OVDK userspace vhost : Issue with VIRTIO_RING_F_INDIRECT_DESC capability

2015-07-01 Thread sai kiran
Hi, I am using OVDK userspace-vhost interfaces for VM-to-external communication and facing an issue with them. I am using the topology mentioned in https://github.com/01org/dpdk-ovs/blob/development/docs/04_Sample_Configurations/02_Userspace-vHost.md But the Guest is a Freebsd VM and our own cust

[dpdk-dev] How to get register dumps of 82599 NICs with a dpdk application

2015-02-17 Thread sai kiran
Hi, We are trying to experiment with DPDK?s l2fwd application with two 82599 Intel 10G adapters. Am able to run the l2fwd application and traffic is successfully forwarded. We want to verify the NIC registers and ring descriptors when the ports are bound to DPDK. Is there a way like "*ethtoo

[dpdk-dev] KNI as kernel vHost backend failing

2015-01-01 Thread sai kiran
Hi, We are trying to experiment with DPDK?s KNI application, with KNI working as Kernel vHost backend. 1. After starting the KNI application, KNI application has detected link up. *[root at localhost kni]# ./build/app/kni -c 0xf0 -n 4 -- -p 0x3 -P --config="(0,4,6),(1,5,7)"* APP: Initiali