]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Suppress excessive error prints in ENA TX hotpath
authormw <mw@FreeBSD.org>
Wed, 16 Jan 2019 02:13:21 +0000 (02:13 +0000)
committermw <mw@FreeBSD.org>
Wed, 16 Jan 2019 02:13:21 +0000 (02:13 +0000)
commit328e3286ee0dac68f4e36f35aafc25ca4861eb0f
tree20d6045c0203376f09c44a009b0cd5ae9d34e07e
parent2487ef39a20a9a833fbbaedc1bfd19251cad5d2a
Suppress excessive error prints in ENA TX hotpath

In FreeBSD, this is normal situation that the Tx ring is being full. In
hat case, the packet is put back into drbr and the next attempt to send
it is taken after the cleanup.

Too much logs like this can cause system instability and even cause the
device reset (because keep alive or cleanup could be missed).

To fix that, the log level of this message is changed to debug.

Upon this change upgrade the driver version to v0.8.2.

Submitted by: Michal Krawczyk <mk@semihalf.com>
Obtained from: Semihalf
Sponsored by: Amazon, Inc.
sys/contrib/ena-com/ena_eth_com.c
sys/dev/ena/ena.c
sys/dev/ena/ena.h