All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/3] net/sfc: support transfer rule proxy
Date: Fri, 15 Oct 2021 09:49:00 +0300	[thread overview]
Message-ID: <20211015064903.3302489-1-andrew.rybchenko@oktetlabs.ru> (raw)

Prepare driver infrastructure and add support for transfer rules
proxy. The API allows to find out right entry point for transfer
rules (which require corresponding priviledges).

Viacheslav Galaktionov (3):
  common/sfc_efx/base: support unprivileged MAE clients
  net/sfc: allow ports without MAE privilege
  net/sfc: implement the transfer proxy port callback

 doc/guides/rel_notes/release_21_11.rst  |  1 +
 drivers/common/sfc_efx/base/ef10_nic.c  | 12 +++-
 drivers/common/sfc_efx/base/efx.h       |  7 +++
 drivers/common/sfc_efx/base/siena_nic.c |  1 +
 drivers/net/sfc/sfc.c                   |  4 ++
 drivers/net/sfc/sfc_ethdev.c            | 11 ++--
 drivers/net/sfc/sfc_flow.c              | 23 +++++++-
 drivers/net/sfc/sfc_mae.c               | 75 +++++++++++++++----------
 drivers/net/sfc/sfc_mae.h               |  3 +-
 drivers/net/sfc/sfc_switch.c            | 68 +++++++++++++++++++++-
 drivers/net/sfc/sfc_switch.h            | 11 ++++
 11 files changed, 172 insertions(+), 44 deletions(-)

-- 
2.30.2


             reply	other threads:[~2021-10-15  6:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-15  6:49 Andrew Rybchenko [this message]
2021-10-15  6:49 ` [dpdk-dev] [PATCH 1/3] common/sfc_efx/base: support unprivileged MAE clients Andrew Rybchenko
2021-10-15  6:49 ` [dpdk-dev] [PATCH 2/3] net/sfc: allow ports without MAE privilege Andrew Rybchenko
2021-10-15  6:49 ` [dpdk-dev] [PATCH 3/3] net/sfc: implement the transfer proxy port callback Andrew Rybchenko
2021-10-18 19:16 ` [dpdk-dev] [PATCH 0/3] net/sfc: support transfer rule proxy Ferruh Yigit

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=20211015064903.3302489-1-andrew.rybchenko@oktetlabs.ru \
    --to=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.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.