From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8425FA00C5 for ; Wed, 3 Aug 2022 13:36:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D035427F6; Wed, 3 Aug 2022 13:36:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 88FBD40141 for ; Wed, 3 Aug 2022 13:36:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 79944120774; Wed, 3 Aug 2022 13:36:26 +0200 (CEST) Subject: |WARNING| pw114579 [PATCH 13/13] net/idpf: add AVX512 data path for single queue model In-Reply-To: <20220803113104.1184059-14-junfeng.guo@intel.com> References: <20220803113104.1184059-14-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20220803113626.79944120774@dpdk.org> Date: Wed, 3 Aug 2022 13:36:26 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/114579 _coding style issues_ CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #1137: FILE: drivers/net/idpf/idpf_rxtx_vec_avx512.c:807: + nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_free, nb_pkts); total: 0 errors, 0 warnings, 1 checks, 1252 lines checked