[dpdk-dev] [PATCH v3] ethdev: add fuzzy match in flow API

Ferruh Yigit ferruh.yigit at intel.com
Wed Jul 5 18:06:33 CEST 2017


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 <qi.z.zhang at intel.com>

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


More information about the dev mailing list