Re: [dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-06-29 Thread Bruce Richardson
On Fri, Apr 27, 2018 at 01:03:30AM +0300, Medvedkin Vladimir wrote: > This patch series introduces new library librte_rib which potentially could > replace librte_lpm. > > RIB is an alternative to current LPM library. > It solves the following problems > - Increases the speed of control plane ope

Re: [dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-04-27 Thread Vladimir Medvedkin
Hi Stephen, 2018-04-27 1:24 GMT+03:00 Stephen Hemminger : > On Fri, 27 Apr 2018 01:03:30 +0300 > Medvedkin Vladimir wrote: > > > This patch series introduces new library librte_rib which potentially > could > > replace librte_lpm. > > > > RIB is an alternative to current LPM library. > > It sol

Re: [dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-04-26 Thread Stephen Hemminger
On Fri, 27 Apr 2018 00:27:03 +0200 Thomas Monjalon wrote: > 27/04/2018 00:24, Stephen Hemminger: > > The existing slowness of add and delete was fixed at Vyatta/Brocade by > > replacing list with red-black tree. Patches were submitted but never > > merged. > > I don't remember these patches.

Re: [dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-04-26 Thread Stephen Hemminger
On Fri, 27 Apr 2018 00:27:03 +0200 Thomas Monjalon wrote: > 27/04/2018 00:24, Stephen Hemminger: > > The existing slowness of add and delete was fixed at Vyatta/Brocade by > > replacing list with red-black tree. Patches were submitted but never > > merged. > > I don't remember these patches.

Re: [dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-04-26 Thread Thomas Monjalon
27/04/2018 00:24, Stephen Hemminger: > The existing slowness of add and delete was fixed at Vyatta/Brocade by > replacing list with red-black tree. Patches were submitted but never merged. I don't remember these patches. Why they were not merged?

Re: [dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-04-26 Thread Stephen Hemminger
On Fri, 27 Apr 2018 01:03:30 +0300 Medvedkin Vladimir wrote: > This patch series introduces new library librte_rib which potentially could > replace librte_lpm. > > RIB is an alternative to current LPM library. > It solves the following problems > - Increases the speed of control plane operatio

[dpdk-dev] [PATCH v4 0/4] lib/rib: Add Routing Information Base library

2018-04-26 Thread Medvedkin Vladimir
This patch series introduces new library librte_rib which potentially could replace librte_lpm. 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 d