]> 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)
commit75d2faec292cb4f6ac1a79b98f3d642fa8df5ab9
treeba124f7b5e24446eb7dd99a0efe136cbbf5d9aa1
parent7f1edcf51bbccc139856c6a4433eea4f91d3cafe
parentf7802b2aca0ae92dbf20d61b0761d3d8b5cad8dd
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>