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 362F0A046B for ; Wed, 21 Aug 2019 17:44:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C35C1BF00; Wed, 21 Aug 2019 17:44:36 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 3119D1BEEA for ; Wed, 21 Aug 2019 17:44:35 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 592BC8D5BA6; Wed, 21 Aug 2019 15:44:34 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.8]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B8A5126160; Wed, 21 Aug 2019 15:44:33 +0000 (UTC) From: Aaron Conole To: Chaitanya Babu Talluri Cc: dev@dpdk.org, reshma.pattan@intel.com, jananeex.m.parthasarathy@intel.com, anatoly.burakov@intel.com References: <1566392575-7965-1-git-send-email-tallurix.chaitanya.babu@intel.com> <1566392575-7965-4-git-send-email-tallurix.chaitanya.babu@intel.com> Date: Wed, 21 Aug 2019 11:44:33 -0400 In-Reply-To: <1566392575-7965-4-git-send-email-tallurix.chaitanya.babu@intel.com> (Chaitanya Babu Talluri's message of "Wed, 21 Aug 2019 14:02:55 +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.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.69]); Wed, 21 Aug 2019 15:44:34 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 3/3] app/test: add unit tests for eal vfio 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" Chaitanya Babu Talluri writes: > Unit test cases are added for eal vfio library. > eal_vfio_autotest added to meson build file. > > Signed-off-by: Chaitanya Babu Talluri > --- Thanks for adding unit tests for the vfio library. In this case, there seems to be some failures - can you help determine the cause: https://travis-ci.com/ovsrobot/dpdk/jobs/227066776