automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Anatoly Burakov <anatoly.burakov@intel.com>
Subject: [dpdk-test-report] |WARNING| pw32435 [PATCH 18/23] eal: add rte_malloc support for allocating contiguous memory
Date: Tue, 19 Dec 2017 12:09:57 +0100 (CET)	[thread overview]
Message-ID: <20171219110957.EAF101B01F@dpdk.org> (raw)
In-Reply-To: <65d0cc5505897c256559e5788fea00777d85699a.1513680516.git.anatoly.burakov@intel.com>

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#54: FILE: lib/librte_eal/common/include/rte_malloc.h:266:
+rte_malloc_contig(const char *type, size_t size, unsigned align);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/librte_eal/common/include/rte_malloc.h:292:
+rte_zmalloc_contig(const char *type, size_t size, unsigned align);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#106: FILE: lib/librte_eal/common/include/rte_malloc.h:318:
+rte_calloc_contig(const char *type, size_t num, size_t size, unsigned align);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#129: FILE: lib/librte_eal/common/include/rte_malloc.h:341:
+rte_realloc_contig(void *ptr, size_t size, unsigned align);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#155: FILE: lib/librte_eal/common/include/rte_malloc.h:367:
+rte_malloc_socket_contig(const char *type, size_t size, unsigned align, int socket);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#183: FILE: lib/librte_eal/common/include/rte_malloc.h:395:
+rte_zmalloc_socket_contig(const char *type, size_t size, unsigned align, int socket);

WARNING:LONG_LINE: line over 90 characters
#211: FILE: lib/librte_eal/common/include/rte_malloc.h:423:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#211: FILE: lib/librte_eal/common/include/rte_malloc.h:423:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#228: FILE: lib/librte_eal/common/rte_malloc.c:102:
+rte_malloc_socket_contig(const char *type, size_t size, unsigned align, int socket_arg)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#244: FILE: lib/librte_eal/common/rte_malloc.c:120:
+rte_malloc_contig(const char *type, size_t size, unsigned align)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#260: FILE: lib/librte_eal/common/rte_malloc.c:138:
+rte_zmalloc_socket_contig(const char *type, size_t size, unsigned align, int socket)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#276: FILE: lib/librte_eal/common/rte_malloc.c:156:
+rte_zmalloc_contig(const char *type, size_t size, unsigned align)

WARNING:LONG_LINE: line over 90 characters
#292: FILE: lib/librte_eal/common/rte_malloc.c:174:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#292: FILE: lib/librte_eal/common/rte_malloc.c:174:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#308: FILE: lib/librte_eal/common/rte_malloc.c:192:
+rte_calloc_contig(const char *type, size_t num, size_t size, unsigned align)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#325: FILE: lib/librte_eal/common/rte_malloc.c:241:
+rte_realloc_contig(void *ptr, size_t size, unsigned align)

total: 0 errors, 16 warnings, 292 lines checked

           reply	other threads:[~2017-12-19 11:09 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <65d0cc5505897c256559e5788fea00777d85699a.1513680516.git.anatoly.burakov@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171219110957.EAF101B01F@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=anatoly.burakov@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).