From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B619AA3168 for ; Wed, 16 Oct 2019 10:18:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 998F41E912; Wed, 16 Oct 2019 10:18:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 739EE1E920; Wed, 16 Oct 2019 10:18:17 +0200 (CEST) In-Reply-To: <20191016081409.10903-1-leyi.rong@intel.com> References: <20191016081409.10903-1-leyi.rong@intel.com> To: test-report@dpdk.org Cc: Leyi Rong Message-Id: <20191016081817.739EE1E920@dpdk.org> Date: Wed, 16 Oct 2019 10:18:17 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61288 [PATCH v5] net/iavf: enable AVX2 for iavf 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/61288 _coding style issues_ CHECK:BRACES: Unbalanced braces around else statement #728: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:341: + } else CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #1184: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:797: + nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_free, nb_pkts); total: 0 errors, 0 warnings, 2 checks, 1262 lines checked