From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8B7152A07 for ; Fri, 11 Sep 2015 13:11:23 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 11 Sep 2015 04:11:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,511,1437462000"; d="scan'208";a="559726921" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 11 Sep 2015 04:11:15 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.12]) by IRSMSX151.ger.corp.intel.com ([169.254.4.37]) with mapi id 14.03.0224.002; Fri, 11 Sep 2015 12:11:14 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/5] pipeline: add bulk add/delete functions for table Thread-Index: AQHQ7H26p3gmN8/WMkOrVLL2j/Do/543K+fA Date: Fri, 11 Sep 2015 11:11:14 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478BA231@IRSMSX108.ger.corp.intel.com> References: <1441967499-21255-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1441967499-21255-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/5] pipeline: add bulk add/delete functions for table X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 11:11:24 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, September 11, 2015 1:32 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/5] pipeline: add bulk add/delete function= s > for table >=20 > This patch adds bulk add/delete functions for tables used by pipelines. I= t > 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. >=20 Acked-by: Cristian Dumitrescu