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 5E4E4A046B for ; Thu, 22 Aug 2019 09:18:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 739031BF41; Thu, 22 Aug 2019 09:18:48 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2D6A31BF11 for ; Thu, 22 Aug 2019 09:18:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2019 00:18:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="330279263" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 22 Aug 2019 00:18:44 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 22 Aug 2019 00:18:43 -0700 Received: from BGSMSX108.gar.corp.intel.com (10.223.4.192) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 22 Aug 2019 00:18:43 -0700 Received: from bgsmsx102.gar.corp.intel.com ([169.254.2.79]) by BGSMSX108.gar.corp.intel.com ([169.254.8.151]) with mapi id 14.03.0439.000; Thu, 22 Aug 2019 12:48:40 +0530 From: "Chaitanya Babu, TalluriX" To: Aaron Conole CC: "dev@dpdk.org" , "Pattan, Reshma" , "Parthasarathy, JananeeX M" , "Burakov, Anatoly" Thread-Topic: [dpdk-dev] [PATCH 3/3] app/test: add unit tests for eal vfio Thread-Index: AQHVWDdXavoYl6XmVky8uKpPEaDYMqcGvR8Q Date: Thu, 22 Aug 2019 07:18:40 +0000 Message-ID: <761FB0F2AB727F4FA9CE98D18810B0155B55F3FA@BGSMSX102.gar.corp.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> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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" Hi Aaron, >-----Original Message----- >From: Aaron Conole [mailto:aconole@redhat.com] >Sent: Wednesday, August 21, 2019 9:15 PM >To: Chaitanya Babu, TalluriX >Cc: dev@dpdk.org; Pattan, Reshma ; >Parthasarathy, JananeeX M ; >Burakov, Anatoly >Subject: Re: [dpdk-dev] [PATCH 3/3] app/test: add unit tests for eal vfio > >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: > As per log we observed=20 "EAL: VFIO support not initialized" Can you Please check if device is binded or not with vfio-pci. If device is not binded we might get this error (EAL: VFIO support not in= itialized). We have binded the device and observed the tests are running fine as expect= ed. >https://travis-ci.com/ovsrobot/dpdk/jobs/227066776