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

2015-11-25 Thread Thomas Monjalon
2015-10-20 15:01, Michal Jastrzebski: > From: Marcin Kerlin > > 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. Af

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

2015-10-20 Thread Michal Jastrzebski
From: Marcin Kerlin 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