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 5634846AD5 for ; Thu, 3 Jul 2025 13:39:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C4FD40264; Thu, 3 Jul 2025 13:39:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1AFC340264 for ; Thu, 3 Jul 2025 13:39:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7E5EF125302; Thu, 3 Jul 2025 13:37:41 +0200 (CEST) Subject: |WARNING| pw155001 [PATCH] net/bonding: avoid RSS reta update in flow-isolation mode In-Reply-To: <20250703113736.6889-1-madhuker.mythri@oracle.com> References: <20250703113736.6889-1-madhuker.mythri@oracle.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: madhuker.mythri@oracle.com Message-Id: <20250703113741.7E5EF125302@dpdk.org> Date: Thu, 3 Jul 2025 13:37:41 +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/155001 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #98: In bonding PMD, member_start() function checks whether RSS(mq_mode) is enabled WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #124: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1908: + * bonding, synchronize RETA */ ERROR:TRAILING_WHITESPACE: trailing whitespace #125: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1909: +^Iif ((internals->flow_isolated_valid == 0) && $ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'internals->flow_isolated_valid == 0' #125: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1909: + if ((internals->flow_isolated_valid == 0) && + (bonding_eth_dev->data->dev_conf.rxmode.mq_mode & RTE_ETH_MQ_RX_RSS)) { total: 1 errors, 2 warnings, 1 checks, 16 lines checked