Page MenuHomeFreeBSD

ena: Update driver version to v2.8.3
ClosedPublic

Authored by akiyano_amazon.com on Sat, Apr 25, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 20, 6:12 AM
Unknown Object (File)
Tue, May 19, 12:24 AM
Unknown Object (File)
Sun, May 17, 7:48 PM
Unknown Object (File)
Sun, May 17, 6:55 AM
Unknown Object (File)
Fri, May 15, 9:40 PM
Unknown Object (File)
Fri, May 15, 12:49 PM
Unknown Object (File)
Fri, May 15, 11:22 AM
Unknown Object (File)
Fri, May 15, 8: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.Sat, Apr 25, 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.