From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/5] pipeline: add bulk add/delete functions for table Date: Wed, 25 Nov 2015 23:20:12 +0100 Message-ID: <13937671.sXJdB8KUP1@xps13> References: <1445346087-2880-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Jastrzebski Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 1C6D2921C for ; Wed, 25 Nov 2015 23:21:32 +0100 (CET) Received: by wmec201 with SMTP id c201so22614wme.1 for ; Wed, 25 Nov 2015 14:21:32 -0800 (PST) In-Reply-To: <1445346087-2880-1-git-send-email-michalx.k.jastrzebski@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. 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 > > 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