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 D8F90A034E for ; Mon, 21 Feb 2022 15:35:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D103D410F0; Mon, 21 Feb 2022 15:35:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3C75D40E5A for ; Mon, 21 Feb 2022 15:35:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 2023112336A; Mon, 21 Feb 2022 15:35:28 +0100 (CET) Subject: |WARNING| pw107899 [PATCH v2] gpu/cuda: CPU map GPU memory with GDRCopy In-Reply-To: <20220221224433.26096-1-eagostini@nvidia.com> References: <20220221224433.26096-1-eagostini@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20220221143528.2023112336A@dpdk.org> Date: Mon, 21 Feb 2022 15:35:28 +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/107899 _coding style issues_ WARNING:TYPO_SPELLING: 'retun' may be misspelled - perhaps 'return'? #178: FILE: doc/guides/gpus/cuda.rst:57: +and will retun error if the application invokes the gpude ``rte_gpu_mem_cpu_map`` function. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #363: FILE: drivers/gpu/cuda/gdrcopy.c:2: +/* SPDX-License-Identifier: BSD-3-Clause +* Copyright (c) 2022 NVIDIA Corporation & Affiliates WARNING:LONG_LINE: line length of 132 exceeds 100 columns #378: FILE: drivers/gpu/cuda/gdrcopy.c:17: +static int (*sym_gdr_pin_buffer)(gdr_t g, unsigned long addr, size_t size, uint64_t p2p_token, uint32_t va_space, gdr_mh_t *handle); WARNING:LONG_LINE: line length of 103 exceeds 100 columns #544: FILE: drivers/gpu/cuda/gdrcopy.h:23: +int gdrcopy_pin(gdr_t *gdrc_h, __rte_unused gdr_mh_t *mh, uint64_t d_addr, size_t size, void **h_addr); total: 0 errors, 4 warnings, 380 lines checked