Page MenuHomeFreeBSD

Fix ixgbe compliation with DBG 1
ClosedPublic

Authored by smh on Jan 24 2016, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 4:48 PM
Unknown Object (File)
Tue, Apr 30, 1:37 AM
Unknown Object (File)
Tue, Apr 30, 1:31 AM
Unknown Object (File)
Feb 7 2024, 7:07 PM
Unknown Object (File)
Dec 20 2023, 1:11 AM
Unknown Object (File)
Dec 17 2023, 1:50 PM
Unknown Object (File)
Sep 30 2023, 10:12 PM
Unknown Object (File)
Aug 9 2023, 3:43 AM
Subscribers

Details

Summary

Fixed ERROR_REPORTXX macros so that ixgbe compiles with #define DBG 1

Note: There's lots of disparity between the use of tailing "\n" in use these macros, which should also be fixed.

Test Plan

Compile ix with #define DBG 1 in ixgbe_osdep.h

Diff Detail

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

Event Timeline

smh retitled this revision from to Fix ixgbe compliation with DBG 1.
smh updated this object.
smh edited the test plan for this revision. (Show Details)
smh added reviewers: sbruno, erj.
sbruno edited edge metadata.

wow, I never even noted this build failure before. Thanks for fixing it.

This revision is now accepted and ready to land.Jan 25 2016, 3:28 PM
This revision was automatically updated to reflect the committed changes.