]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'
authorJakub Kicinski <kuba@kernel.org>
Thu, 25 Aug 2022 19:41:41 +0000 (12:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Aug 2022 19:41:41 +0000 (12:41 -0700)
commitd23b9f38e62f2c5f3015bc704e840c4b3d60fed2
tree0cf00b5ba91a14b954cf0529123230d8cfae9a51
parent8c6db38ed5d3fb5dfbbd58061afce181e1be07e4
parente9bb9a4e275c29d2572658dba1e618dccc0fe021
Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'

Aleksander Jan Bajkowski says:

====================
net: lantiq_xrx200: fix errors under memory pressure

This series fixes issues that can occur in the driver under memory pressure.
Situations when the system cannot allocate memory are rare, so the mentioned
bugs have been fixed recently. The patches have been tested on a BT Home
router with the Lantiq xRX200 chipset.

Changelog:
  v3: - removed netdev_err() log from the first patch
  v2:
   - the second patch has been changed, so that under memory pressure situation
     the driver will not receive packets indefinitely regardless of the NAPI budget,
   - the third patch has been added.
====================

Link: https://lore.kernel.org/r/20220824215408.4695-1-olek2@wp.pl
Signed-off-by: Jakub Kicinski <kuba@kernel.org>