2015-10-20 15:01, Michal Jastrzebski: > From: Marcin Kerlin <marcinx.kerlin at intel.com> > > 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 times when > trying to add/delete many entries. > > v2: > * Incremented the LIBABIVER number > * Updated release notes > * Removed deprecation announce > > v3: > * Updated a Doxygen comment > > v4: > * Moved .map file to the second patch > > Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com> > > Maciej Gajdzica (5): > table: added bulk add/delete functions for table > pipeline: added bulk add/delete functions for table > test_table: added check for bulk add/delete to acl table unit test > ip_pipline: added cli commands for bulk add/delete to firewall > pipeline > doc: modify release notes and deprecation notice for table and > pipeline
Applied, thanks