From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E842A2946 for ; Thu, 10 Mar 2016 11:32:22 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 10 Mar 2016 02:32:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,315,1455004800"; d="scan'208";a="761555081" Received: from ugavish-mobl1.ger.corp.intel.com ([10.252.20.226]) by orsmga003.jf.intel.com with SMTP; 10 Mar 2016 02:32:19 -0800 Received: by (sSMTP sendmail emulation); Thu, 10 Mar 2016 10:32:18 +0025 Date: Thu, 10 Mar 2016 10:32:18 +0000 From: Bruce Richardson To: Rasesh Mody Message-ID: <20160310103217.GB14712@bricha3-MOBL3> References: <1451522271-16924-1-git-send-email-3chas3@gmail.com> <1451522271-16924-2-git-send-email-3chas3@gmail.com> <2552F74A0BCCBE4DBE2AD218C81B2811086B1539@avmb3.qlogic.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2552F74A0BCCBE4DBE2AD218C81B2811086B1539@avmb3.qlogic.org> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" , "Charles \(Chas\) Williams" Subject: Re: [dpdk-dev] [PATCH 2/2] bnx2x: Determine rx/tx queue sizes sooner 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, 10 Mar 2016 10:32:23 -0000 On Fri, Mar 04, 2016 at 10:28:57PM +0000, Rasesh Mody wrote: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chas Williams > > Sent: Wednesday, December 30, 2015 4:38 PM > > > > From: "Charles (Chas) Williams" > > > > The VF needs to determine the queues sizes before .dev_infos_get so that it > > can hint to the upper layer the proper sizes. Move > > bnx2x_vf_get_resources() to .eth_dev_init and probe with the guesses from > > bnx2x_init_rte(). > > > > Signed-off-by: Chas Williams <3chas3@gmail.com> > > --- > > Acked-by: Rasesh Mody > > The change looks good. > > Thanks! > Rasesh Applied to dpdk-next-net/rel_16_04 /Bruce