mbox series

[v3,0/3] enable protocol agnostic flow offloading in RSS

Message ID 20211102014943.19726-1-ting.xu@intel.com (mailing list archive)
Headers
Series enable protocol agnostic flow offloading in RSS |

Message

Xu, Ting Nov. 2, 2021, 1:49 a.m. UTC
  Enable protocol agnostic flow offloading to support raw pattern input
for RSS hash flow rule creation. It is based on Parser Library feature.
Current rte_flow raw API is utilized.

Ting Xu (3):
  net/ice/base: support add HW profile for RSS raw flow
  net/ice: enable protocol agnostic flow offloading in RSS
  doc: add protocol agnostic flow offloading for RSS

 doc/guides/rel_notes/release_21_11.rst |   1 +
 drivers/net/ice/base/ice_flow.c        | 109 ++++++++++
 drivers/net/ice/base/ice_flow.h        |  16 ++
 drivers/net/ice/ice_ethdev.h           |   9 +
 drivers/net/ice/ice_hash.c             | 286 +++++++++++++++++++++++--
 5 files changed, 399 insertions(+), 22 deletions(-)
  

Comments

Qi Zhang Nov. 3, 2021, 12:45 p.m. UTC | #1
> -----Original Message-----
> From: Xu, Ting <ting.xu@intel.com>
> Sent: Tuesday, November 2, 2021 9:50 AM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>; Guo, Junfeng <junfeng.guo@intel.com>; Xu, Ting
> <ting.xu@intel.com>
> Subject: [PATCH v3 0/3] enable protocol agnostic flow offloading in RSS
> 
> Enable protocol agnostic flow offloading to support raw pattern input for RSS
> hash flow rule creation. It is based on Parser Library feature.
> Current rte_flow raw API is utilized.
> 
> Ting Xu (3):
>   net/ice/base: support add HW profile for RSS raw flow
>   net/ice: enable protocol agnostic flow offloading in RSS
>   doc: add protocol agnostic flow offloading for RSS

Release note update should be squash to the patch that implemented the feature.

> 
>  doc/guides/rel_notes/release_21_11.rst |   1 +
>  drivers/net/ice/base/ice_flow.c        | 109 ++++++++++
>  drivers/net/ice/base/ice_flow.h        |  16 ++
>  drivers/net/ice/ice_ethdev.h           |   9 +
>  drivers/net/ice/ice_hash.c             | 286 +++++++++++++++++++++++--
>  5 files changed, 399 insertions(+), 22 deletions(-)
> 
> --
> 2.17.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
  
Ferruh Yigit Nov. 3, 2021, 2:15 p.m. UTC | #2
On 11/3/2021 12:45 PM, Zhang, Qi Z wrote:
> 
> 
>> -----Original Message-----
>> From: Xu, Ting <ting.xu@intel.com>
>> Sent: Tuesday, November 2, 2021 9:50 AM
>> To: dev@dpdk.org
>> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
>> <qiming.yang@intel.com>; Guo, Junfeng <junfeng.guo@intel.com>; Xu, Ting
>> <ting.xu@intel.com>
>> Subject: [PATCH v3 0/3] enable protocol agnostic flow offloading in RSS
>>
>> Enable protocol agnostic flow offloading to support raw pattern input for RSS
>> hash flow rule creation. It is based on Parser Library feature.
>> Current rte_flow raw API is utilized.
>>
>> Ting Xu (3):
>>    net/ice/base: support add HW profile for RSS raw flow
>>    net/ice: enable protocol agnostic flow offloading in RSS
>>    doc: add protocol agnostic flow offloading for RSS
> 
> Release note update should be squash to the patch that implemented the feature.
> 

+1

Ting, can you send new version including this change please.