linux_dsm_epyc7002/drivers/net/ethernet/broadcom/genet
Doug Berger ecaeceb8a8 net: bcmgenet: suppress warnings on failed Rx SKB allocations
The driver is designed to drop Rx packets and reclaim the buffers
when an allocation fails, and the network interface needs to safely
handle this packet loss. Therefore, an allocation failure of Rx
SKBs is relatively benign.

However, the output of the warning message occurs with a high
scheduling priority that can cause excessive jitter/latency for
other high priority processing.

This commit suppresses the warning messages to prevent scheduling
problems while retaining the failure count in the statistics of
the network interface.

Signed-off-by: Doug Berger <opendmb@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-24 16:50:01 -07:00
..
bcmgenet_wol.c net: bcmgenet: keep MAC in reset until PHY is up 2020-03-17 21:00:15 -07:00
bcmgenet.c net: bcmgenet: suppress warnings on failed Rx SKB allocations 2020-04-24 16:50:01 -07:00
bcmgenet.h net: bcmgenet: always enable status blocks 2020-03-21 20:18:13 -07:00
bcmmii.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-25 18:58:11 -07:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00