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)
commit311806784228d3c3a0b86f116d2ea8b9fa90500e
treeba124f7b5e24446eb7dd99a0efe136cbbf5d9aa1
parent1eec80946a73e776fc9fe3209ca8fec2314fc76f
parent9ead7e74bfd6dd54db12ef133b8604add72511de
Merge branch '100GbE' of git://git./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>