字节数据包的吞吐量稳定在 9.14e8 位每秒。
The throughput for 16-byte packets is steady at about 9.14e8 bits/second.
限制为核心 0 和 2 似乎是获得 3.6e8 位每秒的可靠方法。
Pinning to cores 0 and 2 seems to be reliable in getting 3.6e8 bits/second.
如果 Linux 碰巧选择了 #1 上的正确线程,则可以正常工作;但是它也可能选择了错误的线程,如果那样则情况会非常糟糕,其吞吐量仅为 3.7e7 位每秒。
It seems like if Linux happens to pick the right thread to go on #1, it's good; but it can also pick the wrong one, and then it's very bad, resulting in a throughput of only 3.7e7 bits/second.
应用推荐