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 CDA35A0352 for ; Mon, 4 Nov 2019 12:00:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE8CA3253; Mon, 4 Nov 2019 12:00:47 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 171E55B32; Mon, 4 Nov 2019 12:00:45 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: lidejun Message-Id: <20191104110045.171E55B32@dpdk.org> Date: Mon, 4 Nov 2019 12:00:45 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62185 [PATCH]net/bonding: add DEFAULTED state in rx_machine in 802.3ad bonding implementation 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/62185 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #62: This patch fixes a issue when DPDK 802.3ad bonding rx_machine enters EXPIRED state, but the opposite SWITCH lacp ignores distributing and collecting bit, so the SWITCH still sends packets to DPDK and all these packets are dropped. ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #101: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:252: } WARNING:LEADING_SPACE: please, no spaces at the start of a line #106: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:257: + port->selected = UNSELECTED;$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 2 errors, 2 warnings, 0 checks, 12 lines checked