From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>, dev@dpdk.org
Cc: nirranjan@chelsio.com, kaara.satwik@chelsio.com
Subject: Re: [dpdk-dev] [PATCH 0/9] net/cxgbe: updates for rte_flow support
Date: Wed, 11 Mar 2020 13:11:52 +0000 [thread overview]
Message-ID: <ecf53fd7-052f-70e6-0226-a28d7d207d14@intel.com> (raw)
In-Reply-To: <cover.1583906144.git.kaara.satwik@chelsio.com>
On 3/11/2020 9:05 AM, Rahul Lakkireddy wrote:
> From: Karra Satwik <kaara.satwik@chelsio.com>
>
> This series of patches contain rte_flow support for matching
> Q-in-Q VLAN, IP TOS, PF, and VF fields. Also, adds Destination
> MAC rewrite and Source MAC rewrite actions.
>
> Apart from the 4-tuple (IP src/dst addresses and TCP/UDP src/dst
> port addresses), there are only 40-bits available to match other
> fields in packet headers. Currently, the combination of packet
> header fields to match are configured via filterMode for LETCAM
> filters and filterMask for HASH filters in firmware config files
> (t5/t6-config.txt). Adapter needs to be reflashed with new firmware
> config file everytime the combinations need to be changed. To avoid
> this, a new firmware API is available to dynamically change the
> combination before completing full adapter initialization. So, 2
> new devargs filtermode and filtermask are added to dynamically
> select the combinations during runtime.
>
> Patch 1 adds rte_flow support for matching Q-in-Q VLAN.
>
> Patch 2 adds rte_flow support for matching IP TOS.
>
> Patch 3 adds rte_flow support for matching all packets on PF.
>
> Patch 4 adds rte_flow support for matching all packets on VF.
>
> Patch 5 adds rte_flow support for overwriting destination MAC.
>
> Patch 6 adds Source MAC Table (SMT) support.
>
> Patch 7 adds rte_flow support for Source MAC Rewrite.
>
> Patch 8 adds new firmware API for validating filter spec.
>
> Patch 9 adds devargs to control filtermode and filtermask
> combinations.
>
> Thanks,
> Satwik
>
> Karra Satwik (9):
> net/cxgbe: add rte_flow support for matching Q-in-Q VLAN
> net/cxgbe: add rte_flow support for matching IP TOS
> net/cxgbe: add rte_flow support for matching all packets on PF
> net/cxgbe: add rte_flow support for matching all packets on VF
> net/cxgbe: add rte_flow support for overwriting destination MAC
> net/cxgbe: add Source MAC Table (SMT) support
> net/cxgbe: add rte_flow support for Source MAC Rewrite
> net/cxgbe: use firmware API for validating filter spec
> net/cxgbe: add devargs to control filtermode and filtermask values
Series applied to dpdk-next-net/master, thanks.
next prev parent reply other threads:[~2020-03-11 13:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 9:05 Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 1/9] net/cxgbe: add rte_flow support for matching Q-in-Q VLAN Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 2/9] net/cxgbe: add rte_flow support for matching IP TOS Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 3/9] net/cxgbe: add rte_flow support for matching all packets on PF Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 4/9] net/cxgbe: add rte_flow support for matching all packets on VF Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 5/9] net/cxgbe: add rte_flow support for overwriting destination MAC Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 6/9] net/cxgbe: add Source MAC Table (SMT) support Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 7/9] net/cxgbe: add rte_flow support for Source MAC Rewrite Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 8/9] net/cxgbe: use firmware API for validating filter spec Rahul Lakkireddy
2020-03-11 9:05 ` [dpdk-dev] [PATCH 9/9] net/cxgbe: add devargs to control filtermode and filtermask values Rahul Lakkireddy
2020-03-11 13:11 ` Ferruh Yigit [this message]
2020-03-18 12:09 ` [dpdk-dev] [PATCH 0/9] net/cxgbe: updates for rte_flow support Thomas Monjalon
2020-03-18 13:06 ` Rahul Lakkireddy
2020-03-18 15:07 ` Thomas Monjalon
2020-03-19 7:58 ` Rahul Lakkireddy
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=ecf53fd7-052f-70e6-0226-a28d7d207d14@intel.com \
--to=ferruh.yigit@intel.com \
--cc=dev@dpdk.org \
--cc=kaara.satwik@chelsio.com \
--cc=nirranjan@chelsio.com \
--cc=rahul.lakkireddy@chelsio.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 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).