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 468A38E7A for ; Wed, 14 Sep 2016 15:56:50 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 14 Sep 2016 06:56:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,334,1470726000"; d="scan'208";a="878701368" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.117]) ([10.237.220.117]) by orsmga003.jf.intel.com with ESMTP; 14 Sep 2016 06:56:48 -0700 To: Ali Volkan ATLI , "Lu, Wenzhuo" References: <1469625069-49826-1-git-send-email-volkan.atli@argela.com.tr> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: <2318db90-6ca0-5709-432d-eb9220c3996b@intel.com> Date: Wed, 14 Sep 2016 14:56:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1469625069-49826-1-git-send-email-volkan.atli@argela.com.tr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Wed, 14 Sep 2016 13:56:50 -0000 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