From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 82EEC2C65 for ; Tue, 8 Mar 2016 16:53:51 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 08 Mar 2016 07:53:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="62172057" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga004.fm.intel.com with ESMTP; 08 Mar 2016 07:53:47 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by IRSMSX103.ger.corp.intel.com ([169.254.3.239]) with mapi id 14.03.0248.002; Tue, 8 Mar 2016 15:53:46 +0000 From: "Kobylinski, MichalX" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4 Thread-Index: AQHRWo7rU6tn/4cRWkmfQ9diLNOWy59P5O6AgAAK4+A= Date: Tue, 8 Mar 2016 15:53:46 +0000 Message-ID: <987EE72691933347B9F0B5C19E71B5BB1F04381C@IRSMSX101.ger.corp.intel.com> References: <1454069573-12059-1-git-send-email-michalx.kobylinski@intel.com> <5394159.7pQBa26eUn@xps13> In-Reply-To: <5394159.7pQBa26eUn@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4 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: Tue, 08 Mar 2016 15:53:51 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, March 8, 2016 4:13 PM > To: Kobylinski, MichalX > Cc: dev@dpdk.org; Jerin Jacob > Subject: Re: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for > LPM IPv4 > Importance: High >=20 > 2016-01-29 13:12, Michal Kobylinski: > > This patchset extend next_hop field from 8-bits to 24-bits in LPM libra= ry for > IPv4. >=20 > waiting v3, any news please? I'm working on v3. Today I will post v3 on mailing list. > Jerin has to rebase on top of this series.