From: Andrew Rybchenko <arybchenko@solarflare.com>
To: <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH 0/7] net/sfc: prepare rte_flow to have one more backend
Date: Thu, 5 Mar 2020 10:47:46 +0000 [thread overview]
Message-ID: <1583405273-14176-1-git-send-email-arybchenko@solarflare.com> (raw)
Prepare rte_flow API support code to addition of one more
backend for flow rules handling.
Ivan Malov (7):
net/sfc: make flow RSS details VNIC-specific
net/sfc: make the flow list engine-agnostic
net/sfc: generalise the flow specification structure
net/sfc: introduce flow allocation and free path
net/sfc: generalise flow parsing
net/sfc: generalise flow start and stop path
net/sfc: generalise flow pattern item processing
drivers/net/sfc/sfc.h | 2 +
drivers/net/sfc/sfc_filter.h | 2 -
drivers/net/sfc/sfc_flow.c | 503 +++++++++++++++++++++++------------
drivers/net/sfc/sfc_flow.h | 95 ++++++-
4 files changed, 423 insertions(+), 179 deletions(-)
--
2.17.1
next reply other threads:[~2020-03-05 10:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-05 10:47 Andrew Rybchenko [this message]
2020-03-05 10:47 ` [dpdk-dev] [PATCH 1/7] net/sfc: make flow RSS details VNIC-specific Andrew Rybchenko
2020-03-05 10:47 ` [dpdk-dev] [PATCH 2/7] net/sfc: make the flow list engine-agnostic Andrew Rybchenko
2020-03-05 10:47 ` [dpdk-dev] [PATCH 3/7] net/sfc: generalise the flow specification structure Andrew Rybchenko
2020-03-05 10:47 ` [dpdk-dev] [PATCH 4/7] net/sfc: introduce flow allocation and free path Andrew Rybchenko
2020-03-05 10:47 ` [dpdk-dev] [PATCH 5/7] net/sfc: generalise flow parsing Andrew Rybchenko
2020-03-05 10:47 ` [dpdk-dev] [PATCH 6/7] net/sfc: generalise flow start and stop path Andrew Rybchenko
2020-03-05 10:47 ` [dpdk-dev] [PATCH 7/7] net/sfc: generalise flow pattern item processing Andrew Rybchenko
2020-03-06 16:51 ` [dpdk-dev] [PATCH 0/7] net/sfc: prepare rte_flow to have one more backend 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=1583405273-14176-1-git-send-email-arybchenko@solarflare.com \
--to=arybchenko@solarflare.com \
--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 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).