> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 9, 2016 1:42 AM > To: Kobylinski, MichalX <michalx.kobylinski at intel.com> > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/2] Increased number of next hops for > LPM IPv4 > Importance: High > > 2016-03-08 21:52, Michal Kobylinski: > > This patchset extended next_hop field from 8-bits to 24-bits in LPM library > 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 > > 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 community.