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 DC8E942DA8 for ; Mon, 3 Jul 2023 11:22:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D82CE410DC; Mon, 3 Jul 2023 11:22:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 655DB40156 for ; Mon, 3 Jul 2023 11:22:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5C44C120922; Mon, 3 Jul 2023 11:22:18 +0200 (CEST) Subject: |WARNING| pw129199 [v2 4/5] net/mlx5: support symmetric RSS hash function In-Reply-To: <20230702045758.23244-4-igozlan@nvidia.com> References: <20230702045758.23244-4-igozlan@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Itamar Gozlan Message-Id: <20230703092218.5C44C120922@dpdk.org> Date: Mon, 3 Jul 2023 11:22:18 +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/129199 _coding style issues_ WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #257: FILE: drivers/net/mlx5/mlx5_flow.c:5727: + dev_flow.symmetri_hash_function; WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #277: FILE: drivers/net/mlx5/mlx5_flow.h:1006: + uint8_t symmetri_hash_function:1; WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #307: FILE: drivers/net/mlx5/mlx5_flow_dv.c:12878: + rss_desc->symmetric_hash_function = dev_flow->symmetri_hash_function; WARNING:TYPO_SPELLING: 'symmetri' may be misspelled - perhaps 'symmetry'? #335: FILE: drivers/net/mlx5/mlx5_flow_dv.c:15957: + dev_flow->symmetri_hash_function = rss_desc->symmetric_hash_function; total: 0 errors, 4 warnings, 0 checks, 247 lines checked