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, kuba@kernel.org, netdev@vger.kernel.org,
	youri.querry_1@nxp.com, leoyang.li@nxp.com
Subject: Re: [PATCH net-next 0/7] dpaa2-eth: add support for software TSO
Date: Wed, 09 Feb 2022 13:30:11 +0000	[thread overview]
Message-ID: <164441341159.22778.17109100885682489320.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220209092335.3064731-1-ioana.ciornei@nxp.com>

Hello:

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

On Wed,  9 Feb 2022 11:23:28 +0200 you wrote:
> This series adds support for driver level TSO in the dpaa2-eth driver.
> 
> The first 5 patches lay the ground work for the actual feature:
> rearrange some variable declaration, cleaning up the interraction with
> the S/G Table buffer cache etc.
> 
> The 6th patch adds the actual driver level software TSO support by using
> the usual tso_build_hdr()/tso_build_data() APIs and creates the S/G FDs.
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] dpaa2-eth: rearrange variable declaration in __dpaa2_eth_tx
    https://git.kernel.org/netdev/net-next/c/035dd64de948
  - [net-next,2/7] dpaa2-eth: allocate a fragment already aligned
    https://git.kernel.org/netdev/net-next/c/8378a7910d14
  - [net-next,3/7] dpaa2-eth: extract the S/G table buffer cache interaction into functions
    https://git.kernel.org/netdev/net-next/c/ae3b08177529
  - [net-next,4/7] dpaa2-eth: use the S/G table cache also for the normal S/G path
    https://git.kernel.org/netdev/net-next/c/a4218aef7c86
  - [net-next,5/7] dpaa2-eth: work with an array of FDs
    https://git.kernel.org/netdev/net-next/c/a4ca448e8bfe
  - [net-next,6/7] dpaa2-eth: add support for software TSO
    https://git.kernel.org/netdev/net-next/c/3dc709e0cd47
  - [net-next,7/7] soc: fsl: dpio: read the consumer index from the cache inhibited area
    https://git.kernel.org/netdev/net-next/c/86ec882f59a0

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-02-09 13:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09  9:23 [PATCH net-next 0/7] dpaa2-eth: add support for software TSO Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 1/7] dpaa2-eth: rearrange variable declaration in __dpaa2_eth_tx Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 2/7] dpaa2-eth: allocate a fragment already aligned Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 3/7] dpaa2-eth: extract the S/G table buffer cache interaction into functions Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 4/7] dpaa2-eth: use the S/G table cache also for the normal S/G path Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 5/7] dpaa2-eth: work with an array of FDs Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 6/7] dpaa2-eth: add support for software TSO Ioana Ciornei
2022-02-09  9:23 ` [PATCH net-next 7/7] soc: fsl: dpio: read the consumer index from the cache inhibited area Ioana Ciornei
2022-02-09 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=164441341159.22778.17109100885682489320.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=ioana.ciornei@nxp.com \
    --cc=kuba@kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=netdev@vger.kernel.org \
    --cc=youri.querry_1@nxp.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.