Page MenuHomeFreeBSD

Rework printouts and logging level in ENA driver
ClosedPublic

Authored by mk_semihalf.com on Oct 31 2017, 1:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 7:27 PM
Unknown Object (File)
Thu, Oct 2, 5:41 PM
Unknown Object (File)
Tue, Sep 30, 10:58 AM
Unknown Object (File)
Sep 2 2025, 11:58 AM
Unknown Object (File)
Sep 2 2025, 11:23 AM
Unknown Object (File)
Sep 1 2025, 6:49 AM
Unknown Object (File)
Aug 29 2025, 11:15 PM
Unknown Object (File)
Aug 26 2025, 2:11 AM

Details

Summary

The driver was printing out a lot of information upon failure, which
does not have to be interested for the user.
Changing logging level required to rebuild driver with proper flags. The
proper sysctl was added, so the level now can be changed dynamically
using bitmask.

Levels of printouts were adjusted to keep on mind end user instead of
debugging purposes.

More verbose messages were added to align the driver with the Linux.

Fix building error introduced by the r325506 by casting csum_flags to
uint64_t.

Diff Detail

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