[dpdk-dev] 1 core / 1 port receiving performance discrepancy

2013-07-13 Thread zengxg14
Hi: What is your burst size in rte_eth_rx_burst? Can you provide the shell command you run, both test-pmd and your code? From: jinho hwang Date: 2013-07-12 23:46 To: dev Subject: [dpdk-dev] 1 core / 1 port receiving performance discrepancy Hi Guys, I am currently testing my code with two ma

[dpdk-dev] testpmd drops many packets

2013-06-18 Thread zengxg14
ets: 737543992 RX-errors: 393984575 RX-bytes: 68719476735 TX-packets: 0 TX-errors: 0 TX-bytes: 0 #### testpmd> quit zengxg14 -- next part -- An HTML attachment was scrubbed... UR

[dpdk-dev] rx_eth_tx_burst not work in slave app.

2014-09-19 Thread zengxg14
Hi all. I wrote a program to recv and send pkt at the same port. First init the port then use below code to receive pkts and send pkts. It works OK. Then I try the multi-process. I init the port in master app, and run the recv and send in slave spp. In this mode rx_eth_tx_burst() always retur