Re: [PATCH v3] ethdev: add fuzzy match in flow API
From: Ferruh Yigit <hidden>
Date: 2017-07-05 16:06:36
From: Ferruh Yigit <hidden>
Date: 2017-07-05 16:06:36
On 6/13/2017 4:07 AM, Qi Zhang wrote:
Add new meta pattern item RTE_FLOW_TYPE_ITEM_FUZZY in flow API. This is for device that support fuzzy match option. Usually a fuzzy match is fast but the cost is accuracy. i.e. Signature Match only match pattern's hash value, but it is possible that two different patterns have the same hash value. Matching accuracy level can be configured by subfield threshold. Driver can divide the range of threshold and map to different accuracy levels that device support. Signed-off-by: Qi Zhang <redacted>
Is there any more review for the patch? There are some dependent driver patches sitting on my queue. If there is no objection, I can get this one via next-net? Thanks, ferruh