automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw50978 [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem
       [not found] <20190308053859.19980-1-jerry.lilijun@huawei.com>
@ 2019-03-08  5:41 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-03-08  5:41 UTC (permalink / raw)
  To: test-report; +Cc: Lilijun

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#17: 
Comparing dpdk VA spaces to dpdk 16.11, the dpdk app process's VA spaces increase to above 30G.

WARNING:LONG_LINE: line over 90 characters
#40: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1635:
+					void *va = (void*)((char*)msl->base_va + idx * msl->page_sz);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#40: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1635:
+					void *va = (void*)((char*)msl->base_va + idx * msl->page_sz);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#40: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1635:
+					void *va = (void*)((char*)msl->base_va + idx * msl->page_sz);

total: 2 errors, 2 warnings, 20 lines checked

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

only message in thread, other threads:[~2019-03-08  5:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190308053859.19980-1-jerry.lilijun@huawei.com>
2019-03-08  5:41 ` [dpdk-test-report] |WARNING| pw50978 [PATCH] eal: unmap unneed dpdk VA spaces for legacy mem 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).