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 BBFDB42D73 for ; Fri, 30 Jun 2023 09:39:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B51DD4021F; Fri, 30 Jun 2023 09:39:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 611524021F for ; Fri, 30 Jun 2023 09:39:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 54F23120922; Fri, 30 Jun 2023 09:39:19 +0200 (CEST) Subject: |WARNING| pw129142 [PATCH] net/mlx5: support symmetric RSS hash function In-Reply-To: <20230630073744.16247-1-xuemingl@nvidia.com> References: <20230630073744.16247-1-xuemingl@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Xueming Li Message-Id: <20230630073919.54F23120922@dpdk.org> Date: Fri, 30 Jun 2023 09:39:19 +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/129142 _coding style issues_ WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #249: FILE: drivers/net/mlx5/mlx5_flow.c:5584: + dev_flow.symmetri_hash_function; WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #269: FILE: drivers/net/mlx5/mlx5_flow.h:903: + uint8_t symmetri_hash_function:1; WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #299: FILE: drivers/net/mlx5/mlx5_flow_dv.c:12009: + rss_desc->symmetric_hash_function = dev_flow->symmetri_hash_function; WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #327: FILE: drivers/net/mlx5/mlx5_flow_dv.c:14953: + dev_flow->symmetri_hash_function = rss_desc->symmetric_hash_function; total: 0 errors, 4 warnings, 0 checks, 247 lines checked