From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw100707 [PATCH] [v2] eventdev/rx-adapter: add telemetry callbacks
Date: Thu, 7 Oct 2021 14:13:48 +0000 (UTC) [thread overview]
Message-ID: <20211007141348.1ABAF6008E@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/100707
_apply patch failure_
Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Thursday, October 07 2021 13:46:07
Applied on: CommitID:44fe9bd8e467201e3924b4330eaec27734676f6e
Apply patch set 100707 failed:
Checking patch lib/eventdev/rte_event_eth_rx_adapter.c...
Hunk #1 succeeded at 22 (offset -1 lines).
Hunk #2 succeeded at 2634 (offset -219 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 2761 (offset -296 lines).
Checking patch lib/eventdev/rte_event_eth_rx_adapter.h...
Hunk #1 succeeded at 215 (offset -1 lines).
Applying patch lib/eventdev/rte_event_eth_rx_adapter.c with 1 reject...
Hunk #1 applied cleanly.
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)
@@ -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/19217/
UNH-IOL DPDK Community Lab
reply other threads:[~2021-10-07 14:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211007141348.1ABAF6008E@dpdk-ubuntu.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).