From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 75F04A04A2; Wed, 6 Nov 2019 00:13:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8FD221BF92; Wed, 6 Nov 2019 00:13:50 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 2E5211BF8F for ; Wed, 6 Nov 2019 00:13:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A14BC5D6; Tue, 5 Nov 2019 18:13:47 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 05 Nov 2019 18:13:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9GuuVg9IkErvUfZYvai9p1+GCJ+9r1JRCF5/TzD6Wvo=; b=LB4iQuOyNMmL ji0pYQbHaiJDwpfEFF9dJMjmbbDscL1D07txMtIU2a7PrpT6qDqYf1J68ycbgWZr 0s1T4XjwwhvdaZuDTUwlYPi/dpH85jmCros/Ll5SrxrowqUq9UQWLXMVaLndRfUO itJOdX3qbMCQNZNHp0a5jzjPWpFzfT8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=9GuuVg9IkErvUfZYvai9p1+GCJ+9r1JRCF5/TzD6W vo=; b=ny7W4hEMyMjdyIwp1PedYIMfmy7PJlsLuXOb+PKFVybpNMBTRr7yhdMLY 9Ibs/7PxgIDmQBK1VD14Fr8Iv3NIw3zknKQCfRfM7l0gjYQG3pny61F9jyOMlocS x6Nuw56Hlg3n+5uCYcRH1exIDYV+I3mIFs9DWJN3oDCBRtw2S5X0Y8Dj6kZUCYq3 66bzHOEBFhM6DbwYAP3SiOyChKk+qsAywuZlky2WYiiUb0LaP8dp/4hbjPn6IdyT tzNXOqNKp+6LlGFhwkVR65QCAlO2uC/3YRiERPlpCD8vWY1uve75DpHCiUOoqybJ NeAROr7zyu9A7ceHFk7vHJAEuGmqw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudduiedgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpegtohhnfhdrihhnpdguphgukhdrohhrghenucfkphepleefrddvfedrudel kedrhedunecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghloh hnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (51.198.23.93.rev.sfr.net [93.23.198.51]) by mail.messagingengine.com (Postfix) with ESMTPA id 024A58005B; Tue, 5 Nov 2019 18:13:44 -0500 (EST) From: Thomas Monjalon To: Vladimir Medvedkin Cc: dev@dpdk.org, bruce.richardson@intel.com, konstantin.ananyev@intel.com, aconole@redhat.com Date: Wed, 06 Nov 2019 00:14:21 +0100 Message-ID: <9655364.FRNQJ0dWU4@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 00/12] lib: add RIB and FIB liraries X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/11/2019 16:21, Vladimir Medvedkin: > This is heavily reworked version of previous RIB library series: > https://mails.dpdk.org/archives/dev/2018-April/099492.html > > app/test/Makefile | 7 + > app/test/autotest_data.py | 48 +++ > app/test/meson.build | 16 + > app/test/test_fib.c | 414 ++++++++++++++++++++ > app/test/test_fib6.c | 423 +++++++++++++++++++++ > app/test/test_fib6_perf.c | 157 ++++++++ > app/test/test_fib_perf.c | 411 ++++++++++++++++++++ > app/test/test_rib.c | 351 +++++++++++++++++ > app/test/test_rib6.c | 357 +++++++++++++++++ > config/common_base | 11 + > doc/api/doxy-api.conf.in | 2 + > lib/Makefile | 4 + > lib/librte_fib/Makefile | 25 ++ > lib/librte_fib/dir24_8.c | 737 +++++++++++++++++++++++++++++++++++ > lib/librte_fib/dir24_8.h | 36 ++ > lib/librte_fib/meson.build | 8 + > lib/librte_fib/rte_fib.c | 319 ++++++++++++++++ > lib/librte_fib/rte_fib.h | 188 +++++++++ > lib/librte_fib/rte_fib6.c | 322 ++++++++++++++++ > lib/librte_fib/rte_fib6.h | 193 ++++++++++ > lib/librte_fib/rte_fib_version.map | 23 ++ > lib/librte_fib/trie.c | 760 +++++++++++++++++++++++++++++++++++++ > lib/librte_fib/trie.h | 37 ++ > lib/librte_rib/Makefile | 25 ++ > lib/librte_rib/meson.build | 8 + > lib/librte_rib/rte_rib.c | 532 ++++++++++++++++++++++++++ > lib/librte_rib/rte_rib.h | 277 ++++++++++++++ > lib/librte_rib/rte_rib6.c | 598 +++++++++++++++++++++++++++++ > lib/librte_rib/rte_rib6.h | 334 ++++++++++++++++ > lib/librte_rib/rte_rib_version.map | 35 ++ > lib/meson.build | 4 +- > mk/rte.app.mk | 2 + > 32 files changed, 6663 insertions(+), 1 deletion(-) You forgot to update MAINTAINERS and the release notes. I did it while merging. Applied, thanks