automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw101192 [PATCH] [v3] eventdev/rx_adapter: add telemetry callbacks
@ 2021-10-12 18:14 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-12 18:14 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Kundapura, Ganapati <ganapati.kundapura@intel.com>
Date: Tuesday, October 12 2021 10:25:26 
Applied on: CommitID:e0ae3db0c043cbdc4cc22bb60206f21ec4a82a02
Apply patch set 101192 failed:

Checking patch doc/guides/rel_notes/release_21_11.rst...
Hunk #1 succeeded at 141 (offset 11 lines).
Checking patch lib/eventdev/rte_event_eth_rx_adapter.c...
error: while searching for:
#include <rte_thash.h>
#include <rte_interrupts.h>
#include <rte_mbuf_dyn.h>

#include "rte_eventdev.h"
#include "eventdev_pmd.h"

error: patch failed: lib/eventdev/rte_event_eth_rx_adapter.c:18
Hunk #2 succeeded at 2633 (offset -220 lines).
error: while searching for:
	if (rx_adapter->service_inited)
		*stats = rx_adapter->stats;

	stats->rx_packets += dev_stats_sum.rx_packets;
	stats->rx_enq_count += dev_stats_sum.rx_enq_count;

	return 0;
}

error: patch failed: lib/eventdev/rte_event_eth_rx_adapter.c:2887
Hunk #4 succeeded at 2760 (offset -297 lines).
Checking patch lib/eventdev/rte_event_eth_rx_adapter.h...
Hunk #1 succeeded at 231 (offset -1 lines).
Applied patch doc/guides/rel_notes/release_21_11.rst cleanly.
Applying patch lib/eventdev/rte_event_eth_rx_adapter.c with 2 rejects...
Rejected hunk #1.
Hunk #2 applied cleanly.
Rejected hunk #3.
Hunk #4 applied cleanly.
Applied patch lib/eventdev/rte_event_eth_rx_adapter.h cleanly.
diff a/lib/eventdev/rte_event_eth_rx_adapter.c b/lib/eventdev/rte_event_eth_rx_adapter.c	(rejected hunks)
@@ -18,6 +18,7 @@
 #include <rte_thash.h>
 #include <rte_interrupts.h>
 #include <rte_mbuf_dyn.h>
+#include <rte_telemetry.h>
 
 #include "rte_eventdev.h"
 #include "eventdev_pmd.h"
@@ -2887,8 +2889,11 @@ rte_event_eth_rx_adapter_stats_get(uint8_t id,
 	if (rx_adapter->service_inited)
 		*stats = rx_adapter->stats;
 
+	buf = &rx_adapter->event_enqueue_buffer;
 	stats->rx_packets += dev_stats_sum.rx_packets;
 	stats->rx_enq_count += dev_stats_sum.rx_enq_count;
+	stats->rx_event_buf_count = buf->count;
+	stats->rx_event_buf_size = buf->events_size;
 
 	return 0;
 }

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-10-12 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 18:14 [dpdk-test-report] |WARNING| pw101192 [PATCH] [v3] eventdev/rx_adapter: add telemetry callbacks 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).