From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=DX4Uw8AjpfGvenKGci59QxIQ9GS53pCvo8k+eXG064g=; b=odxoZ8WMwF65L/fqP4SZrG0hooz2zbMspqYHZ7yWCoTZHY3M2tmn//yqLvROsLulgP UY7arAvk4AMfvGuGd/OdAD2pIM0bczni8Yw1MMBerGo5UHG5PSbE3VZGasFzNzELAY/R nKDPeQEnTOOT6uRNOkBVn3XuPmNgEZzEr2Of6GPKo5ewdJprkofuZzClNUU64ZQtFF4b Naly3qcR8DbLO6fk/7q75oDC6ALJlJkm5x3oxotbxzVD227Opzsm1Vs5WLG6tJ8Q+flG jC/kQSJ5lzWyLcL4lvOqfZEvZ8/cacjgZA4mwvHJqqCqSRfkvAOxTRoHT0HXlPpQPf4L vjjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=DX4Uw8AjpfGvenKGci59QxIQ9GS53pCvo8k+eXG064g=; b=QU/ImgBemzdQqDZRT65Hz8KMqGDrmZPNeP5tht+TtnGpKsYSbnly2FKPtBhD+/lNJI 9dzJ4hlfAOs1jwkXQESpsWYtgro5B/RwElhF/PWykpHGDYI3j9V1KziKEpZkn/HIzYgT pfzkb26XqhwOgqXKV/+pZvX00vU5dxZbJPnejn4Y+wHdbdO3HzaTkg3yA8RQ6EIrL70N J9Y557/jxveG1+N5IrMTFMKfs9W0IWtzYuZLl67OEvYJOkIzuUnN+jEXmbGSfygWPbcO Q4z4LpObRZtn78VdvUJWFjOe/E7Frz7NyOfqloSH19LdMnYlX3Btj0GePKXOFHkFUvel gNKA== X-Gm-Message-State: ALyK8tK5farF8cJyg8iCzBxs3jv6eUN3+MOeoyT7qYbQ6+cigFvqqNL/fXobQWvGWjIUYUtW X-Received: by 10.194.200.103 with SMTP id jr7mr968130wjc.105.1466151512357; Fri, 17 Jun 2016 01:18:32 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id t190sm2543214wmt.24.2016.06.17.01.18.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jun 2016 01:18:31 -0700 (PDT) From: Thomas Monjalon To: "Jain, Deepak K" Cc: dev@dpdk.org, "Griffin, John" , "De Lara Guarch, Pablo" , "Doherty, Declan" Date: Fri, 17 Jun 2016 10:18:30 +0200 Message-ID: <7138878.rfgI980QT2@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1466090950-12231-1-git-send-email-deepak.k.jain@intel.com> <11386705.985BuDGx4F@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Fri, 17 Jun 2016 08:18:32 -0000 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?