All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sreenivas, Bharathi <bharathi.sreenivas@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH net-next v2] ice: Add flow director support for channel mode
Date: Mon, 20 Dec 2021 11:40:34 +0000	[thread overview]
Message-ID: <MN2PR11MB36146F67D5192545677223C08E7B9@MN2PR11MB3614.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20211213172511.1083932-1-sudheer.mogilappagari@intel.com>



> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@osuosl.org> On Behalf Of
> sudheer.mogilappagari at intel.com
> Sent: Monday, December 13, 2021 10:55 PM
> To: intel-wired-lan at osuosl.org
> Subject: [Intel-wired-lan] [PATCH net-next v2] ice: Add flow director support for
> channel mode
> 
> From: Kiran Patil <kiran.patil@intel.com>
> 
> Add support to enable flow-director filter when multiple TCs are configured.
> Flow director filter can be configured using ethtool (--config-ntuple option).
> When multiple TCs are configured, each TC is mapped to an unique HW VSI. So
> VSI corresponding to queue used in filter is identified and flow director context is
> updated with correct VSI while configuring ntuple filter in HW.
> 
> Signed-off-by: Kiran Patil <kiran.patil@intel.com>
> Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
> Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice.h          |   7 +-
>  .../net/ethernet/intel/ice/ice_ethtool_fdir.c | 260 +++++++++++++++++-
>  drivers/net/ethernet/intel/ice/ice_fdir.h     |   1 +
>  drivers/net/ethernet/intel/ice/ice_flow.c     |  51 ++++
>  drivers/net/ethernet/intel/ice/ice_flow.h     |   1 +
>  drivers/net/ethernet/intel/ice/ice_lib.c      |  69 ++++-
>  drivers/net/ethernet/intel/ice/ice_main.c     |  75 +++++
>  drivers/net/ethernet/intel/ice/ice_type.h     |   5 +-
>  8 files changed, 444 insertions(+), 25 deletions(-)
> 
Tested-by: Bharathi Sreenivas <bharathi.sreenivas@intel.com>

      reply	other threads:[~2021-12-20 11:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13 17:25 [Intel-wired-lan] [PATCH net-next v2] ice: Add flow director support for channel mode sudheer.mogilappagari
2021-12-20 11:40 ` Sreenivas, Bharathi [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=MN2PR11MB36146F67D5192545677223C08E7B9@MN2PR11MB3614.namprd11.prod.outlook.com \
    --to=bharathi.sreenivas@intel.com \
    --cc=intel-wired-lan@osuosl.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.