From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 464DF5F0D; Tue, 27 Feb 2018 10:37:31 +0100 (CET) In-Reply-To: <20180227093554.23951-3-qi.z.zhang@intel.com> References: <20180227093554.23951-3-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20180227093731.464DF5F0D@dpdk.org> Date: Tue, 27 Feb 2018 10:37:31 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35445 [PATCH RFC 2/7] lib/mbuf: enable parse flags when create mempool X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 09:37:31 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35445 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #76: FILE: lib/librte_mbuf/rte_mbuf.h:1084: + unsigned cache_size, uint16_t priv_size, uint16_t data_room_size, WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #77: FILE: lib/librte_mbuf/rte_mbuf.h:1085: + unsigned flags, int socket_id); total: 0 errors, 2 warnings, 55 lines checked