All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Simon Horman <simon.horman@corigine.com>
Cc: davem@davemloft.net, kuba@kernel.org, yinjun.zhang@corigine.com,
	netdev@vger.kernel.org, oss-drivers@corigine.com
Subject: Re: [PATCH net-next v2 00/10] nfp: support for NFP-3800
Date: Mon, 21 Mar 2022 13:30:13 +0000	[thread overview]
Message-ID: <164786941364.23699.4075806885785318029.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220321104209.273535-1-simon.horman@corigine.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 21 Mar 2022 11:41:59 +0100 you wrote:
> Hi,
> 
> Yinjun Zhan says:
> 
> This is the second of a two part series to support the NFP-3800 device.
> 
> To utilize the new hardware features of the NFP-3800, driver adds support
> of a new data path NFDK. This series mainly does some refactor work to the
> data path related implementations. The data path specific implementations
> are now separated into nfd3 and nfdk directories respectively, and the
> common part is also moved into a new file.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/10] nfp: calculate ring masks without conditionals
    https://git.kernel.org/netdev/net-next/c/fc9769f62e59
  - [net-next,v2,02/10] nfp: move the fast path code to separate files
    https://git.kernel.org/netdev/net-next/c/62d033309d62
  - [net-next,v2,03/10] nfp: use callbacks for slow path ring related functions
    https://git.kernel.org/netdev/net-next/c/6fd86efa630e
  - [net-next,v2,04/10] nfp: prepare for multi-part descriptors
    https://git.kernel.org/netdev/net-next/c/d6488c49c253
  - [net-next,v2,05/10] nfp: move tx_ring->qcidx into cold data
    https://git.kernel.org/netdev/net-next/c/07cd69c96bff
  - [net-next,v2,06/10] nfp: use TX ring pointer write back
    https://git.kernel.org/netdev/net-next/c/0dcf7f500b0a
  - [net-next,v2,07/10] nfp: add per-data path feature mask
    https://git.kernel.org/netdev/net-next/c/b94b6a1342cc
  - [net-next,v2,08/10] nfp: choose data path based on version
    https://git.kernel.org/netdev/net-next/c/d9e3c29918a8
  - [net-next,v2,09/10] nfp: add support for NFDK data path
    https://git.kernel.org/netdev/net-next/c/c10d12e3dce8
  - [net-next,v2,10/10] nfp: nfdk: implement xdp tx path for NFDK
    https://git.kernel.org/netdev/net-next/c/d9d950490a0a

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



      parent reply	other threads:[~2022-03-21 13:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 10:41 [PATCH net-next v2 00/10] nfp: support for NFP-3800 Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 01/10] nfp: calculate ring masks without conditionals Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 02/10] nfp: move the fast path code to separate files Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 03/10] nfp: use callbacks for slow path ring related functions Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 04/10] nfp: prepare for multi-part descriptors Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 05/10] nfp: move tx_ring->qcidx into cold data Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 06/10] nfp: use TX ring pointer write back Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 07/10] nfp: add per-data path feature mask Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 08/10] nfp: choose data path based on version Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 09/10] nfp: add support for NFDK data path Simon Horman
2022-03-21 10:42 ` [PATCH net-next v2 10/10] nfp: nfdk: implement xdp tx path for NFDK Simon Horman
2022-03-21 13:30 ` 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=164786941364.23699.4075806885785318029.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oss-drivers@corigine.com \
    --cc=simon.horman@corigine.com \
    --cc=yinjun.zhang@corigine.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.