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 00E65A2EDB for ; Tue, 1 Oct 2019 19:12:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DDBE44C3; Tue, 1 Oct 2019 19:12:47 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0918E3423 for ; Tue, 1 Oct 2019 19:12:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Oct 2019 10:12:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,571,1559545200"; d="scan'208";a="205109193" Received: from vmedvedk-mobl.ger.corp.intel.com (HELO [10.237.220.55]) ([10.237.220.55]) by fmsmga001.fm.intel.com with ESMTP; 01 Oct 2019 10:12:42 -0700 To: Aaron Conole 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> From: "Medvedkin, Vladimir" Message-ID: <30b73eab-7ec8-cc01-5977-62648ac038b5@intel.com> Date: Tue, 1 Oct 2019 18:12:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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" Hi Aaron, On 12/09/2019 15:07, Aaron Conole wrote: > 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? Sorry for the late reply. I'll try to make it work faster :) -- Regards, Vladimir