Re: [PATCH v2] ethdev: support duplicating only item mask

2024-06-12 Thread Ferruh Yigit
On 6/12/2024 5:18 PM, Dariusz Sosnowski wrote: > Extend rte_flow_conv() to support working only on item's mask. > This allows drivers to get only the mask's size when working on pattern > templates and duplicate items having only the mask in a generic way. > > Signed-off-by: Dariusz Sosnowski > A

[PATCH v2] ethdev: support duplicating only item mask

2024-06-12 Thread Dariusz Sosnowski
Extend rte_flow_conv() to support working only on item's mask. This allows drivers to get only the mask's size when working on pattern templates and duplicate items having only the mask in a generic way. Signed-off-by: Dariusz Sosnowski Acked-by: Ori Kam --- v2: - Split series 32095 into separat