[dpdk-stable] patch 'doc: add vtune profiling config to prog guide' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 5 12:16:18 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/07/21. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/6bec454347991aa04c8eeb3bdebda0dc532b8a78

Thanks.

Luca Boccassi

---
>From 6bec454347991aa04c8eeb3bdebda0dc532b8a78 Mon Sep 17 00:00:00 2001
From: Eugeny Parshutin <eugeny.parshutin at linux.intel.com>
Date: Wed, 2 Dec 2020 20:48:06 +0300
Subject: [PATCH] doc: add vtune profiling config to prog guide

[ upstream commit 6a9d1e28f173031ab6a7f1d26c90f7515331bb20 ]

Return back 'profiling with vtune' section to profiling programmers
guide with updated instruction on how to enable vtune profiling
with meson configuration option.

Fixes: 89c67ae2cba7 ("doc: remove references to make from prog guide")

Signed-off-by: Eugeny Parshutin <eugeny.parshutin at linux.intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 doc/guides/prog_guide/profile_app.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst
index 7093681983..52f85bb9e0 100644
--- a/doc/guides/prog_guide/profile_app.rst
+++ b/doc/guides/prog_guide/profile_app.rst
@@ -33,6 +33,20 @@ Refer to the
 for details about application profiling.
 
 
+Profiling with VTune
+~~~~~~~~~~~~~~~~~~~~
+
+To allow VTune attaching to the DPDK application, reconfigure a DPDK build
+folder by passing ``-Dc_args=-DRTE_ETHDEV_PROFILE_WITH_VTUNE`` meson option
+and recompile the DPDK:
+
+.. code-block:: console
+
+   meson build
+   meson configure build -Dc_args=-DRTE_ETHDEV_PROFILE_WITH_VTUNE
+   ninja -C build
+
+
 Profiling on ARM64
 ------------------
 
-- 
2.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-05 11:18:33.417265916 +0000
+++ 0092-doc-add-vtune-profiling-config-to-prog-guide.patch	2021-02-05 11:18:28.946693778 +0000
@@ -1 +1 @@
-From 6a9d1e28f173031ab6a7f1d26c90f7515331bb20 Mon Sep 17 00:00:00 2001
+From 6bec454347991aa04c8eeb3bdebda0dc532b8a78 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 6a9d1e28f173031ab6a7f1d26c90f7515331bb20 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list