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
F163580551: D12868.diff
Fri, Jul 24, 4:49 PM
Unknown Object (File)
Wed, Jul 22, 10:33 PM
Unknown Object (File)
Wed, Jul 22, 12:41 PM
Unknown Object (File)
Tue, Jul 21, 7:30 AM
Unknown Object (File)
Mon, Jul 20, 6:22 AM
Unknown Object (File)
Sun, Jul 19, 2:05 PM
Unknown Object (File)
Thu, Jul 16, 5:54 PM
Unknown Object (File)
Mon, Jul 13, 7:41 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