[dpdk-dev] Packet drop issue on DPDK-based application

2014-10-26 Thread Jayakumar, Muthurajan
...@dpdk.org] On Behalf Of Harrison Ford Sent: Sunday, October 26, 2014 1:24 AM To: dev at dpdk.org Subject: [dpdk-dev] Packet drop issue on DPDK-based application Hi, all. ? I am trying to write an application that is supposed to receive packets over one interface, and before forwarding them out the

[dpdk-dev] Packet drop issue on DPDK-based application

2014-10-26 Thread Harrison Ford
Hi, all. ? I am trying to write an application that is supposed to receive packets over one interface, and before forwarding them out the other, log the src and dst addresses into a database for statistical purposes. I started by modifying the l2fwd example, and everything worked perfectly until