From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <michalx.kobylinski@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 641A52BA9
 for <dev@dpdk.org>; Tue,  8 Mar 2016 22:00:47 +0100 (CET)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP; 08 Mar 2016 13:00:46 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,558,1449561600"; d="scan'208";a="760494277"
Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155])
 by orsmga003.jf.intel.com with ESMTP; 08 Mar 2016 13:00:45 -0800
Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by
 IRSMSX102.ger.corp.intel.com ([169.254.2.19]) with mapi id 14.03.0248.002;
 Tue, 8 Mar 2016 21:00:44 +0000
From: "Kobylinski, MichalX" <michalx.kobylinski@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM
 IPv4
Thread-Index: AQHRWo7rU6tn/4cRWkmfQ9diLNOWy59P5O6AgAAK4+CAAFVRcA==
Date: Tue, 8 Mar 2016 21:00:43 +0000
Message-ID: <987EE72691933347B9F0B5C19E71B5BB1F0439A0@IRSMSX101.ger.corp.intel.com>
References: <1454069573-12059-1-git-send-email-michalx.kobylinski@intel.com>
 <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" <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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Mar 2016 21:00:47 -0000



> -----Original Message-----
> From: Kobylinski, MichalX
> Sent: Tuesday, March 8, 2016 4:54 PM
> To: 'Thomas Monjalon' <thomas.monjalon@6wind.com>
> Cc: dev@dpdk.org; Jerin Jacob <jerin.jacob@caviumnetworks.com>
> Subject: RE: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for
> LPM IPv4
>=20
>=20
>=20
> > -----Original Message-----
> > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > Sent: Tuesday, March 8, 2016 4:13 PM
> > To: Kobylinski, MichalX <michalx.kobylinski@intel.com>
> > Cc: dev@dpdk.org; Jerin Jacob <jerin.jacob@caviumnetworks.com>
> > Subject: Re: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops
> > for LPM IPv4
> > Importance: High
> >
> > 2016-01-29 13:12, Michal Kobylinski:
> > > This patchset extend next_hop field from 8-bits to 24-bits in LPM
> > > library for
> > IPv4.
> >
> > waiting v3, any news please?
>=20
> I'm working on v3.
> Today I will post v3 on mailing list.
> > Jerin has to rebase on top of this series.

I posted two patchsets on mailing list:
Increased number of next hops for LPM IPv4 (v3) and Added a new rte_lpm_con=
fig structure for IPv4.