> -----Original Message-----
> From: Xu, Ting <ting...@intel.com>
> Sent: Thursday, November 4, 2021 10:22 AM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Yang, Qiming
> <qiming.y...@intel.com>; Guo, Junfeng <junfeng....@intel.com>; Xu, Ting
> <ting...@intel.com>
> Subject: [PATCH v4 0/2] 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 (2):
> net/ice/base: support add HW profile for RSS raw flow
> net/ice: enable protocol agnostic flow offloading in 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(-)
>
> --
> 2.17.1
Applied to dpdk-next-net-intel.
Thanks
Qi