- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used DPDK bonding PMD (rte_eth_bond_api) for receiving packets from a bonding port bonded by four 82599EB 10 Gbps ports and then sent them to the network through another bonding port.
when the traffic reached 20Gbps(about 5 Gbps for each physical port), I found some packets are dropped by HW everytime because of no mbuf in the rx rings which is called as imissed errors in struct rte_eth_stats.
I use 4 cores for RSS, set the nb_desc to the max length and also use vPMD for high performace, but it is no use.
How can I avoid imissed errors? Could the DPDK bonding driver has influence on the performance?
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello lb ,
Thank you for contacting the Intel Embedded Community,
The information that may help you is stated as a reference at the http://dpdk.org/doc/api-2.2/structrte__eth__stats.html DPDK rte_eth_stats Struct Reference , http://dpdk.org/ml/archives/dev/2014-June/003331.html [dpdk-dev] [PATCH v2] ethdev: add Rx error counters for missed, badcrc and badlen packets , and http://dpdk.org/dev/patchwork/patch/11390/ [dpdk-dev] ethdev: don't count missed packets in erroneous packets counter - Patchwork .
We hope that this information is useful to you.
Best Regards,
Carlos_A.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page