[dpdk-dev] DPDK delaying individual packets infinitely

2014-01-02 Thread Thomas Monjalon
Hello Dmitry, 06/12/2013 14:22, Dmitry Vyal : > The application consists of two threads, first one sends the packets > from one port and second receives them on another. These are 2 ports of > four-ports 1Gb NIC. It's detected as Intel Corporation 82576 Gigabit > Network Connection (rev 01). Ports

[dpdk-dev] DPDK delaying individual packets infinitely

2014-01-02 Thread Stephen Hemminger
On Fri, 06 Dec 2013 17:22:37 +0400 Dmitry Vyal wrote: > Hello list, > > For some time I've been writing a custom packet generator coupled with a > packet receiver using DPDK. > > It works greatly when used for generating millions of packets, but > unexpectedly It has troubles generating a se

[dpdk-dev] DPDK delaying individual packets infinitely

2013-12-06 Thread Dmitry Vyal
Hello list, For some time I've been writing a custom packet generator coupled with a packet receiver using DPDK. It works greatly when used for generating millions of packets, but unexpectedly It has troubles generating a several dozens of packets or so. The application consists of two thread