c69abf624a
When the size of a packet in Rx channel is less than the minimum
or greater than the maximum, the packet will be simultaneously
counted by RLEC(Receive Length Error Count) and
RUC(Receive Under Size Count)/ROC(Receive Oversize Count) registers.
This patch fixes the issue of counting a length error packet twice
when counting the total number of received error packets.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
igc_ethdev.c | ||
igc_ethdev.h | ||
igc_filter.c | ||
igc_filter.h | ||
igc_flow.c | ||
igc_flow.h | ||
igc_logs.c | ||
igc_logs.h | ||
igc_txrx.c | ||
igc_txrx.h | ||
meson.build | ||
version.map |