netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rahul.lakkireddy@chelsio.com
Cc: netdev@vger.kernel.org, kumaras@chelsio.com,
	ganeshgr@chelsio.com, nirranjan@chelsio.com,
	indranil@chelsio.com
Subject: Re: [PATCH net-next 0/7] cxgb4: add hash-filter support to tc-flower offload
Date: Wed, 01 Nov 2017 22:06:53 +0900 (KST)	[thread overview]
Message-ID: <20171101.220653.563151645621599544.davem@davemloft.net> (raw)
In-Reply-To: <cover.1509505160.git.rahul.lakkireddy@chelsio.com>

From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Date: Wed,  1 Nov 2017 08:52:58 +0530

> This series of patches add support to create hash-filters; a.k.a
> exact-match filters, to tc-flower offload.  T6 supports creating
> ~500K hash-filters in hw and can theoretically be expanded up to
> ~1 million.
> 
> Patch 1 fetches and saves the configured hw filter tuple field shifts
> and filter mask.
> 
> Patch 2 initializes the driver to use hash-filter configuration.
> 
> Patch 3 adds support to create hash filters in hw.
> 
> Patch 4 adds support to delete hash filters in hw.
> 
> Patch 5 adds support to retrieve filter stats for hash filters.
> 
> Patch 6 converts the flower table to use rhashtable instead of
> static hlist.
> 
> Patch 7 finally adds support to create hash filters via tc-flower
> offload.

Series applied, thanks.

      parent reply	other threads:[~2017-11-01 13:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01  3:22 [PATCH net-next 0/7] cxgb4: add hash-filter support to tc-flower offload Rahul Lakkireddy
2017-11-01  3:22 ` [PATCH net-next 1/7] cxgb4: save additional filter tuple field shifts in tp_params Rahul Lakkireddy
2017-11-01  3:23 ` [PATCH net-next 2/7] cxgb4: initialize hash-filter configuration Rahul Lakkireddy
2017-11-01  3:23 ` [PATCH net-next 3/7] cxgb4: add support to create hash filters Rahul Lakkireddy
2017-11-01  3:23 ` [PATCH net-next 4/7] cxgb4: add support to delete hash filter Rahul Lakkireddy
2017-11-01  3:23 ` [PATCH net-next 5/7] cxgb4: add support to retrieve stats for hash filters Rahul Lakkireddy
2017-11-01  3:23 ` [PATCH net-next 6/7] cxgb4: convert flower table to use rhashtable Rahul Lakkireddy
2017-11-01  3:23 ` [PATCH net-next 7/7] cxgb4: add support to create hash-filters via tc-flower offload Rahul Lakkireddy
2017-11-01 13:06 ` David Miller [this message]

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=20171101.220653.563151645621599544.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=ganeshgr@chelsio.com \
    --cc=indranil@chelsio.com \
    --cc=kumaras@chelsio.com \
    --cc=netdev@vger.kernel.org \
    --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).