All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] dpaa2-eth: add support for software TSO
@ 2022-02-09  9:23 Ioana Ciornei
  2022-02-09  9:23 ` [PATCH net-next 1/7] dpaa2-eth: rearrange variable declaration in __dpaa2_eth_tx Ioana Ciornei
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ioana Ciornei @ 2022-02-09  9:23 UTC (permalink / raw)
  To: davem, kuba, netdev; +Cc: youri.querry_1, leoyang.li, Ioana Ciornei

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.

With this patch set we can see the following improvement in a TCP flow
running on a single A72@2.2GHz of the LX2160A SoC:

before: 6.38Gbit/s
after:  8.48Gbit/s

Ioana Ciornei (7):
  dpaa2-eth: rearrange variable declaration in __dpaa2_eth_tx
  dpaa2-eth: allocate a fragment already aligned
  dpaa2-eth: extract the S/G table buffer cache interaction into
    functions
  dpaa2-eth: use the S/G table cache also for the normal S/G path
  dpaa2-eth: work with an array of FDs
  dpaa2-eth: add support for software TSO
  soc: fsl: dpio: read the consumer index from the cache inhibited area

 .../net/ethernet/freescale/dpaa2/dpaa2-eth.c  | 343 ++++++++++++++----
 .../net/ethernet/freescale/dpaa2/dpaa2-eth.h  |  18 +
 .../ethernet/freescale/dpaa2/dpaa2-ethtool.c  |   2 +
 drivers/soc/fsl/dpio/qbman-portal.c           |   8 +-
 4 files changed, 301 insertions(+), 70 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-09 13:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH net-next 0/7] dpaa2-eth: add support for software TSO patchwork-bot+netdevbpf

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.