]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/llvm/projects/libunwind/src/EHHeaderParser.hpp
Suppress excessive error prints in ENA TX hotpath
authorMarcin Wojtas <mw@FreeBSD.org>
Wed, 16 Jan 2019 02:13:21 +0000 (02:13 +0000)
committerMarcin Wojtas <mw@FreeBSD.org>
Wed, 16 Jan 2019 02:13:21 +0000 (02:13 +0000)
commit4c220feb7e700d1d83323f38345ea85fb587912d
tree20d6045c0203376f09c44a009b0cd5ae9d34e07e
parent636a29ff4f8a9b4c52e0c60f7b5e052d0953075e
parente8887c3139a74b570b032a003db60e9a34eb976c
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