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 6295F43B38 for ; Wed, 14 Feb 2024 17:08:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E74040E72; Wed, 14 Feb 2024 17:08:13 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 33DF24026A for ; Wed, 14 Feb 2024 17:08:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 2510F121F0B; Wed, 14 Feb 2024 17:08:12 +0100 (CET) Subject: |WARNING| pw136752 [v8 2/3] net/af_xdp: fix multi interface support for K8s In-Reply-To: <20240214160716.2391286-3-mtahhan@redhat.com> References: <20240214160716.2391286-3-mtahhan@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maryam Tahhan Message-Id: <20240214160812.2510F121F0B@dpdk.org> Date: Wed, 14 Feb 2024 17:08:12 +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/136752 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #486: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2150: + strlcpy(internals->dp_path, dp_path, PATH_MAX);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #503: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2341: + char dp_path[PATH_MAX] = {''};$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #526: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2407: + if (!use_cni && strnlen(dp_path, PATH_MAX)) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (4, 16) #526: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:2407: + if (!use_cni && strnlen(dp_path, PATH_MAX)) { + AF_XDP_LOG(ERR, "'%s' parameter is set, but '%s' was not enabled ", total: 0 errors, 4 warnings, 0 checks, 374 lines checked