Re: GRO aggregation
From: David Miller <davem@davemloft.net>
Date: 2012-09-11 19:35:05
From: Shlomo Pongratz <redacted> Date: Tue, 11 Sep 2012 19:24:26 +0000
I see that in ixgbe the weight for the NAPI is 64 (netif_napi_add). So if packets are arriving in high rate then an the CPU is fast enough to collect the packets as they arrive, assuming packets continue to arrives while the NAPI runs. Then it should have aggregate more. So we will have less passes trough the stack.
Eric is trying to say that that cpu is fast enough that it completely depletes the pending RX packets, the RX queue is empty, and there is only 32K worth of GRO to accumulate. BTW, your email quoting is non-standard and very confusing. There is absolutely no delineation between the text that you are writing and the text of the people you are responding too. Please learn how to write email replies properly. Thank you.