Page MenuHomeFreeBSD

iflib fixes
ClosedPublic

Authored by kmacy on Nov 18 2016, 12:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 6:10 PM
Unknown Object (File)
Thu, Apr 25, 9:45 AM
Unknown Object (File)
Tue, Apr 23, 8:35 PM
Unknown Object (File)
Sat, Apr 20, 8:53 AM
Unknown Object (File)
Thu, Apr 11, 6:55 AM
Unknown Object (File)
Mon, Apr 8, 9:06 AM
Unknown Object (File)
Fri, Apr 5, 1:46 PM
Unknown Object (File)
Mar 9 2024, 1:18 PM
Subscribers

Details

Summary
  • reset gen on down
  • initialize admin task statically
  • drain mp_ring on down
  • don't drop context lock on stop
  • reset error stats on down
  • fix typo in min_latency sysctl
  • return ENOBUFS from if_transmit if the driver isn't running or the link is down

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 5984

Event Timeline

kmacy retitled this revision from to iflib fixes.
kmacy updated this object.
kmacy edited the test plan for this revision. (Show Details)
kmacy added a reviewer: sbruno.
kmacy set the repository for this revision to rS FreeBSD src repository - subversion.
shurd edited edge metadata.

Tested with if_bnxt, looks good.

This revision is now accepted and ready to land.Nov 18 2016, 12:55 AM
kmacy edited edge metadata.

fix derp

This revision now requires review to proceed.Nov 18 2016, 12:58 AM
shurd edited edge metadata.
This revision is now accepted and ready to land.Nov 18 2016, 12:59 AM
sbruno edited edge metadata.

Tested with ixgbe(4) and its iflib update review D5213, looks goodly. Will commit shortly.

This revision was automatically updated to reflect the committed changes.