automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw85751 [PATCH v2] mlx5: split multi-threaded flows per OS
       [not found] <20201227202114.8716-1-talshn@nvidia.com>
@ 2020-12-27 20:23 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-12-27 20:23 UTC (permalink / raw)
  To: test-report; +Cc: Tal Shnaiderman

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <WaitForSingleObject>
#290: FILE: drivers/net/mlx5/windows/mlx5_flow_os.c:261:
+	DWORD result = WaitForSingleObject(thread_handle, 0);

CHECK:CAMELCASE: Avoid CamelCase: <DuplicateHandle>
#300: FILE: drivers/net/mlx5/windows/mlx5_flow_os.c:271:
+	BOOL ret = DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),

CHECK:CAMELCASE: Avoid CamelCase: <GetCurrentProcess>
#300: FILE: drivers/net/mlx5/windows/mlx5_flow_os.c:271:
+	BOOL ret = DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),

CHECK:CAMELCASE: Avoid CamelCase: <GetCurrentThread>
#300: FILE: drivers/net/mlx5/windows/mlx5_flow_os.c:271:
+	BOOL ret = DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),

CHECK:CAMELCASE: Avoid CamelCase: <CloseHandle>
#336: FILE: drivers/net/mlx5/windows/mlx5_flow_os.c:307:
+			CloseHandle(temp->thread_handle);

total: 0 errors, 0 warnings, 5 checks, 338 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-27 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201227202114.8716-1-talshn@nvidia.com>
2020-12-27 20:23 ` [dpdk-test-report] |WARNING| pw85751 [PATCH v2] mlx5: split multi-threaded flows per OS checkpatch

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