From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv7 0/9] ethdev: add new API to retrieve RX/TX queue information Date: Mon, 02 Nov 2015 00:17:34 +0100 Message-ID: <1912008.GbngLrAgO4@xps13> References: <1445515592-25920-2-git-send-email-konstantin.ananyev@intel.com> <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> <56309B99.4070408@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: konstantin.ananyev@intel.com Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id C51E6234 for ; Mon, 2 Nov 2015 00:18:50 +0100 (CET) Received: by wmll128 with SMTP id l128so47514356wml.0 for ; Sun, 01 Nov 2015 15:18:50 -0800 (PST) In-Reply-To: <56309B99.4070408@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 Applied, thanks