automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104141 [PATCH v18 8/8] eal: implement functions for mutex management
       [not found] <1636594425-9692-9-git-send-email-navasile@linux.microsoft.com>
@ 2021-11-11  1:36 ` checkpatch
  2021-11-11  2:18 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-11-11  1:36 UTC (permalink / raw)
  To: test-report; +Cc: Narcisa Ana Maria Vasile

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

_coding style issues_


ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros with multiple statements should be enclosed in a do - while loop
#296: FILE: lib/eal/include/rte_thread.h:65:
+#define RTE_INIT_MUTEX(private_lock)\
+static RTE_DECLARE_MUTEX(private_lock);\
+RTE_DEFINE_MUTEX(private_lock)

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#456: FILE: lib/eal/windows/rte_thread.c:556:
+	return EBUSY;

total: 1 errors, 1 warnings, 371 lines checked

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

* |SUCCESS| pw104141 [PATCH v18 8/8] eal: implement functions for mutex management
       [not found] <1636594425-9692-9-git-send-email-navasile@linux.microsoft.com>
  2021-11-11  1:36 ` |WARNING| pw104141 [PATCH v18 8/8] eal: implement functions for mutex management checkpatch
@ 2021-11-11  2:18 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-11-11  2:18 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2021-11-11  2:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1636594425-9692-9-git-send-email-navasile@linux.microsoft.com>
2021-11-11  1:36 ` |WARNING| pw104141 [PATCH v18 8/8] eal: implement functions for mutex management checkpatch
2021-11-11  2:18 ` |SUCCESS| " 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).