Page MenuHomeFreeBSD

if_dwc: avoid duplicate packet counts
ClosedPublic

Authored by mhorne on Jun 15 2022, 7:50 PM.
Tags
None
Referenced Files
F110421773: D35499.diff
Tue, Feb 18, 6:00 AM
Unknown Object (File)
Wed, Feb 5, 4:55 AM
Unknown Object (File)
Wed, Feb 5, 4:45 AM
Unknown Object (File)
Wed, Feb 5, 1:51 AM
Unknown Object (File)
Sat, Feb 1, 6:17 PM
Unknown Object (File)
Sun, Jan 26, 5:38 PM
Unknown Object (File)
Jan 17 2025, 1:26 PM
Unknown Object (File)
Jan 12 2025, 8:32 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