[dpdk-dev] error : illegal instruction (core dumped) while running dpdk example

2016-02-09 Thread Srinivas Reddi
Hi all , I have launched a virtual machine with fedora20 on the host machine with Ubuntu 12.04.5 LTS. I have compiled DPDK-1.6 and trying to run basic dpdk application [l2fwd] . I am getting illegal instruction (core dumped) error . What may be the reason for this error . Need help on this .

[dpdk-dev] does vswitchd runs multiple threads when i added dpdk devices

2014-07-28 Thread Srinivas Reddi
Hi, I have taken the code form https://github.com/openvswitch/ovs I have added two dpdk devices ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk ovs-vsctl add-port br0 dpdk1 -- set Interface dpdk1 type=dpdk https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK In the above

[dpdk-dev] MEMNIC [How can we achieve max through put using memnic interfaces]

2014-07-21 Thread Srinivas Reddi
Hi, I wrote a test application using MEMNIC interfaces for inter VM switching .[VM1 --> host --- >VM2 ] I send uni-directional traffic from traffic generator at vm1 to the host . And in the host my application switches traffic coming from vm

[dpdk-dev] MEMNIC error at EAL : [undefined symbol :per_lcore__lcore_id]

2014-07-17 Thread Srinivas Reddi
Hi, I compiled my testapp using this command cc testapp.c -lrte_eal -lrte_mbuf -lrte_cmdline -lrte_timer -lrte_mempool -lrte_pmd_ring -lethdev -lrte_malloc -ldl -lpthread -lrte_ring -I/home/utils/dpdk-1.7.0/x86_64-native-linuxapp-gcc/include -L/home/utils/dpdk-1.7.0/x86_64-native-linuxapp

[dpdk-dev] MEMNIC error at EAL : [underined symbol : per_lcore__lcore_id]

2014-07-17 Thread Srinivas Reddi
Hi , Trying to write a test app for MEMNIC ... At the EAL init I got the error while loading the memnic driver .. .. EAL: /usr/local/lib/librte_pmd_memnic_copy.so: undefined symbol: per_lcore__lcore_id EAL arguments are : ./my_memnic_app --no-hpet -c 7 -n 4 --porc-type=auto -d /u

[dpdk-dev] MENNIC1.2 host-sim crashed for me

2014-07-15 Thread Srinivas Reddi
Checking link statuses... Port 0 Link Up - speed 1 Mbps - full-duplex Done testpmd> Thanks & Regards, Srinivas. -Original Message- From: Hiroshi Shimamoto [mailto:h-shimam...@ct.jp.nec.com] Sent: Tuesday, July 15, 2014 6:23 PM To: Srinivas Reddi; dev at dpdk.org Subject: RE: MENNIC1

[dpdk-dev] FW: MENNIC1.2 host-sim crashed for me

2014-07-15 Thread Srinivas Reddi
.Is there any better application to test MEMNIC for VM-VM or VM to host data transfer . Thanks & regards, Srinivas. -Original Message- From: Hiroshi Shimamoto [mailto:h-shimam...@ct.jp.nec.com] Sent: Tuesday, July 15, 2014 5:31 AM To: Srinivas Reddi; dev at dpdk.org Subject

[dpdk-dev] MENNIC1.2 host-sim crashed for me

2014-07-14 Thread Srinivas Reddi
Hi, I want to run MEMNIC 1.2 application . 1. I compiled DPDK1.6 2. I compiled memnic.12 3. And while running memnic-hostsim appgot strucked 4. 5. [root at localhost host-sim]# ./memnic-host-sim /dev/shm/ivshm Bus error (core dumped) Core was generated by `./mem