automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw122866-122869 [PATCH] [v7, 4/4] eal: add PMU support to tracing library
@ 2023-02-01 13:38 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-02-01 13:38 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 4856 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/122866

_apply patch failure_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 01 2023 13:17:57 
Applied on: CommitID:99cc0a9ab6730d4df70dba4b19e78e87ad7ba110
Apply patch set 122866-122869 failed:

Checking patch MAINTAINERS...
Checking patch app/test/meson.build...
Checking patch app/test/test_pmu.c...
Checking patch doc/api/doxy-api-index.md...
Checking patch doc/api/doxy-api.conf.in...
Checking patch doc/guides/prog_guide/profile_app.rst...
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: while searching for:
     Also, make sure to start the actual text at the margin.
     =======================================================

* **Added multi-process support for axgbe PMD.**

* **Updated Corigine nfp driver.**

error: patch failed: doc/guides/rel_notes/release_23_03.rst:55
Checking patch lib/meson.build...
Checking patch lib/pmu/meson.build...
Checking patch lib/pmu/pmu_private.h...
Checking patch lib/pmu/rte_pmu.c...
Checking patch lib/pmu/rte_pmu.h...
Checking patch lib/pmu/version.map...
Applied patch MAINTAINERS cleanly.
Applied patch app/test/meson.build cleanly.
Applied patch app/test/test_pmu.c cleanly.
Applied patch doc/api/doxy-api-index.md cleanly.
Applied patch doc/api/doxy-api.conf.in cleanly.
Applied patch doc/guides/prog_guide/profile_app.rst cleanly.
Applying patch doc/guides/rel_notes/release_23_03.rst with 1 reject...
Rejected hunk #1.
Applied patch lib/meson.build cleanly.
Applied patch lib/pmu/meson.build cleanly.
Applied patch lib/pmu/pmu_private.h cleanly.
Applied patch lib/pmu/rte_pmu.c cleanly.
Applied patch lib/pmu/rte_pmu.h cleanly.
Applied patch lib/pmu/version.map cleanly.
diff a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst	(rejected hunks)
@@ -55,6 +55,13 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Added PMU library.**
+
+  Added a new PMU (performance measurement unit) library which allows applications
+  to perform self monitoring activities without depending on external utilities like perf.
+  After integration with :doc:`../prog_guide/trace_lib` data gathered from hardware counters
+  can be stored in CTF format for further analysis.
+
 * **Added multi-process support for axgbe PMD.**
 
 * **Updated Corigine nfp driver.**
Checking patch app/test/test_pmu.c...
error: app/test/test_pmu.c: does not exist in index
Checking patch lib/pmu/meson.build...
error: lib/pmu/meson.build: does not exist in index
Checking patch lib/pmu/pmu_arm64.c...
Checking patch lib/pmu/rte_pmu.h...
error: lib/pmu/rte_pmu.h: does not exist in index
Checking patch lib/pmu/rte_pmu_pmc_arm64.h...
Applied patch lib/pmu/pmu_arm64.c cleanly.
Applied patch lib/pmu/rte_pmu_pmc_arm64.h cleanly.
Checking patch app/test/test_pmu.c...
error: app/test/test_pmu.c: does not exist in index
Checking patch lib/pmu/meson.build...
error: lib/pmu/meson.build: does not exist in index
Checking patch lib/pmu/rte_pmu.h...
error: lib/pmu/rte_pmu.h: does not exist in index
Checking patch lib/pmu/rte_pmu_pmc_x86_64.h...
Applied patch lib/pmu/rte_pmu_pmc_x86_64.h cleanly.
Checking patch app/test/test_trace_perf.c...
Checking patch doc/guides/prog_guide/profile_app.rst...
error: doc/guides/prog_guide/profile_app.rst: does not match index
Checking patch doc/guides/prog_guide/trace_lib.rst...
Checking patch lib/eal/common/eal_common_trace.c...
Checking patch lib/eal/common/eal_common_trace_points.c...
Checking patch lib/eal/include/rte_eal_trace.h...
Checking patch lib/eal/meson.build...
Checking patch lib/eal/version.map...
error: while searching for:
	rte_thread_detach;
	rte_thread_equal;
	rte_thread_join;
};

INTERNAL {

error: patch failed: lib/eal/version.map:440
Checking patch lib/pmu/rte_pmu.c...
error: lib/pmu/rte_pmu.c: does not exist in index
Checking patch lib/pmu/rte_pmu.h...
error: lib/pmu/rte_pmu.h: does not exist in index
Checking patch lib/pmu/version.map...
error: lib/pmu/version.map: does not exist in index
Applied patch app/test/test_trace_perf.c cleanly.
Applied patch doc/guides/prog_guide/trace_lib.rst cleanly.
Applied patch lib/eal/common/eal_common_trace.c cleanly.
Applied patch lib/eal/common/eal_common_trace_points.c cleanly.
Applied patch lib/eal/include/rte_eal_trace.h cleanly.
Applied patch lib/eal/meson.build cleanly.
Applying patch lib/eal/version.map with 1 reject...
Rejected hunk #1.
diff a/lib/eal/version.map b/lib/eal/version.map	(rejected hunks)
@@ -440,6 +440,9 @@ EXPERIMENTAL {
 	rte_thread_detach;
 	rte_thread_equal;
 	rte_thread_join;
+
+	# added in 23.03
+	__rte_eal_trace_pmu_read; # WINDOWS_NO_EXPORT
 };
 
 INTERNAL {

https://lab.dpdk.org/results/dashboard/patchsets/25155/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-01 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 13:38 |WARNING| pw122866-122869 [PATCH] [v7, 4/4] eal: add PMU support to tracing library dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).