DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Multi cores performance degradation
@ 2014-12-15  4:56 ran levi
  0 siblings, 0 replies; only message in thread
From: ran levi @ 2014-12-15  4:56 UTC (permalink / raw)
  To: dev

Hi,

I'm new to dpdk - played with execution_path, l2fwd and l3fwd examples.
I'm using 82599ES intel dual 10G interface on Xeon X5650 2.67GHz.

I got the following strange results with my tests:

1) Sending 10G in port 0 only - stand in line rate (no misses).
2) Sending 10G in port 1 only - stand in line rate.
3) Sending 20G (ports 0 and 1) and preform rte_eth_rx_burst() on both ports
with single lcore - stand in line rate .
4) Sending 20G (ports 0 and 1) and receiving each port in different lcore -
can't stand in line rate (rx misses).

I do not transmit the packets - just call rte_eth_rx_burst(), increase the
counters and free the mbuf.
All the lcores are on socket 0 (the one closer to the interface).

Any idea? How can i get line rate with multi cores?

Thanks,

Ran.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-15  4:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-15  4:56 [dpdk-dev] Multi cores performance degradation ran levi

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).