Re: [dpdk-dev] [PATCH v2] lpm: extend IPv6 next hop field

2017-03-09 Thread Thomas Monjalon
2017-02-22 12:02, Bruce Richardson: > On Tue, Feb 21, 2017 at 04:46:39PM +0200, Vladyslav Buslov wrote: > > This patch extend next_hop field from 8-bits to 21-bits in LPM library > > for IPv6. > > > > Added versioning symbols to functions and updated > > library and applications that have a depend

Re: [dpdk-dev] [PATCH v2] lpm: extend IPv6 next hop field

2017-02-22 Thread Vladyslav Buslov
Hi Bruce, Yes, v2 patch is same as v1 + indentation changes according to checkpatch warnings. Regards, Vlad > -Original Message- > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, February 22, 2017 2:03 PM > To: Vladyslav Buslov > Cc: dev@dpdk.org > Subject:

Re: [dpdk-dev] [PATCH v2] lpm: extend IPv6 next hop field

2017-02-22 Thread Bruce Richardson
On Tue, Feb 21, 2017 at 04:46:39PM +0200, Vladyslav Buslov wrote: > This patch extend next_hop field from 8-bits to 21-bits in LPM library > for IPv6. > > Added versioning symbols to functions and updated > library and applications that have a dependency on LPM library. > > Signed-off-by: Vladysl

[dpdk-dev] [PATCH v2] lpm: extend IPv6 next hop field

2017-02-21 Thread Vladyslav Buslov
This patch extend next_hop field from 8-bits to 21-bits in LPM library for IPv6. Added versioning symbols to functions and updated library and applications that have a dependency on LPM library. Signed-off-by: Vladyslav Buslov --- app/test/test_lpm6.c| 115 ++