mbox series

[v1,0/2] enable protocol agnostic flow offloading in RSS

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

Message

Xu, Ting Oct. 8, 2021, 7:09 a.m. UTC
  Enable protocol agnostic flow offloading to support raw pattern input
for RSS hash flow rule creation. It is based on Parser Libary feature.
Current rte_flow raw API is utilized.

Ting Xu (2):
  net/ice: enable protocol agnostic flow offloading in RSS
  doc: add protocol agnostic flow offloading for RSS hash

 doc/guides/rel_notes/release_21_11.rst |   1 +
 drivers/net/ice/ice_hash.c             | 182 ++++++++++++++++++++++---
 2 files changed, 161 insertions(+), 22 deletions(-)
  

Comments

Xu, Ting Nov. 1, 2021, 11:05 a.m. UTC | #1
Enable protocol agnostic flow offloading to support raw pattern input
for RSS hash flow rule creation. It is based on Parser Libary 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(-)