Ben Greear wrote:
Rick Jones wrote:
quoted
Ben Greear wrote:
quoted
When LRO is enabled, the received packet and byte counters represent the
LRO'd packets, not the packets/bytes on the wire.
When LRO is enabled, are all the bytes on the wire actually
transferred into the host?
No...the ethernet, IP and TCP headers and such are not, for packets that
are combined into a single large SKB.
That is why the driver counts them wrong. The bytes are off by a few
percentage points, but the packet count is off by an order of magnitude.
An overly philosphical question perhaps, but are ethtool stats supposed to
represent what was on the wire, or what entered the host?
rick