From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] qat: fix for VFs not getting recognized Date: Fri, 17 Jun 2016 10:18:30 +0200 Message-ID: <7138878.rfgI980QT2@xps13> References: <1466090950-12231-1-git-send-email-deepak.k.jain@intel.com> <11386705.985BuDGx4F@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Griffin, John" , "De Lara Guarch, Pablo" , "Doherty, Declan" To: "Jain, Deepak K" Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id A85FBCC2A for ; Fri, 17 Jun 2016 10:18:32 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id m124so101479128wme.1 for ; Fri, 17 Jun 2016 01:18:32 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-16 16:25, Jain, Deepak K: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 2016-06-16 16:29, Jain, Deepak K: > > > Due to addition of CLASS_ID in EAL, class_id is amended into the code. > > > > 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 QuickAssist tests. > With this change, QuickAssist devices are visible during tests and tests working fine. Which tests? Have you investigated why?