From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 0549D8E9D for ; Thu, 3 Dec 2015 06:04:07 +0100 (CET) Received: by wmuu63 with SMTP id u63so5951938wmu.0 for ; Wed, 02 Dec 2015 21:04:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uxpA/HHraCdykaCMjMnNIGvs+fiFXYcopJQoSxb7iVc=; b=cGlve0IKJguQ75PiUwgyQdt6Kz/rQwVvPH6MeopSqBrNm+XnuNsS9obXThwjX+Vjx5 r3mJhi/hF88wAMOtWwClD8DbD3izFteIl1CxhLhR+DAjPUz4fgm39wbxPrObRVGZPPYN nDhpqjH2V38Vb8Se0jq6o48XEf2ShJI47qVptiS6k1FNvtNyz00CUi3+fMSoz6nY2116 F6hOo8Sv9inBMiQgeOTJKtbg1CMtCzC/Efi616brXQUIBv6YSCjuDEmO9vkoKGBq5JQO DwgWk8mhhg1xwwEGae3ldnSauj8/dj9OlHLifciQorbRyL3ilJTO6QmKbq75yzP+7iCw oT1g== 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:in-reply-to :references; bh=uxpA/HHraCdykaCMjMnNIGvs+fiFXYcopJQoSxb7iVc=; b=mvkXW3eZ4IxtKNkKBt8ivpucEDxjf7j9hNzBBafBGeZVIrWq59a6r/dokVLJcPinJG lXvKSu6lZ5eFiZ9kd+jTZUCDYLE9tquszkUpdB+Vg7h9/x2CZq0YAlgm5SGrCud3Wf6V gzC04RFD9qqHDzwyqmKWK9BRsvQcEMxyGI4IEfEAyFwX8hO3RXJ0ndli0bJU3VewujO4 qVIk1WJY3D8tgA9UjNjgtZJAsH+bSJ+TyqBrGymvq2SVtoemGxEU2HluB13BQErk+8i/ NOnDtNcE2wCjPih2pjjj+IwLRymsWF8ijhqLZmbsL9kcAUve01TW9y9C0aT9jwuyZ5Ap OACQ== X-Gm-Message-State: ALoCoQmS4kjGX4EhZGEhpexiBJ6l9C422KvD8irbUiyg+j5d9B/GN/OazFIjWc8pU+XWCh79NtwJ X-Received: by 10.194.23.233 with SMTP id p9mr8299981wjf.86.1449119046915; Wed, 02 Dec 2015 21:04:06 -0800 (PST) Received: from XPS13.ibrowse.com ([93.158.46.55]) by smtp.gmail.com with ESMTPSA id gl4sm5720379wjd.17.2015.12.02.21.04.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Dec 2015 21:04:06 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 3 Dec 2015 06:02:08 +0100 Message-Id: <1449118929-19962-12-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.5.2 In-Reply-To: <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH v2 11/12] app/proc_info: rename binary with prefix 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, 03 Dec 2015 05:04:07 -0000 In order to be installed system-wise, this application needs a prefix. So it makes clear that it is DPDK related. Signed-off-by: Thomas Monjalon --- app/proc_info/Makefile | 2 +- doc/guides/sample_app_ug/proc_info.rst | 8 ++++---- mk/rte.sdktest.mk | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/proc_info/Makefile b/app/proc_info/Makefile index 243b060..33e058e 100644 --- a/app/proc_info/Makefile +++ b/app/proc_info/Makefile @@ -31,7 +31,7 @@ include $(RTE_SDK)/mk/rte.vars.mk -APP = proc_info +APP = dpdk_proc_info CFLAGS += $(WERROR_FLAGS) diff --git a/doc/guides/sample_app_ug/proc_info.rst b/doc/guides/sample_app_ug/proc_info.rst index a0c0b06..542950b 100644 --- a/doc/guides/sample_app_ug/proc_info.rst +++ b/doc/guides/sample_app_ug/proc_info.rst @@ -30,10 +30,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -proc_info Application -======================== +dpdk_proc_info Application +========================== -The proc_info application is a Data Plane Development Kit (DPDK) application +The dpdk_proc_info application is a Data Plane Development Kit (DPDK) application that runs as a DPDK secondary process and is capable of retrieving port statistics, resetting port statistics and printing DPDK memory information. This application extends the original functionality that was supported by @@ -45,7 +45,7 @@ The application has a number of command line options: .. code-block:: console - ./$(RTE_TARGET)/app/proc_info -- -m | [-p PORTMASK] [--stats | --xstats | + ./$(RTE_TARGET)/app/dpdk_proc_info -- -m | [-p PORTMASK] [--stats | --xstats | --stats-reset | --xstats-reset] Parameters diff --git a/mk/rte.sdktest.mk b/mk/rte.sdktest.mk index 59a29de..ee25f28 100644 --- a/mk/rte.sdktest.mk +++ b/mk/rte.sdktest.mk @@ -66,7 +66,7 @@ test fast_test ring_test mempool_test perf_test: fi # this is a special target to ease the pain of running coverage tests -# this runs all the autotests, cmdline_test script and proc_info +# this runs all the autotests, cmdline_test script and dpdk_proc_info coverage: @mkdir -p $(AUTOTEST_DIR) ; \ cd $(AUTOTEST_DIR) ; \ @@ -78,7 +78,7 @@ coverage: $(RTE_OUTPUT)/app/test \ $(RTE_TARGET) \ $(BLACKLIST) $(WHITELIST) ; \ - $(RTE_OUTPUT)/app/proc_info --file-prefix=ring_perf -- -m; \ + $(RTE_OUTPUT)/app/dpdk_proc_info --file-prefix=ring_perf -- -m; \ else \ echo "No test found, please do a 'make build' first, or specify O=" ;\ fi -- 2.5.2