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 575C346A86 for ; Wed, 9 Jul 2025 23:48:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51157402E3; Wed, 9 Jul 2025 23:48:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3FFAC402E3 for ; Wed, 9 Jul 2025 23:48:16 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 112C91252F5; Wed, 9 Jul 2025 23:46:45 +0200 (CEST) Subject: |WARNING| pw155122 [PATCH net] net/vmxnet3: fix mapping of mempools to queues In-Reply-To: <20250709212905.126851-1-ronak.doshi@broadcom.com> References: <20250709212905.126851-1-ronak.doshi@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ronak Doshi Message-Id: <20250709214646.112C91252F5@dpdk.org> Date: Wed, 9 Jul 2025 23:46:45 +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/155122 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #159: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:865: + mr->txQueueBits = index[i] & tx_index_mask; CHECK:CAMELCASE: Avoid CamelCase: #166: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:870: + j, mr->startPA, mr->length, CHECK:CAMELCASE: Avoid CamelCase: #167: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:871: + mr->rxQueueBits, mr->txQueueBits); total: 0 errors, 0 warnings, 3 checks, 65 lines checked