netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Meghana Malladi <m-malladi@ti.com>
Cc: horms@kernel.org, namcao@linutronix.de,
	vadim.fedorenko@linux.dev, jacob.e.keller@intel.com,
	christian.koenig@amd.com, sumit.semwal@linaro.org,
	sdf@fomichev.me, john.fastabend@gmail.com, hawk@kernel.org,
	daniel@iogearbox.net, ast@kernel.org, pabeni@redhat.com,
	kuba@kernel.org, edumazet@google.com, davem@davemloft.net,
	andrew+netdev@lunn.ch, linaro-mm-sig@lists.linaro.org,
	dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org,
	bpf@vger.kernel.org, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	srk@ti.com, vigneshr@ti.com, rogerq@kernel.org,
	danishanwar@ti.com
Subject: Re: [PATCH net-next v6 0/6] Add AF_XDP zero copy support
Date: Thu, 20 Nov 2025 14:30:15 +0000	[thread overview]
Message-ID: <176364901575.1647241.5550367394642830810.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251118135542.380574-1-m-malladi@ti.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 18 Nov 2025 19:25:36 +0530 you wrote:
> This series adds AF_XDP zero coppy support to icssg driver.
> 
> Tests were performed on AM64x-EVM with xdpsock application [1].
> 
> A clear improvement is seen Transmit (txonly) and receive (rxdrop)
> for 64 byte packets. 1500 byte test seems to be limited by line
> rate (1G link) so no improvement seen there in packet rate
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
    https://git.kernel.org/netdev/net-next/c/41dde7f1d013
  - [net-next,v6,2/6] net: ti: icssg-prueth: Add XSK pool helpers
    https://git.kernel.org/netdev/net-next/c/7dfd7597911f
  - [net-next,v6,3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
    https://git.kernel.org/netdev/net-next/c/8756ef2eb078
  - [net-next,v6,4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
    https://git.kernel.org/netdev/net-next/c/121133163c9f
  - [net-next,v6,5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
    https://git.kernel.org/netdev/net-next/c/7a64bb388df3
  - [net-next,v6,6/6] net: ti: icssg-prueth: Enable zero copy in XDP features
    https://git.kernel.org/netdev/net-next/c/c6a1ec1870e6

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



      parent reply	other threads:[~2025-11-20 14:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-18 13:55 [PATCH net-next v6 0/6] Add AF_XDP zero copy support Meghana Malladi
2025-11-18 13:55 ` [PATCH net-next v6 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues Meghana Malladi
2025-11-18 13:55 ` [PATCH net-next v6 2/6] net: ti: icssg-prueth: Add XSK pool helpers Meghana Malladi
2025-11-18 13:55 ` [PATCH net-next v6 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX Meghana Malladi
2025-11-18 13:55 ` [PATCH net-next v6 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page Meghana Malladi
2025-11-18 13:55 ` [PATCH net-next v6 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX Meghana Malladi
2025-11-18 13:55 ` [PATCH net-next v6 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features Meghana Malladi
2025-11-20 14: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=176364901575.1647241.5550367394642830810.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=christian.koenig@amd.com \
    --cc=daniel@iogearbox.net \
    --cc=danishanwar@ti.com \
    --cc=davem@davemloft.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=edumazet@google.com \
    --cc=hawk@kernel.org \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linaro-mm-sig@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m-malladi@ti.com \
    --cc=namcao@linutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rogerq@kernel.org \
    --cc=sdf@fomichev.me \
    --cc=srk@ti.com \
    --cc=sumit.semwal@linaro.org \
    --cc=vadim.fedorenko@linux.dev \
    --cc=vigneshr@ti.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;
as well as URLs for NNTP newsgroup(s).