[dpdk-dev] [PATCH v3 0/2] Increased number of next hops for LPM IPv4

2016-03-09 Thread Kobylinski, MichalX
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 9, 2016 1:42 AM > To: Kobylinski, MichalX > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/2] Increased number of next hops for > LPM IPv4 > Im

[dpdk-dev] [PATCH v3 0/2] Increased number of next hops for LPM IPv4

2016-03-09 Thread Thomas Monjalon
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 ne

[dpdk-dev] [PATCH v3 0/2] Increased number of next hops for LPM IPv4

2016-03-08 Thread 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