[Bug 258986] [ixgbe] sysctl stats don't report jumbo frames
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 23:43:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258986
Kevin Bowling <kbowling@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kbowling@freebsd.org
Status|New |In Progress
--- Comment #1 from Kevin Bowling <kbowling@freebsd.org> ---
I checked the datasheets for X520 and X550 to see two different implementations
the register that becomes dev.ix.0.mac_stats.tx_frames_1024_1522 actually
covers anything >= 1024 bytes. There is no separate bucket for larger frames,
and it could have been named something more obvious like
dev.ix.0.mac_stats.tx_frames_1024_max.
--
You are receiving this mail because:
You are the assignee for the bug.