[dpdk-dev] send/receive L2 packets from SR-IOV ports using l2fwd-vf

2014-01-11 Thread James Yu
Jayakumar, Thanks for pointing this out. I was using l2fwd in DPDK 1.3.1r2 but could not consistently passing one directional traffic. I have the following question when using l2fwd: 1. Can I kill the l2fwd using ctrl-c on linux command and restart it again ? Would it be gracefully shutting it do

[dpdk-dev] send/receive L2 packets from SR-IOV ports using l2fwd-vf

2014-01-11 Thread Jayakumar, Muthurajan
James, You are right. >From 1.3 release, the L2 Forwarding sample application (chapter 8.0 in 1.3 >DPDK Sample Application User Guide) indicates that L2fwd and L2fwd-vf have >been merged into one L2 sample application example. (The Sample Application guide introduction referring the merge) T

[dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name.

2014-01-11 Thread Jose Gavine Cueto
Hi ankit, On Fri, Jan 10, 2014 at 8:33 PM, ankit kumar wrote: > Hi all, > >As i am trying to use DPDK ring library in my application. It works > fine. > But as per API Documentation there is no function to destroy any > created ring. I have to create a > ring multiple time with same name. >