]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge tag 'vendor/ena-com/2.4.0'
authorMarcin Wojtas <mw@FreeBSD.org>
Thu, 24 Jun 2021 14:07:33 +0000 (16:07 +0200)
committerMarcin Wojtas <mw@FreeBSD.org>
Thu, 24 Jun 2021 14:15:18 +0000 (16:15 +0200)
commit3fc5d816f8831d6fc2816ac97bd78dc486cd080c
treee5e911c1cb6d02269badccbd75224f7da69c60f7
parent0e7d31f63b9db869c91228d8ed1e984bdee2b931
parent1f4f67f52424ac53d07ff524af9762fdf2e2b210
Merge tag 'vendor/ena-com/2.4.0'

Update the driver in order not to break its compilation
and make use of the new ENA logging system

Migrate platform code to the new logging system provided by ena_com
layer.

Make ENA_INFO the new default log level.

Remove all explicit use of `device_printf`, all new logs requiring one
of the log macros to be used.
sys/contrib/ena-com/ena_com.c
sys/contrib/ena-com/ena_com.h
sys/contrib/ena-com/ena_defs/ena_admin_defs.h
sys/contrib/ena-com/ena_defs/ena_gen_info.h
sys/contrib/ena-com/ena_eth_com.c
sys/contrib/ena-com/ena_fbsd_log.h
sys/contrib/ena-com/ena_plat.h
sys/dev/ena/ena.c
sys/dev/ena/ena_datapath.c
sys/dev/ena/ena_netmap.c
sys/dev/ena/ena_sysctl.c