[dpdk-dev] [PATCH] ixgbe: fix tx_bytes statistic with link down

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Dec 6 22:24:55 CET 2015


> > This patch fixes tx byte statistics when transmitting packets
> > with link down.
> > 
> > Previously, the counter would decrement 4 bytes for each packet that
> > was transmitted with link down, causing the uint64 to wrap around.
> > 
> > Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters")
> > 
> > Reported-by: Michael Qiu <michael.qiu at intel.com>
> > Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Applied, thanks


More information about the dev mailing list