K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-08-11T14:54:54.908152Z K 7 svn:log V 731 if_dwc: avoid duplicate packet counts 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 Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35499 (cherry picked from commit 9718759043ec2ef36f12b15963194b866d731b5b) Git Hash: c7c8b80659f5e03a6a1c87a643e18e0ab929e286 Git Author: mhorne@FreeBSD.org END