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 546EBA00C3 for ; Tue, 18 Jan 2022 09:50:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 511B7426EF; Tue, 18 Jan 2022 09:50:19 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4F76042703 for ; Tue, 18 Jan 2022 09:50:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 374EC120923; Tue, 18 Jan 2022 09:50:17 +0100 (CET) Subject: |WARNING| pw106008 [PATCH] net/bonding: fix RSS not work for bonding in DPDK21.11 In-Reply-To: <2afe61e566ebad1-00019.Richmail.00005001707698381847@cmss.chinamobile.com> References: <2afe61e566ebad1-00019.Richmail.00005001707698381847@cmss.chinamobile.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?b?5L+e5paH5L+KX3lld3U=?= Message-Id: <20220118085017.374EC120923@dpdk.org> Date: Tue, 18 Jan 2022 09:50:17 +0100 (CET) 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/106008 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit fatal: bad o ("69d0ce272ae8e8350")' #59: >From 85c4ffffe32996fc262dd6f69d0ce272ae8e8350 Mon Sep 17 00:00:00 2001 WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #64: RSS don't work when bond_ethdev_configure called before rte_eth_bond_slave_add in DPDK21.11. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #64: RSS don't work when bond_ethdev_configure called before rte_eth_bond_slave_add in DPDK21.11. WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #68: dont't work(examples/bond/main.c): WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #71: rte_eth_bond_slave_add() WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #76: rte_eth_bond_slave_add() ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Yu Wenjun ' #80: Signed-off-by: Yu Wenjun ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Min Hu (Connor)' #81: Acked-by: Min Hu (Connor) ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author '' total: 4 errors, 5 warnings, 0 checks, 11 lines checked