Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH S36 1/8] ice: Enable writing hardware filtering tables
Date: Thu, 23 Jan 2020 00:09:07 +0000	[thread overview]
Message-ID: <3299008f7b994321841a8e30bb022229@intel.com> (raw)
In-Reply-To: <20200117153919.50321-1-anthony.l.nguyen@intel.com>

> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Tony Nguyen
> Sent: Friday, January 17, 2020 7:39 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S36 1/8] ice: Enable writing hardware
> filtering tables
> 
> Enable the driver to write the filtering hardware tables to allow for changing
> of RSS rules. Upon loading of DDP package, a minimal configuration should be
> written to hardware.
> 
> Introduce and initialize structures for storing configuration and make the top
> level calls to configure the RSS tables to initial values. A packet segment will
> be created but nothing is written to hardware yet.
> 
> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
> Signed-off-by: Henry Tieman <henry.w.tieman@intel.com>
> ---
>  drivers/net/ethernet/intel/ice/Makefile       |   3 +-
>  drivers/net/ethernet/intel/ice/ice_common.c   |   6 +-
>  .../net/ethernet/intel/ice/ice_flex_pipe.c    |  31 ++-
>  drivers/net/ethernet/intel/ice/ice_flow.c     | 250 ++++++++++++++++++
>  drivers/net/ethernet/intel/ice/ice_flow.h     | 114 ++++++++
>  drivers/net/ethernet/intel/ice/ice_lib.c      |  87 +++++-
>  drivers/net/ethernet/intel/ice/ice_type.h     |   4 +
>  7 files changed, 491 insertions(+), 4 deletions(-)  create mode 100644
> drivers/net/ethernet/intel/ice/ice_flow.c
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_flow.h

Tested-by: Andrew Bowers <andrewx.bowers@intel.com>



      parent reply	other threads:[~2020-01-23  0:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-17 15:39 [Intel-wired-lan] [PATCH S36 1/8] ice: Enable writing hardware filtering tables Tony Nguyen
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 2/8] ice: Allocate flow profile Tony Nguyen
2020-01-23  0:09   ` Bowers, AndrewX
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 3/8] ice: Populate TCAM filter software structures Tony Nguyen
2020-01-23  0:10   ` Bowers, AndrewX
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 4/8] ice: Enable writing filtering tables Tony Nguyen
2020-01-23  0:10   ` Bowers, AndrewX
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 5/8] ice: Optimize table usage Tony Nguyen
2020-01-23  0:11   ` Bowers, AndrewX
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 6/8] ice: Initilialize VF RSS tables Tony Nguyen
2020-01-23  0:11   ` Bowers, AndrewX
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 7/8] ice: Implement ethtool get/set rx-flow-hash Tony Nguyen
2020-01-23  0:11   ` Bowers, AndrewX
2020-01-17 15:39 ` [Intel-wired-lan] [PATCH S36 8/8] ice: Bump version Tony Nguyen
2020-01-23  0:12   ` Bowers, AndrewX
2020-01-23  0:09 ` Bowers, AndrewX [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=3299008f7b994321841a8e30bb022229@intel.com \
    --to=andrewx.bowers@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox