Page MenuHomeFreeBSD

ena: Update driver version to v2.8.3
ClosedPublic

Authored by akiyano_amazon.com on Apr 25 2026, 9:49 PM.
Tags
None
Referenced Files
F163289046: D56641.id176519.diff
Tue, Jul 21, 6:39 PM
Unknown Object (File)
Sun, Jul 19, 11:21 PM
Unknown Object (File)
Sun, Jul 19, 5:31 PM
Unknown Object (File)
Wed, Jul 15, 7:19 AM
Unknown Object (File)
Wed, Jul 15, 7:19 AM
Unknown Object (File)
Sun, Jul 12, 12:24 AM
Unknown Object (File)
Wed, Jul 8, 6:07 AM
Unknown Object (File)
Sat, Jul 4, 1:23 AM
Subscribers

Details

Summary

Features:

  • Report RX overrun errors via sysctl hw stats

Bug Fixes:

  • Budget rx descriptors, not packets, to fix jumbo frame throughput

Minor Changes:

  • pmap_change_attr void * API change for FreeBSD 16.0+
  • Adjust ena_[rt]x_cleanup to return bool

MFC after: 2 weeks
Sponsored by: Amazon, Inc.

Diff Detail

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

Event Timeline

akiyano_amazon.com planned changes to this revision.
akiyano_amazon.com created this revision.

To be clear, we're not including David's stats update batching change in this version?

This revision is now accepted and ready to land.Apr 25 2026, 10:31 PM

To be clear, we're not including David's stats update batching change in this version?

correct. Wanted to make this release as small as possible. Stats aggregation is nice to have, Overruns is missing information.