From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id AC1AA5927 for ; Fri, 23 Oct 2015 16:21:46 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 23 Oct 2015 07:21:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,186,1444719600"; d="scan'208";a="586679233" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.66]) by FMSMGA003.fm.intel.com with SMTP; 23 Oct 2015 07:21:44 -0700 Received: by (sSMTP sendmail emulation); Fri, 23 Oct 2015 15:21:43 +0025 Date: Fri, 23 Oct 2015 15:21:43 +0100 From: Bruce Richardson To: Michal Jastrzebski Message-ID: <20151023142142.GA26964@bricha3-MOBL3> References: <1445608311-8092-1-git-send-email-michalx.k.jastrzebski@intel.com> <1445608311-8092-4-git-send-email-michalx.k.jastrzebski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445608311-8092-4-git-send-email-michalx.k.jastrzebski@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1 3/3] doc: update release 2.2 after changes in librte_lpm 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, 23 Oct 2015 14:21:47 -0000 On Fri, Oct 23, 2015 at 03:51:51PM +0200, Michal Jastrzebski wrote: > From: Michal Kobylinski > > Signed-off-by: Michal Kobylinski Hi Michal, for when you do your v2, this doc update should be included in with the relevant changes i.e. in patch 1, not as a separate doc patch. /Bruce > --- > doc/guides/rel_notes/release_2_2.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst > index ab1c25f..3c616ab 100644 > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -121,6 +121,8 @@ ABI Changes > > * librte_cfgfile: Allow longer names and values by increasing the constants > CFG_NAME_LEN and CFG_VALUE_LEN to 64 and 256 respectively. > + > +* librte_lpm: Increase number of next hops for IPv4 to 2^24 > > > Shared Library Versions > -- > 1.9.1 >