From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3F58B29C6 for ; Wed, 9 Mar 2016 10:28:50 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 09 Mar 2016 01:28:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,310,1455004800"; d="scan'208";a="932891374" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 09 Mar 2016 01:28:20 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by IRSMSX154.ger.corp.intel.com ([169.254.12.174]) with mapi id 14.03.0248.002; Wed, 9 Mar 2016 09:28:17 +0000 From: "Kobylinski, MichalX" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3 0/2] Increased number of next hops for LPM IPv4 Thread-Index: AQHReZzR+8g4SvkpDU+o0Ft+AOxlMp9Q2JQg Date: Wed, 9 Mar 2016 09:28:17 +0000 Message-ID: <987EE72691933347B9F0B5C19E71B5BB1F043BF9@IRSMSX101.ger.corp.intel.com> References: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> <1679909.QS6PQFfjcW@xps13> In-Reply-To: <1679909.QS6PQFfjcW@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 v3 0/2] Increased 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: Wed, 09 Mar 2016 09:28:50 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, March 9, 2016 1:42 AM > To: Kobylinski, MichalX > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/2] Increased number of next hops for > LPM IPv4 > Importance: High >=20 > 2016-03-08 21:52, Michal Kobylinski: > > This patchset extended next_hop field from 8-bits to 24-bits in LPM lib= rary > for IPv4. > > > > Added versioning symbols to functions and updated library and > > applications that have a dependency on LPM library. > > > > Michal Kobylinski (2): > > lpm: extend ip4 next_hop and add config structure > > examples: update to use new lpm lib for ipv4 >=20 > You cannot split library and apps in such change because each commit must > compile (including the examples). Ok, I will merge my changes and I will send next version. I split my patchset because I thought it will be better to review for commu= nity.