[dpdk-dev] KNI interface operational state UP issue

2015-01-14 Thread Aziz Hajee
Yes, the DPDK reports port is UP. By the following change in the registered callback function to comment out stop/start the dpdk interface, I can bring the KNI vEthX interfaces up: (I guess, the reason is the ret value is now the default ret = 0, and no error from stop/start. ) kni_config_network_

[dpdk-dev] KNI interface operational state UP issue

2015-01-12 Thread Bruce Richardson
On Fri, Jan 09, 2015 at 05:20:26PM -0800, Aziz Hajee wrote: > I am using the dpdk1.6.0r1 > The rte_kni.lo is loaded: > lsmod | grep kni > rte_kni 279134 1 > > however, the ifconfig vEth0, and vEth1 does not show link up ? > How do i get the operational state up for these interfaces.

[dpdk-dev] KNI interface operational state UP issue

2015-01-09 Thread Aziz Hajee
I am using the dpdk1.6.0r1 The rte_kni.lo is loaded: lsmod | grep kni rte_kni 279134 1 however, the ifconfig vEth0, and vEth1 does not show link up ? How do i get the operational state up for these interfaces. $ sudo tcpdump -i vEth0 tcpdump: vEth0: That device is not up ifconfig v