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 CC1D8A2EEB for ; Thu, 12 Sep 2019 16:07:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4B861E9AD; Thu, 12 Sep 2019 16:07:52 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E94F11E971 for ; Thu, 12 Sep 2019 16:07:50 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4ECD12D6E4F; Thu, 12 Sep 2019 14:07:50 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.226]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C13F4600C4; Thu, 12 Sep 2019 14:07:49 +0000 (UTC) From: Aaron Conole To: Vladimir Medvedkin Cc: dev@dpdk.org, bruce.richardson@intel.com References: <1524780214-23196-1-git-send-email-medvedkinv@gmail.com> <1b5d91331ed1ea35acf2d50461c813e06fe9e683.1568221364.git.vladimir.medvedkin@intel.com> Date: Thu, 12 Sep 2019 10:07:48 -0400 In-Reply-To: <1b5d91331ed1ea35acf2d50461c813e06fe9e683.1568221364.git.vladimir.medvedkin@intel.com> (Vladimir Medvedkin's message of "Wed, 11 Sep 2019 18:09:49 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 12 Sep 2019 14:07:50 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests 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" Vladimir Medvedkin writes: > Functional tests for the new FIB library. > > Signed-off-by: Vladimir Medvedkin > --- > app/test/Makefile | 1 + > app/test/autotest_data.py | 6 + > app/test/meson.build | 3 + > app/test/test_fib.c | 397 ++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 407 insertions(+) > create mode 100644 app/test/test_fib.c > Thanks so much for adding tests with your library. Please note that even after 30s, these tests don't complete: https://travis-ci.com/ovsrobot/dpdk/jobs/234132379 Can you restrict some of your lpm test vectors rather than looping through all of combinations? Or perhaps take the long poll tests and move them into a perf test?