From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A4E9B5598; Mon, 20 Feb 2017 12:41:50 +0100 (CET) In-Reply-To: <327e0bcf53af434b75588032904ac3d0543f5823.1487590121.git.gowrishankar.m@linux.vnet.ibm.com> References: <327e0bcf53af434b75588032904ac3d0543f5823.1487590121.git.gowrishankar.m@linux.vnet.ibm.com> To: test-report@dpdk.org Cc: Gowrishankar Message-Id: <20170220114150.A4E9B5598@dpdk.org> Date: Mon, 20 Feb 2017 12:41:50 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20549 [PATCH v2] i40e: implement vector PMD for altivec 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, 20 Feb 2017 11:41:50 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20549 _coding style issues_ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #569: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:411: + (vector unsigned char *)&rx_pkts[pos+3]->rx_descriptor_fields1 ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #572: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:414: + (vector unsigned char *)&rx_pkts[pos+2]->rx_descriptor_fields1 ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #619: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:461: + (vector unsigned char *)&rx_pkts[pos+1]->rx_descriptor_fields1 ^ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #656: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:498: + /* vPMD receive routine that reassembles scattered packets + * Notice: CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #800: FILE: drivers/net/i40e/i40e_rxtx_vec_altivec.c:642: +i40e_txq_vec_setup(struct i40e_tx_queue __rte_unused *txq) ^ total: 0 errors, 1 warnings, 4 checks, 682 lines checked