[dpdk-dev] [PATCH v2 2/5] pipeline: added bulk add/delete functions for table

2015-10-12 Thread Azarewicz, PiotrX T
Hi Thomas, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, October 8, 2015 1:42 PM > To: Gajdzica, MaciejX T > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 2/5] pipeline: added bulk add/dele

[dpdk-dev] [PATCH v2 2/5] pipeline: added bulk add/delete functions for table

2015-10-08 Thread Thomas Monjalon
2015-09-11 12:31, Maciej Gajdzica: > +/** > + * Pipeline table entry delete bulk > + * > + * @param p > + * Handle to pipeline instance > + * @param table_id > + * Table ID (returned by previous invocation of pipeline table create) > + * @param keys > + * Array containing table entry keys > +

[dpdk-dev] [PATCH v2 2/5] pipeline: added bulk add/delete functions for table

2015-09-11 Thread Maciej Gajdzica
Added functions for adding/deleting multiple records to table owned by pipeline. Signed-off-by: Maciej Gajdzica --- lib/librte_pipeline/rte_pipeline.c | 106 lib/librte_pipeline/rte_pipeline.h | 62 + 2 files changed, 168 insertions(+)