Re: [dpdk-dev] [PATCH v3 1/2] Add RIB library

2018-03-26 Thread Bruce Richardson
On Sun, Mar 25, 2018 at 09:35:35PM +0300, Vladimir Medvedkin wrote: > 2018-03-15 17:27 GMT+03:00 Bruce Richardson : > > > On Thu, Feb 22, 2018 at 10:50:55PM +, Medvedkin Vladimir wrote: > > > RIB is an alternative to current LPM library. > > > It solves the following problems > > > - Increase

Re: [dpdk-dev] [PATCH v3 1/2] Add RIB library

2018-03-25 Thread Vladimir Medvedkin
2018-03-15 17:27 GMT+03:00 Bruce Richardson : > On Thu, Feb 22, 2018 at 10:50:55PM +, Medvedkin Vladimir wrote: > > RIB is an alternative to current LPM library. > > It solves the following problems > > - Increases the speed of control plane operations against lpm such as > >adding/deleti

Re: [dpdk-dev] [PATCH v3 1/2] Add RIB library

2018-03-15 Thread Bruce Richardson
On Thu, Feb 22, 2018 at 10:50:55PM +, Medvedkin Vladimir wrote: > RIB is an alternative to current LPM library. > It solves the following problems > - Increases the speed of control plane operations against lpm such as >adding/deleting routes > - Adds abstraction from dataplane algorithms

Re: [dpdk-dev] [PATCH v3 1/2] Add RIB library

2018-03-14 Thread Bruce Richardson
On Thu, Feb 22, 2018 at 10:50:55PM +, Medvedkin Vladimir wrote: > RIB is an alternative to current LPM library. > It solves the following problems > - Increases the speed of control plane operations against lpm such as >adding/deleting routes > - Adds abstraction from dataplane algorithms

[dpdk-dev] [PATCH v3 1/2] Add RIB library

2018-02-22 Thread Medvedkin Vladimir
RIB is an alternative to current LPM library. It solves the following problems - Increases the speed of control plane operations against lpm such as adding/deleting routes - Adds abstraction from dataplane algorithms, so it is possible to add different ip route lookup algorythms such as DXR