From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 7/7] net/qede: restrict maximum queues for PF/VF Date: Thu, 8 Dec 2016 16:45:44 +0000 Message-ID: References: <1480733039-13046-1-git-send-email-harish.patil@qlogic.com> <1480733039-13046-7-git-send-email-harish.patil@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: Dept-EngDPDKDev@qlogic.com To: Harish Patil , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9A4C332A5 for ; Thu, 8 Dec 2016 17:45:47 +0100 (CET) In-Reply-To: <1480733039-13046-7-git-send-email-harish.patil@qlogic.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/3/2016 2:43 AM, Harish Patil wrote: > Fix to adverstise max_rx_queues by taking into account the number s/adverstise/advertise > of PF connections instead of returning max_queues supported by the > HW. Can you please describe what is the effect, what happens if this is not fixed, and driver keeps reporting max_queues supported by the HW? > > Fixes: 2ea6f76a ("qede: add core driver") > > Signed-off-by: Harish Patil > --- <...>