From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 08 Dec 2016 08:45:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,320,1477983600"; d="scan'208";a="910145558" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga003.jf.intel.com with ESMTP; 08 Dec 2016 08:45:45 -0800 To: Harish Patil , dev@dpdk.org References: <1480733039-13046-1-git-send-email-harish.patil@qlogic.com> <1480733039-13046-7-git-send-email-harish.patil@qlogic.com> Cc: Dept-EngDPDKDev@qlogic.com From: Ferruh Yigit Message-ID: Date: Thu, 8 Dec 2016 16:45:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1480733039-13046-7-git-send-email-harish.patil@qlogic.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 7/7] net/qede: restrict maximum queues for PF/VF 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: , X-List-Received-Date: Thu, 08 Dec 2016 16:45:48 -0000 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 > --- <...>