]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: dec: de2104x: Increase receive ring size for Tulip
authorLucy Yan <lucyyan@google.com>
Thu, 10 Sep 2020 19:05:09 +0000 (12:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Oct 2020 07:46:20 +0000 (09:46 +0200)
commit45a545d3ce6444b3c4c969fe5ed2a5d72cffc684
tree9673c08f88176b707818e8a725c90a18dbcf1fc8
parent50f6a5f99664fef289ae0af53c55e18c24d21a6d
net: dec: de2104x: Increase receive ring size for Tulip

[ Upstream commit ee460417d254d941dfea5fb7cff841f589643992 ]

Increase Rx ring size to address issue where hardware is reaching
the receive work limit.

Before:

[  102.223342] de2104x 0000:17:00.0 eth0: rx work limit reached
[  102.245695] de2104x 0000:17:00.0 eth0: rx work limit reached
[  102.251387] de2104x 0000:17:00.0 eth0: rx work limit reached
[  102.267444] de2104x 0000:17:00.0 eth0: rx work limit reached

Signed-off-by: Lucy Yan <lucyyan@google.com>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/dec/tulip/de2104x.c