Re: [dpdk-dev] [PATCH] ethdev: fix variable length flow elements support

2021-11-04 Thread Ferruh Yigit
On 11/4/2021 5:33 AM, Gregory Etelson wrote: Hello Ferruh, lib/ethdev/rte_flow.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ethdev/rte_flow.c b/lib/ethdev/rte_flow.c index d268784532..a93f68abbc 100644 --- a/lib/ethdev/rte_flow.c +++ b/lib/ethdev/rte_fl

Re: [dpdk-dev] [PATCH] ethdev: fix variable length flow elements support

2021-11-03 Thread Ferruh Yigit
On 10/26/2021 10:05 AM, Gregory Etelson wrote: RTE flow API defines two flow items and actions types - common and PMD private. Common RTE flow types are defined in rte_flow.h while PMD private types restricted to specific PMD only. RTE flow API allows PMD private types in flow rule, but it must n

[dpdk-dev] [PATCH] ethdev: fix variable length flow elements support

2021-10-26 Thread Gregory Etelson
RTE flow API defines two flow items and actions types - common and PMD private. Common RTE flow types are defined in rte_flow.h while PMD private types restricted to specific PMD only. RTE flow API allows PMD private types in flow rule, but it must not try to interpret private item or acton propert