From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 5B4CCC36C for ; Thu, 23 Jul 2015 14:49:23 +0200 (CEST) Received: by wibud3 with SMTP id ud3so22651956wib.1 for ; Thu, 23 Jul 2015 05:49:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=jTB9Ah7VP09fWnxPqffpOQ2JZewuq8G7dWH463ToCqM=; b=YWh0vMRlylVv6xTsu2ESEY4TttujhLIEb7t8otPmmpKJcxuC2fxRdYoGN7FUX+qhbI fyvV8572QVDvSgDO77fcp91x/V7zdXXhOmLgqSQOPWl/4Zx9RVDfCCg9Me+FsDsjloH+ wBhVH/F05hkgLM14STgrCTE8rUJLR75HWCbQRVjVh1MHIoEWjYpDiMAHiLNTfi+C/g7/ l5hjn1L2X68E8ELZC5hK96+eyuEdo/IK0F8m3ZicDIWk0T1Na2f1rJ4mHu6ff7G0p3GO hpeWr4Nuff01jwInTW7NoaBFf3EFqmqjb7LDqg31hqJzqedbzpNlKd5SgAEXhdWHYDFc WG3Q== X-Gm-Message-State: ALoCoQl3MQW2Y568vIfyH2OGhs7UM4UFjrus4DBGSoL9Dd0A44RD1B9TUdBe31rSVMk700QQXRRM X-Received: by 10.194.89.72 with SMTP id bm8mr15793868wjb.116.1437655763156; Thu, 23 Jul 2015 05:49:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v9sm7364608wjq.41.2015.07.23.05.49.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 05:49:22 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Thu, 23 Jul 2015 14:48:10 +0200 Message-ID: <1561754.oyF7FTP0Ti@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1437589735-30041-1-git-send-email-konstantin.ananyev@intel.com> References: <1437394750-5965-2-git-send-email-konstantin.ananyev@intel.com> <1437589735-30041-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCHv4 0/5] 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: Thu, 23 Jul 2015 12:49:23 -0000 2015-07-22 19:28, Konstantin Ananyev: > Add the ability for the upper layer to query RX/TX queue information. > Right now supported for: > ixgbe, i40e, e1000 PMDs. Thank you for working on it. The feature is now in the roadmap for version 2.2. Please postpone any new version to the 2.2 release cycle.