]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'eth-fbnic-support-basic-rss-config-and-setting-channel-count'
authorJakub Kicinski <kuba@kernel.org>
Mon, 23 Dec 2024 18:35:58 +0000 (10:35 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Dec 2024 18:35:59 +0000 (10:35 -0800)
commit3f8f2e93cdfb96c77bf381590dd697867e89d9e7
tree8b456511074d390988906ae1414514e6e21bcd3f
parentf6f1795d0c3753a5ff43e52ee40277a65b464e7c
parent52dc722db0d98bcdf40927dd1719468f7d08bd59
Merge branch 'eth-fbnic-support-basic-rss-config-and-setting-channel-count'

Jakub Kicinski says:

====================
eth: fbnic: support basic RSS config and setting channel count

Add support for basic RSS config (indirection table, key get and set),
and changing the number of channels.

  # ./ksft-net-drv/run_kselftest.sh -t drivers/net/hw:rss_ctx.py
  TAP version 13
  1..1
  # timeout set to 0
  # selftests: drivers/net/hw: rss_ctx.py
  # KTAP version 1
  # 1..15
  # ok 1 rss_ctx.test_rss_key_indir
  # ok 2 rss_ctx.test_rss_queue_reconfigure
  # ok 3 rss_ctx.test_rss_resize
  # ok 4 rss_ctx.test_hitless_key_update

  .. the rest of the tests are for additional contexts so they
  get skipped..

The slicing of the patches (and bugs) are mine, but I'm keeping
Alex as the author on the patches where he wrote 100% of the code.
====================

Link: https://patch.msgid.link/20241220025241.1522781-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>