All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioana Ciornei <ioana.ciornei@nxp.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Ioana Ciornei <ioana.ciornei@nxp.com>
Subject: [PATCH net-next 0/3] dpaa2-eth: add support for TBF offload
Date: Tue, 21 Jul 2020 19:38:22 +0300	[thread overview]
Message-ID: <20200721163825.9462-1-ioana.ciornei@nxp.com> (raw)

This patch set adds support for TBF offload in dpaa2-eth.
The first patch restructures how the .ndo_setup_tc() callback is
implemented (each Qdisc is treated in a separate function), the second
patch just adds the necessary APIs for configuring the Tx shaper and the
last one is handling TC_SETUP_QDISC_TBF and configures as requested the
shaper.

Ioana Ciornei (3):
  dpaa2-eth: move the mqprio setup into a separate function
  dpaa2-eth: add API for Tx shaping
  dpaa2-eth: add support for TBF offload

 .../net/ethernet/freescale/dpaa2/dpaa2-eth.c  | 65 +++++++++++++++++--
 .../net/ethernet/freescale/dpaa2/dpaa2-eth.h  |  3 +
 .../net/ethernet/freescale/dpaa2/dpni-cmd.h   | 13 ++++
 drivers/net/ethernet/freescale/dpaa2/dpni.c   | 36 ++++++++++
 drivers/net/ethernet/freescale/dpaa2/dpni.h   | 16 +++++
 5 files changed, 126 insertions(+), 7 deletions(-)

-- 
2.25.1


             reply	other threads:[~2020-07-21 16:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 16:38 Ioana Ciornei [this message]
2020-07-21 16:38 ` [PATCH net-next 1/3] dpaa2-eth: move the mqprio setup into a separate function Ioana Ciornei
2020-07-21 16:38 ` [PATCH net-next 2/3] dpaa2-eth: add API for Tx shaping Ioana Ciornei
2020-07-21 16:38 ` [PATCH net-next 3/3] dpaa2-eth: add support for TBF offload Ioana Ciornei
2020-07-21 19:31   ` Jakub Kicinski
2020-07-21 19:31 ` [PATCH net-next 0/3] " Jakub Kicinski
2020-07-21 23:24 ` David Miller

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=20200721163825.9462-1-ioana.ciornei@nxp.com \
    --to=ioana.ciornei@nxp.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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.