[dpdk-dev] Running testpmd over KNI

2015-06-08 Thread Bruce Richardson
On Fri, Jun 05, 2015 at 10:20:09AM -0700, Navneet Rao wrote: > Hi Bruce: > > Actually I want to use the TESTPMD app as a packet-generator/checker driving > the KNI-enabled NICs. > Is there an easy way to packet generate/check than testpmd? > > Please see attached. > > Thanks > -Navneet > What

[dpdk-dev] Running testpmd over KNI

2015-06-05 Thread Bruce Richardson
On Thu, Jun 04, 2015 at 02:01:19PM -0700, Navneet Rao wrote: > 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 > >

[dpdk-dev] Running testpmd over KNI

2015-06-05 Thread Navneet Rao
] Sent: Friday, June 05, 2015 3:24 AM To: Navneet Rao Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Running testpmd over KNI On Thu, Jun 04, 2015 at 02:01:19PM -0700, Navneet Rao wrote: > Running --- > > > > ./testpmd -c7 -n3 --vdev=eth_pcap0,iface=vEth0 > --vdev=eth_pcap1,ifac

[dpdk-dev] Running testpmd over KNI

2015-06-04 Thread Navneet Rao
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

[dpdk-dev] Running testpmd over KNI

2015-06-04 Thread Navneet Rao
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?