[dpdk-dev] [PATCH v4 0/2] enable protocol agnostic flow offloading in RSS
Thomas Monjalon
thomas at monjalon.net
Fri Nov 5 14:09:43 CET 2021
04/11/2021 03:22, Ting Xu:
> 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.
I remember raw item was especially targetting encapsulation action.
Which action do you achieve in ice PMD? Only RSS with raw item?
For matching, raw item is quite limited. I think the new flex item
is more appropriate for general custom protocol parsing.
Did you look into flex item feature?
More information about the dev
mailing list