From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5170C4F90; Tue, 27 Feb 2018 10:34:02 +0100 (CET) In-Reply-To: <20180227093306.23854-2-qi.z.zhang@intel.com> References: <20180227093306.23854-2-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20180227093402.5170C4F90@dpdk.org> Date: Tue, 27 Feb 2018 10:34:02 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35437 [PATCH RFC 1/7] net/af_xdp: new PMD driver 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, 27 Feb 2018 09:34:02 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35437 _coding style issues_ CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #459: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:302: + stats->ipackets = stats->q_ipackets[0] = CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #461: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:304: + stats->ibytes = stats->q_ibytes[0] = CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #468: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:311: + stats->oerrors = stats->q_errors[0] = CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #470: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:313: + stats->obytes = stats->q_obytes[0] = total: 0 errors, 0 warnings, 924 lines checked