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
Unknown Object (File)
Wed, Aug 12, 6:38 PM
Unknown Object (File)
Tue, Aug 11, 11:45 PM
Unknown Object (File)
Tue, Aug 11, 5:44 PM
Unknown Object (File)
Mon, Aug 10, 8:26 AM
Unknown Object (File)
Mon, Aug 10, 12:30 AM
Unknown Object (File)
Mon, Aug 10, 12:29 AM
Unknown Object (File)
Sun, Aug 9, 6:59 PM
Unknown Object (File)
Sun, Aug 9, 4:35 PM
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.