Re: [dpdk-dev] [PATCH V4 3/5] pipeline: add support for selector tables

2021-07-10 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, July 10, 2021 7:28 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH V4 3/5] pipeline: add support for selector > tables > > 10/07/2021 02:20, Cristian Dumitre

Re: [dpdk-dev] [PATCH V4 3/5] pipeline: add support for selector tables

2021-07-09 Thread Thomas Monjalon
10/07/2021 02:20, Cristian Dumitrescu: > Add pipeline-level support for selector tables, > > Signed-off-by: Cristian Dumitrescu > --- > Change log: > > V3 -> V4: Fixed proper name of allocated structure > (rte_swx_table_selector_params instead of rte_swx_pipeline_selector_params). Applied (with

[dpdk-dev] [PATCH V4 3/5] pipeline: add support for selector tables

2021-07-09 Thread Cristian Dumitrescu
Add pipeline-level support for selector tables, Signed-off-by: Cristian Dumitrescu --- Change log: V3 -> V4: Fixed proper name of allocated structure (rte_swx_table_selector_params instead of rte_swx_pipeline_selector_params). lib/pipeline/rte_swx_ctl.c | 700