DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime
@ 2014-03-20  9:11 Jain, Neeraj 3. (NSN - IN/Bangalore)
  2014-03-20 11:29 ` Jain, Neeraj 3. (NSN - IN/Bangalore)
  0 siblings, 1 reply; 3+ messages in thread
From: Jain, Neeraj 3. (NSN - IN/Bangalore) @ 2014-03-20  9:11 UTC (permalink / raw)
  To: dev

Hi,
I am currently running few trials with DPDK sample application for one of my project requirements. Below are the system details under which the sample application (L2 Forward) is being run.

Platform: Linux 2.6.32-358.17.1.el6.x86_64
VMWare: ESXI 5.1
Driver: vmxnet3-usermap

L2 FWD program is being run with a load of ~100K packets per second on RX queue. The sample application successfully forwards the packets to other end for some time. However, after around 1 hour run, I see that rte_eth_rx_burst returns 0 packets received, though the load generator continuously sends packet to the L2 FWD program.
The statistics reported by the sample application also shows the "Packets received:" value stops incrementing.
I also used "rte_eth_stats_get" api to check if any packets are being received on the interface. This api shows the packets are being received at the interface, however rte_eth_rx_burst does not pick these packets.

Can you please help me as to why this behavior is seen. Also, please let me know if you need further details. Thanks

~Neeraj

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime
  2014-03-20  9:11 [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime Jain, Neeraj 3. (NSN - IN/Bangalore)
@ 2014-03-20 11:29 ` Jain, Neeraj 3. (NSN - IN/Bangalore)
  2014-03-21  8:05   ` Prashant Upadhyaya
  0 siblings, 1 reply; 3+ messages in thread
From: Jain, Neeraj 3. (NSN - IN/Bangalore) @ 2014-03-20 11:29 UTC (permalink / raw)
  To: dev

Found the Problem. Few packet buffers were not being freed which lead to slow leak of mbufs. 

~Neeraj

-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of ext Jain, Neeraj 3. (NSN - IN/Bangalore)
Sent: Thursday, March 20, 2014 2:42 PM
To: dev@dpdk.org
Subject: [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime

Hi,
I am currently running few trials with DPDK sample application for one of my project requirements. Below are the system details under which the sample application (L2 Forward) is being run.

Platform: Linux 2.6.32-358.17.1.el6.x86_64
VMWare: ESXI 5.1
Driver: vmxnet3-usermap

L2 FWD program is being run with a load of ~100K packets per second on RX queue. The sample application successfully forwards the packets to other end for some time. However, after around 1 hour run, I see that rte_eth_rx_burst returns 0 packets received, though the load generator continuously sends packet to the L2 FWD program.
The statistics reported by the sample application also shows the "Packets received:" value stops incrementing.
I also used "rte_eth_stats_get" api to check if any packets are being received on the interface. This api shows the packets are being received at the interface, however rte_eth_rx_burst does not pick these packets.

Can you please help me as to why this behavior is seen. Also, please let me know if you need further details. Thanks

~Neeraj

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime
  2014-03-20 11:29 ` Jain, Neeraj 3. (NSN - IN/Bangalore)
@ 2014-03-21  8:05   ` Prashant Upadhyaya
  0 siblings, 0 replies; 3+ messages in thread
From: Prashant Upadhyaya @ 2014-03-21  8:05 UTC (permalink / raw)
  To: Jain, Neeraj 3. (NSN - IN/Bangalore), dev

Hi Neeraj,

I am glad your usecase works.

Please do let me know  what is the maximum throughput you are able to achieve with vmxnet3 (assuming your underlying physical NIC is 10 Gig), it will be interesting to see the performance.

Regards
-Prashant


-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jain, Neeraj 3. (NSN - IN/Bangalore)
Sent: Thursday, March 20, 2014 5:00 PM
To: dev@dpdk.org
Subject: Re: [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime

Found the Problem. Few packet buffers were not being freed which lead to slow leak of mbufs.

~Neeraj

-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of ext Jain, Neeraj 3. (NSN - IN/Bangalore)
Sent: Thursday, March 20, 2014 2:42 PM
To: dev@dpdk.org
Subject: [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime

Hi,
I am currently running few trials with DPDK sample application for one of my project requirements. Below are the system details under which the sample application (L2 Forward) is being run.

Platform: Linux 2.6.32-358.17.1.el6.x86_64
VMWare: ESXI 5.1
Driver: vmxnet3-usermap

L2 FWD program is being run with a load of ~100K packets per second on RX queue. The sample application successfully forwards the packets to other end for some time. However, after around 1 hour run, I see that rte_eth_rx_burst returns 0 packets received, though the load generator continuously sends packet to the L2 FWD program.
The statistics reported by the sample application also shows the "Packets received:" value stops incrementing.
I also used "rte_eth_stats_get" api to check if any packets are being received on the interface. This api shows the packets are being received at the interface, however rte_eth_rx_burst does not pick these packets.

Can you please help me as to why this behavior is seen. Also, please let me know if you need further details. Thanks

~Neeraj





===============================================================================
Please refer to http://www.aricent.com/legal/email_disclaimer.html
for important disclosures regarding this electronic communication.
===============================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-21  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20  9:11 [dpdk-dev] L2FWD Sample Application stops receiving packets after sometime Jain, Neeraj 3. (NSN - IN/Bangalore)
2014-03-20 11:29 ` Jain, Neeraj 3. (NSN - IN/Bangalore)
2014-03-21  8:05   ` Prashant Upadhyaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).