From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/test: isolate lpm performance cases Date: Tue, 24 May 2016 17:17:58 +0200 Message-ID: <1526965.jALf8tAed9@xps13> References: <1462551208-4300-1-git-send-email-thomas.monjalon@6wind.com> <1462969011-378-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 29EEE37AC for ; Tue, 24 May 2016 17:18:00 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id n129so136050122wmn.1 for ; Tue, 24 May 2016 08:18:00 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id r75sm19847497wme.18.2016.05.24.08.17.59 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2016 08:17:59 -0700 (PDT) In-Reply-To: <1462969011-378-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-11 14:16, Thomas Monjalon: > The LPM performance tests should not be mixed with > functional tests: they are long and show some statistics. > > LPM6 functional tests are added to parallel tests. > > Signed-off-by: Thomas Monjalon > --- > v2: move LPM6 autotest in parallel tests > > app/test/Makefile | 2 + > app/test/autotest_data.py | 19 ++-- > app/test/test_lpm.c | 211 +-------------------------------------- > app/test/test_lpm6.c | 155 +---------------------------- > app/test/test_lpm6_perf.c | 191 +++++++++++++++++++++++++++++++++++ > app/test/test_lpm_perf.c | 249 ++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 454 insertions(+), 373 deletions(-) > create mode 100644 app/test/test_lpm6_perf.c > create mode 100644 app/test/test_lpm_perf.c Applied