From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v4 0/4] lib/rib: Add Routing Information Base library Date: Thu, 26 Apr 2018 15:42:40 -0700 Message-ID: <20180426154240.53bc9a61@xeon-e3> References: <1524780214-23196-1-git-send-email-medvedkinv@gmail.com> <20180426152448.0c21dc13@xeon-e3> <2223363.sdpvfA4xjr@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Medvedkin Vladimir , dev@dpdk.org, bruce.richardson@intel.com, cristian.dumitrescu@intel.com To: Thomas Monjalon Return-path: Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id 565278D9D for ; Fri, 27 Apr 2018 00:42:43 +0200 (CEST) Received: by mail-pf0-f196.google.com with SMTP id q22so4539668pff.11 for ; Thu, 26 Apr 2018 15:42:43 -0700 (PDT) In-Reply-To: <2223363.sdpvfA4xjr@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. > Why they were not merged? > > Probably because they caused dependency on -libbsd on Linux?