[Bug 263817] dwc: dwc driver will re-count the number of sent/received uni-cast mac address packets and multicast mac address packets
Date: Mon, 09 May 2022 22:23:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263817 Mitchell Horne <mhorne@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mhorne@freebsd.org Assignee|bugs@FreeBSD.org |mhorne@freebsd.org Status|New |In Progress --- Comment #2 from Mitchell Horne <mhorne@freebsd.org> --- Created attachment 233828 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233828&action=edit remove duplicate packet counts from if_dwc Hi, Thanks for the report, I agree with your analysis. I have attached a patch that removes the duplicate if_inc_counter() calls in dwc_harvest_stats(). If you are able, please test that it gives the correct result. -- You are receiving this mail because: You are the assignee for the bug.