All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Ioana Ciornei <ioana.ciornei@nxp.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org, ast@kernel.org,
	daniel@iogearbox.net, hawk@kernel.org, john.fastabend@gmail.com,
	bpf@vger.kernel.org
Subject: Re: [PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support
Date: Mon, 24 Oct 2022 08:30:19 +0000	[thread overview]
Message-ID: <166660021989.31349.8801845015313190458.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221018141901.147965-1-ioana.ciornei@nxp.com>

Hello:

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

On Tue, 18 Oct 2022 17:18:49 +0300 you wrote:
> This patch set adds support for AF_XDP zero-copy in the dpaa2-eth
> driver. The support is available on the LX2160A SoC and its variants and
> only on interfaces (DPNIs) with a maximum of 8 queues (HW limitations
> are the root cause).
> 
> We are first implementing the .get_channels() callback since this a
> dependency for further work.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,01/12] net: dpaa2-eth: add support to query the number of queues through ethtool
    https://git.kernel.org/netdev/net-next/c/14e493ddc341
  - [net-next,v3,02/12] net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
    https://git.kernel.org/netdev/net-next/c/331320682767
  - [net-next,v3,03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI
    https://git.kernel.org/netdev/net-next/c/095174dafc74
  - [net-next,v3,04/12] net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file
    https://git.kernel.org/netdev/net-next/c/96b44697e53a
  - [net-next,v3,05/12] net: dpaa2-eth: export buffer pool info into a new debugfs file
    https://git.kernel.org/netdev/net-next/c/b1dd9bf6ead8
  - [net-next,v3,06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
    https://git.kernel.org/netdev/net-next/c/801c76dd067c
  - [net-next,v3,07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions
    https://git.kernel.org/netdev/net-next/c/e3caeb2ddbf2
  - [net-next,v3,08/12] net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function
    https://git.kernel.org/netdev/net-next/c/129902a351bf
  - [net-next,v3,09/12] net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function
    https://git.kernel.org/netdev/net-next/c/ee2a3bdef94b
  - [net-next,v3,10/12] net: dpaa2-eth: AF_XDP RX zero copy support
    https://git.kernel.org/netdev/net-next/c/48276c08cf5d
  - [net-next,v3,11/12] net: dpaa2-eth: AF_XDP TX zero copy support
    https://git.kernel.org/netdev/net-next/c/4a7f6c5ac9e5
  - [net-next,v3,12/12] net: dpaa2-eth: add trace points on XSK events
    https://git.kernel.org/netdev/net-next/c/3817b2ac71de

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-10-24  8:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18 14:18 [PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 01/12] net: dpaa2-eth: add support to query the number of queues through ethtool Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 02/12] net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 04/12] net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 05/12] net: dpaa2-eth: export buffer pool info into a new debugfs file Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 08/12] net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 09/12] net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function Ioana Ciornei
2022-10-18 14:18 ` [PATCH net-next v3 10/12] net: dpaa2-eth: AF_XDP RX zero copy support Ioana Ciornei
2022-10-18 14:19 ` [PATCH net-next v3 11/12] net: dpaa2-eth: AF_XDP TX " Ioana Ciornei
2022-10-18 14:19 ` [PATCH net-next v3 12/12] net: dpaa2-eth: add trace points on XSK events Ioana Ciornei
2022-10-19 22:54 ` [PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support Jakub Kicinski
2022-10-20 13:02   ` Björn Töpel
2022-10-23 18:52 ` Björn Töpel
2022-10-24  8: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=166660021989.31349.8801845015313190458.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hawk@kernel.org \
    --cc=ioana.ciornei@nxp.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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.