From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1EBBE9E7 for ; Wed, 28 Oct 2015 10:55:39 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 28 Oct 2015 02:55:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,209,1444719600"; d="scan'208";a="821300643" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.229.162]) ([163.33.229.162]) by fmsmga001.fm.intel.com with ESMTP; 28 Oct 2015 02:55:38 -0700 Message-ID: <56309B99.4070408@intel.com> Date: Wed, 28 Oct 2015 09:55:37 +0000 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: dev@dpdk.org References: <1445515592-25920-2-git-send-email-konstantin.ananyev@intel.com> <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCHv7 0/9] ethdev: add new API to retrieve RX/TX queue information 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, 28 Oct 2015 09:55:40 -0000 On 27/10/2015 12:51, Konstantin Ananyev wrote: > Konstantin Ananyev (9): > ethdev: add new API to retrieve RX/TX queue information > i40e: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim > ixgbe: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim > e1000: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim > fm10k: add HW specific desc_lim data into dev_info > cxgbe: add HW specific desc_lim data into dev_info > vmxnet3: add HW specific desc_lim data into dev_info > testpmd: add new command to display RX/TX queue information > doc: release notes update for queue_info_get() and (rx|tx)_desc_limit Acked-by: Remy Horton