Page MenuHomeFreeBSD

iflib fixes
ClosedPublic

Authored by kmacy on Nov 18 2016, 12:31 AM.
Tags
None
Referenced Files
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
Unknown Object (File)
Mar 1 2024, 4:32 PM
Unknown Object (File)
Feb 23 2024, 9:11 AM
Unknown Object (File)
Feb 13 2024, 12:42 AM
Unknown Object (File)
Dec 20 2023, 4:47 AM
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 Not Applicable
Unit
Tests Not Applicable

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.