Page MenuHomeFreeBSD

iflib: print message when iflib_tx_structures_setup fails
ClosedPublic

Authored by jacob.e.keller_intel.com on May 4 2018, 6:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 3, 1:53 PM
Unknown Object (File)
Thu, Jan 2, 4:50 PM
Unknown Object (File)
Tue, Dec 17, 4:12 PM
Unknown Object (File)
Dec 5 2024, 12:12 AM
Unknown Object (File)
Nov 22 2024, 5:51 PM
Unknown Object (File)
Oct 25 2024, 8:22 AM
Unknown Object (File)
Oct 1 2024, 10:40 AM
Unknown Object (File)
Sep 28 2024, 12:50 PM
Subscribers

Details

Summary

Print a message when iflib_tx_structures_setup fails, like we do for
iflib_rx_structures_setup.

Now that we always print a message from within
iflib_qset_structures_setup when it fails, stop printing one in
iflib_device_register() at the call site.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 4 2018, 6:57 PM

As mentioned on the other review, maybe remove the print in the caller, since it is now redundant..

As mentioned on the other review, maybe remove the print in the caller, since it is now redundant..

Makes sense. Should I update this review? or make it a separate one?

Remove the redundant message in iflib_device_register

This revision now requires review to proceed.May 4 2018, 11:32 PM
This revision is now accepted and ready to land.May 4 2018, 11:33 PM
This revision was automatically updated to reflect the committed changes.