From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B81BDC710 for ; Thu, 16 Jun 2016 18:25:54 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 16 Jun 2016 09:25:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,481,1459839600"; d="scan'208";a="988902924" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 16 Jun 2016 09:25:53 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 16 Jun 2016 17:25:51 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.96]) by irsmsx111.ger.corp.intel.com ([169.254.2.182]) with mapi id 14.03.0248.002; Thu, 16 Jun 2016 17:25:51 +0100 From: "Jain, Deepak K" To: Thomas Monjalon CC: "dev@dpdk.org" , "Griffin, John" , "De Lara Guarch, Pablo" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH] qat: fix for VFs not getting recognized Thread-Index: AQHRx+Pc4sdK3NyoFEGX3xhZ3SdsAZ/sNByAgAASkOA= Date: Thu, 16 Jun 2016 16:25:50 +0000 Deferred-Delivery: Thu, 16 Jun 2016 16:25:21 +0000 Message-ID: References: <1466090950-12231-1-git-send-email-deepak.k.jain@intel.com> <11386705.985BuDGx4F@xps13> In-Reply-To: <11386705.985BuDGx4F@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzRkMmZkNjItNzUyMi00NzdjLWEwYWEtNWFjZGFmNzUzZDMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlJTQlMzM1hVTEpaRVg2YjUwRGFYOHplNVc3dFhkVWl6UXNjbjFhZzdVT2s9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] qat: fix for VFs not getting recognized X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 16:25:55 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, June 16, 2016 5:16 PM > To: Jain, Deepak K > Cc: dev@dpdk.org; Griffin, John ; De Lara Guarch, > Pablo ; Doherty, Declan > > Subject: Re: [dpdk-dev] [PATCH] qat: fix for VFs not getting recognized >=20 > 2016-06-16 16:29, Jain, Deepak K: > > Due to addition of CLASS_ID in EAL, class_id is amended into the code. >=20 > Why the VF is not recognized? > The class id should not be mandatory. Without the change proposed, QuickAssist Devices were not visible and hence= tests were not running. Seems like changes in EAL especially where class_id is added affected the Q= uickAssist tests. With this change, QuickAssist devices are visible during tests and tests wo= rking fine.