[dpdk-dev] Running testpmd over KNI

Navneet Rao navneet.rao at oracle.com
Thu Jun 4 23:59:29 CEST 2015


Running testpmd as proc-type=auto now results in a SEGMENTATION FAULT!!!
Now trying to debug the source of the memory leak!!!

Actually I want to do this -
Use the testpmd app to setup TX/RX traffic on the 2 NICs that have been now configured as Kernel-NICs.
Is there an easier way to accomplish this?

Thanks
-Navneet



-----Original Message-----
From: Navneet Rao 
Sent: Thursday, June 04, 2015 2:01 PM
To: dev at dpdk.org
Subject: [dpdk-dev] Running testpmd over KNI

Running ---

 

./testpmd -c7 -n3 --vdev=eth_pcap0,iface=vEth0 --vdev=eth_pcap1,iface=vEth1 -- -i --nb-cores=2 --nb-ports=2 --total-num-mbufs=1024

 

results in a  

 

EAL: Error - exiting with code: 1

  Cause: Cannot create lock on '/var/run/.rte_config'. Is another primary process running?

 

 

I don't think I am running another process using testpmd!!!

Any ideas to debug this?

 

Thanks

-Navneet


More information about the dev mailing list