Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Satish Kharat <satishkh@cisco.com>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, leitao@debian.org,
	sebaddel@cisco.com
Subject: Re: [PATCH net-next v13 00/11] enic: SR-IOV V2 admin channel and MBOX protocol
Date: Tue, 18 Aug 2026 00:50:21 +0000	[thread overview]
Message-ID: <178701422164.1808735.9583213568071804672.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260812-enic-sriov-v2-admin-channel-v2-v13-0-b3809e448aba@cisco.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 12 Aug 2026 05:48:00 -0700 you wrote:
> This series adds the admin channel infrastructure and mailbox (MBOX)
> protocol needed for V2 SR-IOV support in the enic driver.
> 
> The V2 SR-IOV design uses a direct PF-VF communication channel built on
> dedicated WQ/RQ/CQ hardware resources and an MSI-X interrupt.
> 
> This series touches enic_remove(), which is also modified by a fix
> already applied to net:
> 
> [...]

Here is the summary with links:
  - [net-next,v13,01/11] enic: verify firmware supports V2 SR-IOV at probe time
    https://git.kernel.org/netdev/net-next/c/a16975e2231b
  - [net-next,v13,02/11] enic: add admin channel open and close for SR-IOV
    https://git.kernel.org/netdev/net-next/c/3258931d4052
  - [net-next,v13,03/11] enic: add admin RQ buffer management
    https://git.kernel.org/netdev/net-next/c/a0da4ea750a2
  - [net-next,v13,04/11] enic: add admin CQ service with MSI-X interrupt and workqueue polling
    https://git.kernel.org/netdev/net-next/c/cb1dba54c723
  - [net-next,v13,05/11] enic: define MBOX message types and header structures
    https://git.kernel.org/netdev/net-next/c/1584793311ce
  - [net-next,v13,06/11] enic: add MBOX core send and receive for admin channel
    https://git.kernel.org/netdev/net-next/c/1f0c856b5963
  - [net-next,v13,07/11] enic: add MBOX PF handlers for VF register and capability
    https://git.kernel.org/netdev/net-next/c/06bdfb16216b
  - [net-next,v13,08/11] enic: add MBOX VF handlers for capability, register and link state
    https://git.kernel.org/netdev/net-next/c/72b65c94058e
  - [net-next,v13,09/11] enic: wire V2 SR-IOV enable with admin channel and MBOX
    https://git.kernel.org/netdev/net-next/c/4ff204cef01e
  - [net-next,v13,10/11] enic: add V2 VF probe with admin channel and PF registration
    https://git.kernel.org/netdev/net-next/c/b2dfdc966b65
  - [net-next,v13,11/11] enic: re-establish V2 VF admin channel and PF registration after reset
    https://git.kernel.org/netdev/net-next/c/885f462fe90e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-08-18  0:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 12:48 [PATCH net-next v13 00/11] enic: SR-IOV V2 admin channel and MBOX protocol Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 01/11] enic: verify firmware supports V2 SR-IOV at probe time Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 02/11] enic: add admin channel open and close for SR-IOV Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 03/11] enic: add admin RQ buffer management Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 04/11] enic: add admin CQ service with MSI-X interrupt and workqueue polling Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 05/11] enic: define MBOX message types and header structures Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 06/11] enic: add MBOX core send and receive for admin channel Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 07/11] enic: add MBOX PF handlers for VF register and capability Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 08/11] enic: add MBOX VF handlers for capability, register and link state Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 09/11] enic: wire V2 SR-IOV enable with admin channel and MBOX Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 10/11] enic: add V2 VF probe with admin channel and PF registration Satish Kharat
2026-08-12 12:48 ` [PATCH net-next v13 11/11] enic: re-establish V2 VF admin channel and PF registration after reset Satish Kharat
2026-08-18  0:50 ` patchwork-bot+netdevbpf [this message]

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=178701422164.1808735.9583213568071804672.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=leitao@debian.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=satishkh@cisco.com \
    --cc=sebaddel@cisco.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox