[Intel-wired-lan] [PATCH S36 2/8] ice: Allocate flow profile

Bowers, AndrewX andrewx.bowers at intel.com
Thu Jan 23 00:09:40 UTC 2020


> -----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 at intel.com>
> Signed-off-by: Henry Tieman <henry.w.tieman at 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 at intel.com>




More information about the Intel-wired-lan mailing list