automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw89670 [PATCH v3 4/4] event/octeontx2: timer always use virtual counter
       [not found] <20210323084439.3898-4-pbhagavatula@marvell.com>
@ 2021-03-23  8:45 ` checkpatch
  2021-03-23  9:57 ` [dpdk-test-report] |SUCCESS| pw89670 [dpdk-dev] " 0-day Robot
  2021-03-23 15:55 ` [dpdk-test-report] |WARNING| pw89670 " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-03-23  8:45 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#104: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:357:
+		bkt_cyc = tim_cntvct();

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:393:
+	tim_ring->tck_int = NSEC2TICK(tim_ring->tck_nsec, tim_cntfrq());

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:393:
+	tim_ring->tck_int = NSEC2TICK(tim_ring->tck_nsec, tim_cntfrq());

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:393:
+	tim_ring->tck_int = NSEC2TICK(tim_ring->tck_nsec, tim_cntfrq());

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#136: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:461:
+	uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#136: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:461:
+	uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#150: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:181:
+tim_cntvct(void)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#156: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:187:
+tim_cntfrq(void)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#162: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:193:
+tim_cntvct(void)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#168: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:199:
+tim_cntfrq(void)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#186: FILE: drivers/event/octeontx2/otx2_tim_worker.c:44:
+	uint64_t cur_cyc = tim_cntvct();

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#192: FILE: drivers/event/octeontx2/otx2_tim_worker.c:49:
+		cur_cyc = tim_cntvct();

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#205: FILE: drivers/event/octeontx2/otx2_tim_worker.h:135:
+	const uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#205: FILE: drivers/event/octeontx2/otx2_tim_worker.h:135:
+	const uint64_t bkt_cyc = tim_cntvct() - tim_ring->ring_start_cyc;

total: 0 errors, 14 warnings, 92 lines checked

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

* [dpdk-test-report] |SUCCESS| pw89670 [dpdk-dev] [PATCH v3 4/4] event/octeontx2: timer always use virtual counter
       [not found] <20210323084439.3898-4-pbhagavatula@marvell.com>
  2021-03-23  8:45 ` [dpdk-test-report] |WARNING| pw89670 [PATCH v3 4/4] event/octeontx2: timer always use virtual counter checkpatch
@ 2021-03-23  9:57 ` 0-day Robot
  2021-03-23 15:55 ` [dpdk-test-report] |WARNING| pw89670 " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-03-23  9:57 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/89670/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/678991738

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

* [dpdk-test-report] |WARNING| pw89670 event/octeontx2: timer always use virtual counter
       [not found] <20210323084439.3898-4-pbhagavatula@marvell.com>
  2021-03-23  8:45 ` [dpdk-test-report] |WARNING| pw89670 [PATCH v3 4/4] event/octeontx2: timer always use virtual counter checkpatch
  2021-03-23  9:57 ` [dpdk-test-report] |SUCCESS| pw89670 [dpdk-dev] " 0-day Robot
@ 2021-03-23 15:55 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-03-23 15:55 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: WARNING
http://patchwork.dpdk.org/patch/89670/

_travis build: errored_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/220907986

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

end of thread, other threads:[~2021-03-23 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210323084439.3898-4-pbhagavatula@marvell.com>
2021-03-23  8:45 ` [dpdk-test-report] |WARNING| pw89670 [PATCH v3 4/4] event/octeontx2: timer always use virtual counter checkpatch
2021-03-23  9:57 ` [dpdk-test-report] |SUCCESS| pw89670 [dpdk-dev] " 0-day Robot
2021-03-23 15:55 ` [dpdk-test-report] |WARNING| pw89670 " 0-day Robot

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).