]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Wed, 24 Aug 2022 00:49:02 +0000 (17:49 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 24 Aug 2022 00:49:02 +0000 (17:49 -0700)
commita0273a8af818f2765813b61bd8002fb6d47ffc64
treeba124f7b5e24446eb7dd99a0efe136cbbf5d9aa1
parentec9c87071bbb30bfafb65b9fbd183e62799011da
parent57a2b2c3e39a125164eced6aa843cf18652b50ac
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
ice: xsk: reduced queue count fixes

Maciej Fijalkowski says:

this small series is supposed to fix the issues around AF_XDP usage with
reduced queue count on interface. Due to the XDP rings setup, some
configurations can result in sockets not seeing traffic flowing. More
about this in description of patch 2.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: xsk: use Rx ring's XDP ring when picking NAPI context
  ice: xsk: prohibit usage of non-balanced queue id
====================

Link: https://lore.kernel.org/r/20220822163257.2382487-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>