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, Apr 29, 8:17 AM
Unknown Object (File)
Tue, Apr 28, 10:42 AM
Unknown Object (File)
Tue, Apr 28, 5:14 AM
Unknown Object (File)
Mon, Apr 27, 10:50 AM
Unknown Object (File)
Mon, Apr 27, 6:58 AM
Unknown Object (File)
Mon, Apr 27, 5:18 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.