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 D80C6A0550; Sun, 16 Feb 2020 19:30:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 466FD1BFFC; Sun, 16 Feb 2020 19:30:59 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 038A31BFF7 for ; Sun, 16 Feb 2020 19:30:56 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A190C6F4; Sun, 16 Feb 2020 13:30:55 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 16 Feb 2020 13:30:55 -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=gg3RZBAHDHF/gK/r/HRA2U3d+SBwSsLUXbt/yiJ1lck=; b=QmIOK2UVOhSs G4A7lB52NfX16GtLhLl/b+JR13PbXu6Yc/+u0RT89Lf8GhNostPf3SxhZEgPcSG+ Wz2FJc5tY+0c3T+sN82k66z4lqi2KV8oyK6oa7mFRg+kN8nYEl7J44U08PI8YYIA bMrLNEmIXkXyJqlg56M2hLTq4nB9hJ0= 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=fm2; bh=gg3RZBAHDHF/gK/r/HRA2U3d+SBwSsLUXbt/yiJ1l ck=; b=PAAA2p3FU5mtIijmVTxjrMQeQuzXLEpnUbIenaWXVc4c2d384ZmCcJT1V UgoDt3p+5fLWujTWEyCTjJXUjZPo/Yfal8dJ82ijvYyrtLtzFER0gDPrlgvPBIqy H4xzPu5YGGZHJ4zQjRp1iOP1BByCJP8ezZxBYSlCWjvTDsLajgXdk9QsPbmVKceL eBheuqJN+7H+PCowhPTDV6NB36/mNA0DS/DbNM/0rVRPCMYjMnaVKUDX347psHru 8qiuHnsBUqm90AADYr6Nx6Rxcij2lVezW5NTdj+388IC7slsCcejb+OBL+trMbTQ d/pDVazbu8IdJKJ58cP3ycIDRYxNA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeeggdduudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 62110328005A; Sun, 16 Feb 2020 13:30:54 -0500 (EST) From: Thomas Monjalon To: Vladimir Medvedkin Cc: dev@dpdk.org, konstantin.ananyev@intel.com Date: Sun, 16 Feb 2020 19:30:53 +0100 Message-ID: <2781061.BQQF58Tnoo@xps> In-Reply-To: <47c912c650adf1461634807af1ad086841e19187.1576089843.git.vladimir.medvedkin@intel.com> References: <47c912c650adf1461634807af1ad086841e19187.1576089843.git.vladimir.medvedkin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/test-fib: add test-fib application 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" 11/12/2019 19:45, Vladimir Medvedkin: > Introduce new application to provide user to evaluate and perform > custom functional and performance tests for FIB library. > > Signed-off-by: Vladimir Medvedkin > --- > app/test-fib/Makefile | 21 + > app/test-fib/main.c | 1262 ++++++++++++++++++++++++++++++++++++++++++++++ > app/test-fib/meson.build | 6 + > 3 files changed, 1289 insertions(+) Added files in MAINTAINERS. Nobody reviewed this app during the release cycle unfortunately, but I assume it's fined. Applied, thanks