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 D5028A04B5 for ; Thu, 10 Sep 2020 09:12:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC79F1C0DC; Thu, 10 Sep 2020 09:12:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E74D81C0DA; Thu, 10 Sep 2020 09:12:44 +0200 (CEST) In-Reply-To: <20200910065504.104217-2-leyi.rong@intel.com> References: <20200910065504.104217-2-leyi.rong@intel.com> To: test-report@dpdk.org Cc: Leyi Rong Message-Id: <20200910071244.E74D81C0DA@dpdk.org> Date: Thu, 10 Sep 2020 09:12:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77117 [PATCH v1 1/2] net/ice: add AVX512 vector path 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/77117 _coding style issues_ CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #1020: FILE: drivers/net/ice/ice_rxtx_vec_avx512.c:754: + nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts); total: 0 errors, 0 warnings, 1 checks, 1008 lines checked