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

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

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'ffff'
#118: 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'
#118: 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| pw99005 [PATCH] [v2] eventdev: update rx timestamp in mbuf using mbuf dynamic field
@ 2021-09-16  9:31 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-09-16  9:31 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/99005

_apply patch failure_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Thursday, September 16 2021 09:15:32 
Applied on: CommitID:dfb1ad1e7a070926c9bd9fdf38e6b944a21f1d49
Apply patch set 99005 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/18801/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2021-09-16  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210916091532.1848770-1-ganapati.kundapura@intel.com>
2021-09-16  9:16 ` [dpdk-test-report] |WARNING| pw99005 [PATCH v2] eventdev: update rx timestamp in mbuf using mbuf dynamic field checkpatch
2021-09-16  9:31 [dpdk-test-report] |WARNING| pw99005 [PATCH] [v2] " 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).