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)
Dec 24 2023, 3:06 PM
Unknown Object (File)
Dec 23 2023, 12:57 AM
Unknown Object (File)
Nov 23 2023, 5:11 PM
Unknown Object (File)
Nov 14 2023, 2:15 AM
Unknown Object (File)
Oct 30 2023, 12:42 PM
Unknown Object (File)
Oct 26 2023, 8:30 PM
Unknown Object (File)
Oct 13 2023, 1:18 AM
Unknown Object (File)
Sep 28 2023, 12:52 PM

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