automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw99946 [PATCH v3] eventdev: add Rx timestamp in mbuf using mbuf dynamic field
       [not found] <20210928163848.1511459-1-ganapati.kundapura@intel.com>
@ 2021-09-28 16:48 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-28 16:48 UTC (permalink / raw)
  To: test-report; +Cc: Ganapati Kundapura

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/99946

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'ffff'
#121: FILE: lib/eventdev/rte_event_eth_rx_adapter.c:911:
+		/* 0xffff ffff ffff ffff if PKT_RX_TIMESTAMP is set,

WARNING:REPEATED_WORD: Possible repeated word: 'ffff'
#121: FILE: lib/eventdev/rte_event_eth_rx_adapter.c:911:
+		/* 0xffff ffff ffff ffff if PKT_RX_TIMESTAMP is set,

total: 0 errors, 2 warnings, 65 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |WARNING| pw99946 [PATCH] [v3] eventdev: add Rx timestamp in mbuf using mbuf dynamic field
@ 2021-10-05 18:59 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-10-05 18:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Kundapura, Ganapati <ganapati.kundapura@intel.com>
Date: Tuesday, September 28 2021 16:38:48 
Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d
Apply patch set 99946 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 -37 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,9 @@ rxa_buffer_mbufs(struct rte_event_eth_rx_adapter *rx_adapter,
 			struct rte_event *ev;
 
 			m = mbufs[i];
+			*rxa_timestamp_dynfield(m) = ts |
+					(*rxa_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/19032/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-05 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210928163848.1511459-1-ganapati.kundapura@intel.com>
2021-09-28 16:48 ` [dpdk-test-report] |WARNING| pw99946 [PATCH v3] eventdev: add Rx timestamp in mbuf using mbuf dynamic field checkpatch
2021-10-05 18:59 [dpdk-test-report] |WARNING| pw99946 [PATCH] [v3] " 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).