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)
Oct 22 2024, 4:58 AM
Unknown Object (File)
Sep 26 2024, 9:06 PM
Unknown Object (File)
Sep 26 2024, 5:34 PM
Unknown Object (File)
Sep 25 2024, 2:42 PM
Unknown Object (File)
Sep 24 2024, 11:33 PM
Unknown Object (File)
Sep 16 2024, 11:04 PM
Unknown Object (File)
Sep 12 2024, 7:03 PM
Unknown Object (File)
Sep 12 2024, 7:25 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