From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
pabeni@redhat.com, ecree.xilinx@gmail.com,
michael.chan@broadcom.com, horms@kernel.org,
pavan.chebbi@broadcom.com, przemyslaw.kitszel@intel.com
Subject: Re: [PATCH net-next 00/11] eth: bnxt: use the new RSS API
Date: Sat, 13 Jul 2024 05:30:47 +0000 [thread overview]
Message-ID: <172084864754.5566.6138152514581030541.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240711220713.283778-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 11 Jul 2024 15:07:02 -0700 you wrote:
> Convert bnxt from using the set_rxfh API to separate create/modify/remove
> callbacks.
>
> Two small extensions to the core APIs are necessary:
> - the ability to discard contexts if for some catastrophic reasons
> device can no longer provide them;
> - the ability to reserve space in the context for RSS table growth.
>
> [...]
Here is the summary with links:
- [net-next,01/11] net: ethtool: let drivers remove lost RSS contexts
https://git.kernel.org/netdev/net-next/c/d69ba6bbaf1f
- [net-next,02/11] net: ethtool: let drivers declare max size of RSS indir table and key
https://git.kernel.org/netdev/net-next/c/28c8757a792b
- [net-next,03/11] eth: bnxt: allow deleting RSS contexts when the device is down
https://git.kernel.org/netdev/net-next/c/667ac333dbb7
- [net-next,04/11] eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends
https://git.kernel.org/netdev/net-next/c/5c466b4d4e75
- [net-next,05/11] eth: bnxt: remove rss_ctx_bmap
https://git.kernel.org/netdev/net-next/c/1a49a23c034b
- [net-next,06/11] eth: bnxt: depend on core cleaning up RSS contexts
https://git.kernel.org/netdev/net-next/c/bf30162915f8
- [net-next,07/11] eth: bnxt: use context priv for struct bnxt_rss_ctx
https://git.kernel.org/netdev/net-next/c/63d4769cf74a
- [net-next,08/11] eth: bnxt: use the RSS context XArray instead of the local list
https://git.kernel.org/netdev/net-next/c/20c8ad72eb7f
- [net-next,09/11] eth: bnxt: pad out the correct indirection table
https://git.kernel.org/netdev/net-next/c/9c34c6c28c70
- [net-next,10/11] eth: bnxt: bump the entry size in indir tables to u32
https://git.kernel.org/netdev/net-next/c/73afb518af4a
- [net-next,11/11] eth: bnxt: use the indir table from ethtool context
https://git.kernel.org/netdev/net-next/c/46e457a454de
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-07-13 5:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-11 22:07 [PATCH net-next 00/11] eth: bnxt: use the new RSS API Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 01/11] net: ethtool: let drivers remove lost RSS contexts Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 02/11] net: ethtool: let drivers declare max size of RSS indir table and key Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 03/11] eth: bnxt: allow deleting RSS contexts when the device is down Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 04/11] eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 05/11] eth: bnxt: remove rss_ctx_bmap Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 06/11] eth: bnxt: depend on core cleaning up RSS contexts Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 07/11] eth: bnxt: use context priv for struct bnxt_rss_ctx Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 08/11] eth: bnxt: use the RSS context XArray instead of the local list Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 09/11] eth: bnxt: pad out the correct indirection table Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 10/11] eth: bnxt: bump the entry size in indir tables to u32 Jakub Kicinski
2024-07-11 22:07 ` [PATCH net-next 11/11] eth: bnxt: use the indir table from ethtool context Jakub Kicinski
2024-07-12 5:08 ` [PATCH net-next 00/11] eth: bnxt: use the new RSS API Pavan Chebbi
2024-07-13 5:30 ` patchwork-bot+netdevbpf [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-02 23:47 Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=172084864754.5566.6138152514581030541.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=ecree.xilinx@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pavan.chebbi@broadcom.com \
--cc=przemyslaw.kitszel@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.