From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C3135952 for ; Mon, 6 Mar 2017 14:33:24 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 06 Mar 2017 05:33:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,253,1484035200"; d="scan'208";a="831461855" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 06 Mar 2017 05:33:20 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.142]) by IRSMSX109.ger.corp.intel.com ([169.254.13.44]) with mapi id 14.03.0248.002; Mon, 6 Mar 2017 13:33:19 +0000 From: "Mcnamara, John" To: Ravi Kerur , "dev@dpdk.org" CC: "Ananyev, Konstantin" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [v4 0/3] Merge l3fwd-acl and l3fwd Thread-Index: AQHSlelcvk2brmI/2EqsFLLqeQ1ezaGHz2Dg Date: Mon, 6 Mar 2017 13:33:19 +0000 Message-ID: References: <1488743225-25750-1-git-send-email-rkerur@gmail.com> In-Reply-To: <1488743225-25750-1-git-send-email-rkerur@gmail.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQ1Y2FmODktODgzOS00MTU3LWE3YzktYTQxNGFhYWYzNTRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRDUXEzSUxqYktibG04YVAxZVhUZlVHMGhrdmFObmFTeHpGSXFwSDRcL2trPSJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [v4 0/3] Merge l3fwd-acl and l3fwd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 13:33:25 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ravi Kerur > Sent: Sunday, March 5, 2017 7:47 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Richardson, Bruce > ; Ravi Kerur > Subject: [dpdk-dev] [v4 0/3] Merge l3fwd-acl and l3fwd >=20 > This patchset merges l3fwd-acl and l3fwd code into common directory. > Adds file read options to build LPM and EM tables. Hi Ravi, Thanks to this. It seems like a good change. There are probably too many L2/L3 variants and some of them should be merged. Note, you will also have to merge the sample app guides in some sensible way: http://dpdk.org/doc/guides/sample_app_ug/l3_forward.html http://dpdk.org/doc/guides/sample_app_ug/l3_forward_access_ctrl.html John