From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 383AC71B4; Thu, 8 Mar 2018 14:54:04 +0100 (CET) In-Reply-To: <20180308135249.28187-3-qi.z.zhang@intel.com> References: <20180308135249.28187-3-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20180308135404.383AC71B4@dpdk.org> Date: Thu, 8 Mar 2018 14:54:04 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35780 [PATCH RFC v2 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: Thu, 08 Mar 2018 13:54:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35780 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #77: 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' #78: FILE: lib/librte_mbuf/rte_mbuf.h:1085: + unsigned flags, int socket_id); total: 0 errors, 2 warnings, 55 lines checked