From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 63B803777; Thu, 6 Apr 2017 13:33:18 +0200 (CEST) In-Reply-To: <20170406113217.28236-2-bruce.richardson@intel.com> References: <20170406113217.28236-2-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20170406113318.63B803777@dpdk.org> Date: Thu, 6 Apr 2017 13:33:18 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23282 [PATCH v2 1/2] net/i40e: eliminate mbuf write on rearm 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: Thu, 06 Apr 2017 11:33:18 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23282 _coding style issues_ CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #102: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:215: + rearm0 = rearm1 = rearm2 = rearm3 = mbuf_init; total: 0 errors, 0 warnings, 1 checks, 82 lines checked