From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D10C8378E for ; Mon, 19 Sep 2016 18:26:38 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 19 Sep 2016 09:26:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="1059022308" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.73]) by fmsmga002.fm.intel.com with SMTP; 19 Sep 2016 09:26:35 -0700 Received: by (sSMTP sendmail emulation); Mon, 19 Sep 2016 17:26:34 +0025 Date: Mon, 19 Sep 2016 17:26:34 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: Ali Volkan ATLI , "Lu, Wenzhuo" , "dev@dpdk.org" Message-ID: <20160919162634.GM45548@bricha3-MOBL3> References: <1469625069-49826-1-git-send-email-volkan.atli@argela.com.tr> <2318db90-6ca0-5709-432d-eb9220c3996b@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2318db90-6ca0-5709-432d-eb9220c3996b@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/e1000: fix return value of eth_igb_rx_queue_count() 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: Mon, 19 Sep 2016 16:26:39 -0000 On Wed, Sep 14, 2016 at 02:56:47PM +0100, Ferruh Yigit wrote: > On 7/27/2016 2:11 PM, Ali Volkan ATLI wrote: > > Signed-off-by: Ali Volkan ATLI > > --- > > Fixes: 0f6b7c7f7a37 ("igb: use DD bit to count RX available descriptors") > > function names not desired in patch subject, what about something like > following: > net/e1000: fix number of available Rx descriptors > > Acked-by: Ferruh Yigit Applied to rel_16_11 with updated title from Ferruh, and fixes line. /Bruce