All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org, larysa.zaremba@intel.com,
	przemyslaw.kitszel@intel.com, aleksander.lobakin@intel.com,
	sridhar.samudrala@intel.com, michal.swiatkowski@linux.intel.com,
	maciej.fijalkowski@intel.com, emil.s.tantilov@intel.com,
	madhu.chittim@intel.com, joshua.a.hay@intel.com,
	jacob.e.keller@intel.com, jayaprakash.shanmugam@intel.com,
	jiri@resnulli.us, horms@kernel.org, corbet@lwn.net,
	richardcochran@gmail.com, skhan@linuxfoundation.org,
	linux-doc@vger.kernel.org
Subject: Re: [PATCH net-next v8 00/15][pull request] Introduce iXD driver
Date: Tue, 18 Aug 2026 01:10:26 +0000	[thread overview]
Message-ID: <178701542689.1815375.5651927878332683260.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260812212532.905873-1-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed, 12 Aug 2026 14:25:14 -0700 you wrote:
> Larysa Zaremba says:
> 
> This patch series adds the iXD driver, which supports the Intel(R)
> Control Plane PCI Function on Intel E2100 and later IPUs and FNICs.
> It facilitates a centralized control over multiple IDPF PFs/VFs/SFs
> exposed by the same card. The reason for the separation is to be able
> to offload the control plane to the host different from where the data
> plane is running.
> 
> [...]

Here is the summary with links:
  - [net-next,v8,01/15] virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'
    https://git.kernel.org/netdev/net-next/c/e44908175d50
  - [net-next,v8,02/15] libie: add PCI device initialization helpers to libie
    https://git.kernel.org/netdev/net-next/c/dbe9759c215a
  - [net-next,v8,03/15] libeth: allow to create fill queues without NAPI
    https://git.kernel.org/netdev/net-next/c/354c28830add
  - [net-next,v8,04/15] libie: add control queue support
    https://git.kernel.org/netdev/net-next/c/caed480f2991
  - [net-next,v8,05/15] libie: add bookkeeping support for control queue messages
    https://git.kernel.org/netdev/net-next/c/b4ff4e626a7c
  - [net-next,v8,06/15] idpf: remove 'vport_params_reqd' field
    https://git.kernel.org/netdev/net-next/c/fb2bebcffbbd
  - [net-next,v8,07/15] idpf: remove unused code for getting RSS info from device
    https://git.kernel.org/netdev/net-next/c/8760a06e4553
  - [net-next,v8,08/15] idpf: refactor idpf to use libie_pci APIs
    https://git.kernel.org/netdev/net-next/c/6b284aa2ddf3
  - [net-next,v8,09/15] idpf: refactor idpf to use libie control queues
    https://git.kernel.org/netdev/net-next/c/deaada4f1807
  - [net-next,v8,10/15] idpf: make mbx_task queueing and cancelling more consistent
    https://git.kernel.org/netdev/net-next/c/047cdea66752
  - [net-next,v8,11/15] idpf: print a debug message and bail in case of non-event ctlq message
    https://git.kernel.org/netdev/net-next/c/1150ca4085af
  - [net-next,v8,12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
    https://git.kernel.org/netdev/net-next/c/bea44e3892a0
  - [net-next,v8,13/15] ixd: add reset checks and initialize the mailbox
    https://git.kernel.org/netdev/net-next/c/31ddf7965a92
  - [net-next,v8,14/15] ixd: add the core initialization
    https://git.kernel.org/netdev/net-next/c/29735d99c383
  - [net-next,v8,15/15] ixd: add devlink support
    https://git.kernel.org/netdev/net-next/c/f290d48f0299

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  1:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 21:25 [PATCH net-next v8 00/15][pull request] Introduce iXD driver Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 01/15] virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel' Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 02/15] libie: add PCI device initialization helpers to libie Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 03/15] libeth: allow to create fill queues without NAPI Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 04/15] libie: add control queue support Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 05/15] libie: add bookkeeping support for control queue messages Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 06/15] idpf: remove 'vport_params_reqd' field Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 07/15] idpf: remove unused code for getting RSS info from device Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 08/15] idpf: refactor idpf to use libie_pci APIs Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 09/15] idpf: refactor idpf to use libie control queues Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 10/15] idpf: make mbx_task queueing and cancelling more consistent Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 11/15] idpf: print a debug message and bail in case of non-event ctlq message Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 13/15] ixd: add reset checks and initialize the mailbox Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 14/15] ixd: add the core initialization Tony Nguyen
2026-08-12 21:25 ` [PATCH net-next v8 15/15] ixd: add devlink support Tony Nguyen
2026-08-18  1:10 ` 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=178701542689.1815375.5651927878332683260.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=emil.s.tantilov@intel.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jayaprakash.shanmugam@intel.com \
    --cc=jiri@resnulli.us \
    --cc=joshua.a.hay@intel.com \
    --cc=kuba@kernel.org \
    --cc=larysa.zaremba@intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=madhu.chittim@intel.com \
    --cc=michal.swiatkowski@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=richardcochran@gmail.com \
    --cc=skhan@linuxfoundation.org \
    --cc=sridhar.samudrala@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.