Page MenuHomeFreeBSD

if_dwc: avoid duplicate packet counts
ClosedPublic

Authored by mhorne on Jun 15 2022, 7:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 22, 10:38 AM
Unknown Object (File)
Sun, Jul 12, 8:23 PM
Unknown Object (File)
Wed, Jul 8, 8:11 AM
Unknown Object (File)
Jun 18 2026, 3:39 AM
Unknown Object (File)
Jun 15 2026, 8:11 AM
Unknown Object (File)
May 7 2026, 1:34 PM
Unknown Object (File)
May 6 2026, 4:29 AM
Unknown Object (File)
May 5 2026, 11:48 PM
Subscribers

Details

Summary

We already increment the unicast IPACKETS and OPACKETS counters in the
rx/tx paths, respectively. Multicast packets are counted in the generic
ethernet code. Therefore, we shouldn't increment these counters in
dwc_harvest_stats().

Drop the early return from dwc_rxfinish_one() so that we still count
received packets with e.g. a checksum error.

PR: 263817
Reported by: Jiahao LI <jiahali@blackberry.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable