automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw98836 [PATCH] [v1] eventdev: update rx timestamp in mbuf using mbuf dynamic field
Date: Tue, 14 Sep 2021 03:28:55 -0400 (EDT)	[thread overview]
Message-ID: <20210914072855.924F63055F@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Tuesday, September 14 2021 07:14:51 
Applied on: CommitID:85b2bc49ce33f9d73a4ebd89483991a95b96b0c8
Apply patch set 98836 failed:

Checking patch lib/eventdev/rte_event_eth_rx_adapter.c...
Hunk #2 succeeded at 234 (offset -7 lines).
Hunk #3 succeeded at 879 (offset -23 lines).
error: while searching for:
			struct rte_event *ev;

			m = mbufs[i];
			ev = &buf->events[new_tail];

			rss = do_rss ? rxa_do_softrss(m, rx_adapter->rss_key_be)

error: patch failed: lib/eventdev/rte_event_eth_rx_adapter.c:899
Hunk #5 succeeded at 2226 (offset -57 lines).
Applying patch lib/eventdev/rte_event_eth_rx_adapter.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
diff a/lib/eventdev/rte_event_eth_rx_adapter.c b/lib/eventdev/rte_event_eth_rx_adapter.c	(rejected hunks)
@@ -899,6 +921,11 @@ rxa_buffer_mbufs(struct rte_event_eth_rx_adapter *rx_adapter,
 			struct rte_event *ev;
 
 			m = mbufs[i];
+			*rte_event_eth_rx_timestamp_dynfield(m) =
+				ts |
+				(*rte_event_eth_rx_timestamp_dynfield(m) &
+				ts_mask);
+
 			ev = &buf->events[new_tail];
 
 			rss = do_rss ? rxa_do_softrss(m, rx_adapter->rss_key_be)

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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2021-09-14  7:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14  7:28 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-24 13:24 dpdklab
2021-09-16 17:51 dpdklab
2021-09-14 14:25 dpdklab
     [not found] <20210914071451.3130703-1-ganapati.kundapura@intel.com>
2021-09-14  7:15 ` [dpdk-test-report] |WARNING| pw98836 [PATCH v1] " checkpatch

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=20210914072855.924F63055F@noxus.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).