From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C09F52B84; Wed, 16 Jan 2019 00:53:54 +0100 (CET) In-Reply-To: <20190115235227.14013-3-gage.eads@intel.com> References: <20190115235227.14013-3-gage.eads@intel.com> To: test-report@dpdk.org Cc: Gage Eads Message-Id: <20190115235354.C09F52B84@dpdk.org> Date: Wed, 16 Jan 2019 00:53:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw49857 [v2, 2/5] ring: add a non-blocking implementation 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, 15 Jan 2019 23:53:54 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/49857 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #299: FILE: lib/librte_ring/rte_ring.h:313: + for (i = 0; i < (n & ((~(unsigned)0x3))); i += 4, idx += 4) { \ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #349: FILE: lib/librte_ring/rte_ring.h:387: + for (i = 0; i < (n & (~(unsigned)0x3)); i += 4, idx += 4) {\ total: 0 errors, 2 warnings, 743 lines checked ERROR: symbol rte_ring_get_memsize is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map