This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Performance Data - raw first cut #16
Labels
documentation
Improvements or additions to documentation
I've started this work.
The library does not have congestion control, nor does it detect dropped packets in the RX/TX main loop. So in the first cut of this report will:
X
TXQs on box1 (up to 32 are possible)Y
RXQs on box2 (up to 32 are possible)N
packets per queueI almost have this code now. The problem is understanding the stats. For example in the current work I see this for the TX side. Here the config is 2 TXQs sending 100005 packets each. The code appears to run, and shut down without any errors. But note:
On the RXQ side about 8% of the packets never appear delivered. Like the TX side, the total number of IN packets is not 2 * 100005 either. So the question is what per queue stats differ from aggregate stats on data from the DPDK API.
Working out what this noise is.
The text was updated successfully, but these errors were encountered: