From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73EA7A0613 for ; Thu, 26 Sep 2019 17:57:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A88B72BD8; Thu, 26 Sep 2019 17:57:32 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 98F932BB5 for ; Thu, 26 Sep 2019 17:57:31 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id c17so1810240pgg.4 for ; Thu, 26 Sep 2019 08:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=4mtS2jTgUcZCi/5Ph4SEdRjvdyJzmoXwMZJx16mq72Q=; b=xK0vFL0knFnmh3KiLV/TQh+uUHcfS1ftPDkLrUdG03VSTvtMIQ9/pL5b456+OlT3/N uOaCVh/Pa17AAIkJz9WtzOwX0KCwMGRuEXBWzXKYq2Iksyr4yjBQnKjc7ngSrT8jKVTG AFSdP8YUCl9cQDm2D5DVGQ1u+vAsjkHDhmm8vBq+5VdyHrolbRIq/lnkd5FFOEv6eCSM F4FAv5iF5XPCw63g5T29io1E8opMqbbG/yd8DqC4CNWQi/wSD5xVq2P6zKeDoZcH4ZHt wRCD/D3WnWwSNLNh1JkZgOL93N0cPhJsCZtwfXI+Y+gHlyFujWEhi+BriE06Ly5JG8IW zqmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4mtS2jTgUcZCi/5Ph4SEdRjvdyJzmoXwMZJx16mq72Q=; b=KIZsLfR6lKUPNxUyIqC9bO1f+hUHgFyrs+LGnXvsXjI+fA8buFf9LnxE9bW+n497z1 PdLm84oZExe8Ade1HHa4RxkNVsDnREeVmJQeotzj08SkQWisvxQdWmerga7znVSx6UYn 8t28HsXG7eAYZKNS+AvaNCmkvSsAtJVQD/VCymllE1Ma8hhsgdCPHoN5+Qx3YkrlWVVf sGcrcuZrVVYsptMR7aylmrPFi6dVwfXs6gdCGf9O+q8hLvkV6bBifStbbJkukWM2zotL aGEVa6yvErZwri2u/L4Z2WgxkHx5RVfr39S5dGhN0mDVJAZqCUejbU7W+M+NVbCd7Awa nN4A== X-Gm-Message-State: APjAAAX7PhysABdT3iM3PjUrWeXhAFZgbpJxNNWJMwYlue6WaPcZXs8t 6uZHOHI+OhX2M98KvMJwCbYuTmyyqPE= X-Google-Smtp-Source: APXvYqwr9VEGwVYUmY0/u5h55nPiiKRKloT2pg6e6t1MXcwB7z6Jqo5b8uqTaDHoHv1/1UjGoIGe4g== X-Received: by 2002:a63:d055:: with SMTP id s21mr4155369pgi.219.1569513450701; Thu, 26 Sep 2019 08:57:30 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id e15sm2157096pgv.51.2019.09.26.08.57.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Sep 2019 08:57:30 -0700 (PDT) Date: Thu, 26 Sep 2019 08:57:28 -0700 From: Stephen Hemminger To: Haiyue Wang Cc: dev@dpdk.org, ferruh.yigit@intel.com, xiaolong.ye@intel.com, ray.kinsella@intel.com, bernard.iremonger@intel.com, chenmin.sun@intel.com Message-ID: <20190926085728.51161998@hermes.lan> In-Reply-To: <20190926114818.91063-1-haiyue.wang@intel.com> References: <20190926114818.91063-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 0/4] get Rx/Tx packet burst mode information X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 26 Sep 2019 19:48:14 +0800 Haiyue Wang wrote: > RFCv3 -> v1: > https://patchwork.dpdk.org/patch/59103/ > https://patchwork.dpdk.org/patch/59104/ > https://patchwork.dpdk.org/patch/59105/ > https://patchwork.dpdk.org/patch/59106/ > 1). Use the function 'rte_bsf64' to iterate the options for > getting the name. > > Haiyue Wang (4): > ethdev: add the API for getting burst mode information > net/i40e: support to get the Rx/Tx burst mode > net/ice: support to get the Rx/Tx burst mode > app/testpmd: show the Rx/Tx burst mode description > > app/test-pmd/config.c | 29 +++++++++ > doc/guides/rel_notes/release_19_11.rst | 9 +++ > drivers/net/i40e/i40e_ethdev.c | 2 + > drivers/net/i40e/i40e_ethdev.h | 4 ++ > drivers/net/i40e/i40e_rxtx.c | 72 +++++++++++++++++++++ > drivers/net/ice/ice_ethdev.c | 2 + > drivers/net/ice/ice_rxtx.c | 54 ++++++++++++++++ > drivers/net/ice/ice_rxtx.h | 4 ++ > lib/librte_ethdev/rte_ethdev.c | 75 ++++++++++++++++++++++ > lib/librte_ethdev/rte_ethdev.h | 82 ++++++++++++++++++++++++ > lib/librte_ethdev/rte_ethdev_core.h | 5 ++ > lib/librte_ethdev/rte_ethdev_version.map | 5 ++ > 12 files changed, 343 insertions(+) > A couple of meta comments: 1) Could this be part of dev_info_get somehow? 2) Why should application care? Is this just a test hook?