From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 414C21B1DC; Tue, 9 Jan 2018 15:34:00 +0100 (CET) In-Reply-To: <20180109143254.234428-2-bruce.richardson@intel.com> References: <20180109143254.234428-2-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20180109143400.414C21B1DC@dpdk.org> Date: Tue, 9 Jan 2018 15:34:00 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw33231 [PATCH v2 1/2] net/i40e: add AVX2 Tx function 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, 09 Jan 2018 14:34:00 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/33231 _coding style issues_ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #105: FILE: drivers/net/i40e/i40e_rxtx.c:3054: + struct rte_mbuf __rte_unused **tx_pkts, ^ WARNING:LONG_LINE: line over 90 characters #207: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:79: + ((uint64_t)pkt[3]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT); WARNING:LONG_LINE: line over 90 characters #209: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:81: + ((uint64_t)pkt[2]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT); WARNING:LONG_LINE: line over 90 characters #211: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:83: + ((uint64_t)pkt[1]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT); WARNING:LONG_LINE: line over 90 characters #213: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:85: + ((uint64_t)pkt[0]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT); CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #249: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:121: + nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts); total: 0 errors, 4 warnings, 2 checks, 260 lines checked