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

2015-09-11 Thread Maciej Gajdzica
This patch adds bulk add/delete functions for tables used by pipelines. It allows for adding/deleting many rules to pipeline tables in one function call. It is particulary useful for firewall pipeline which is using ACL table. After every add or delete, table is rebuild which leads to very long tim

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

2015-09-11 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, September 11, 2015 1:32 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/5] pipeline: add bulk add/delete functions > for table > > This pa