From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E6C321B27C; Mon, 6 Nov 2017 02:43:11 +0100 (CET) In-Reply-To: <20171106014141.13266-12-thomas@monjalon.net> References: <20171106014141.13266-12-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20171106014311.E6C321B27C@dpdk.org> Date: Mon, 6 Nov 2017 02:43:11 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31191 [PATCH v4 11/15] mbuf: rename physical address to IOVA 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: Mon, 06 Nov 2017 01:43:12 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31191 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #321: FILE: drivers/net/fm10k/fm10k.h:256: + ((uint64_t) ((mb)->buf_iova + (mb)->data_off)) CHECK:SPACING: No space is necessary after a cast #326: FILE: drivers/net/fm10k/fm10k.h:260: + ((uint64_t) RTE_ALIGN(((mb)->buf_iova + RTE_PKTMBUF_HEADROOM),\ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #552: FILE: lib/librte_mbuf/rte_mbuf.c:247: + m, (uint64_t)m->buf_iova, (unsigned)m->buf_len); total: 0 errors, 1 warnings, 442 lines checked