From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH S36 2/8] ice: Allocate flow profile
Date: Thu, 23 Jan 2020 00:09:40 +0000 [thread overview]
Message-ID: <f3be0d450d33416a8c97d91c965680f1@intel.com> (raw)
In-Reply-To: <20200117153919.50321-2-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 2/8] ice: Allocate flow profile
>
> Create an extraction sequence based on the packet header protocols to be
> programmed and allocate a flow profile for the extraction sequence.
>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
> Signed-off-by: Henry Tieman <henry.w.tieman@intel.com>
> ---
> .../net/ethernet/intel/ice/ice_adminq_cmd.h | 6 +
> drivers/net/ethernet/intel/ice/ice_common.c | 75 +++
> drivers/net/ethernet/intel/ice/ice_common.h | 6 +
> .../net/ethernet/intel/ice/ice_flex_pipe.c | 216 ++++++++
> .../net/ethernet/intel/ice/ice_flex_pipe.h | 3 +
> .../net/ethernet/intel/ice/ice_flex_type.h | 15 +
> drivers/net/ethernet/intel/ice/ice_flow.c | 490 +++++++++++++++++-
> drivers/net/ethernet/intel/ice/ice_flow.h | 23 +
> .../net/ethernet/intel/ice/ice_lan_tx_rx.h | 8 +
> .../ethernet/intel/ice/ice_protocol_type.h | 24 +
> drivers/net/ethernet/intel/ice/ice_switch.c | 36 --
> drivers/net/ethernet/intel/ice/ice_type.h | 2 +
> 12 files changed, 864 insertions(+), 40 deletions(-) create mode 100644
> drivers/net/ethernet/intel/ice/ice_protocol_type.h
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
next prev 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 [this message]
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 ` [Intel-wired-lan] [PATCH S36 1/8] ice: Enable writing hardware filtering tables Bowers, AndrewX
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=f3be0d450d33416a8c97d91c965680f1@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