[dpdk-dev] Surprisingly high TCP ACK packets drop counter

2013-11-01 Thread Alexander Belyakov
Hello, we have simple test application on top of DPDK which sole purpose is to forward as much packets as possible. Generally we easily achieve 14.5Mpps with two 82599EB (one as input and one as output). The only suprising exception is forwarding pure TCP ACK flood when performace always drops to

[dpdk-dev] Surprisingly high TCP ACK packets drop counter

2013-11-01 Thread Thomas Monjalon
Hello, 01/11/2013 14:54, Wang, Shawn : > We had the same problem before. It turned out that RSC (receive side > coalescing) is enabled by default in DPDK. So we write this na?ve patch to > disable it. This patch is based on DPDK 1.3. Not sure 1.5 has changed it > or not. > After this patch, ACK ra

[dpdk-dev] Surprisingly high TCP ACK packets drop counter

2013-11-01 Thread Wang, Shawn
Hi: We had the same problem before. It turned out that RSC (receive side coalescing) is enabled by default in DPDK. So we write this na?ve patch to disable it. This patch is based on DPDK 1.3. Not sure 1.5 has changed it or not. After this patch, ACK rate should go back to 14.5Mpps. For details, y