> -----Original Message----- > From: Richardson, Bruce > Sent: Friday, October 23, 2015 4:22 PM > To: Jastrzebski, MichalX K > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 3/3] doc: update release 2.2 after changes > in librte_lpm > > On Fri, Oct 23, 2015 at 03:51:51PM +0200, Michal Jastrzebski wrote: > > From: Michal Kobylinski <michalx.kobylinski at intel.com> > > > > Signed-off-by: Michal Kobylinski <michalx.kobylinski at intel.com> > > 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
Thanks Bruce, we will do that. The reason it is separated now is that 1st patch is extremely big and difficult to review. I wonder if in v2 we could move changes related with test application to the second patch? This will cause of course that without applying whole patch-set dpdk won't compile. > > --- > > 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 > >