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 8588F43DFA for ; Thu, 4 Apr 2024 15:26:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7CF1B40268; Thu, 4 Apr 2024 15:26:36 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9EA834025D for ; Thu, 4 Apr 2024 15:26:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 972B9121EEE; Thu, 4 Apr 2024 15:26:34 +0200 (CEST) Subject: |WARNING| pw139096 [v12 2/3] net/af_xdp: fix multi interface support for K8s In-Reply-To: <20240404132452.1186627-3-mtahhan@redhat.com> References: <20240404132452.1186627-3-mtahhan@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maryam Tahhan Message-Id: <20240404132634.972B9121EEE@dpdk.org> Date: Thu, 4 Apr 2024 15:26:34 +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/139096 _coding style issues_ WARNING:TYPO_SPELLING: 'ded' may be misspelled - perhaps 'dead'? #180: FILE: doc/guides/howto/af_xdp_dp.rst:81: +.. _38317c2: https://github.com/intel/afxdp-plugins-for-kubernetes/commit/38317c256b5c7dfb39e013a0f76010c2ded03669 WARNING:LEADING_SPACE: please, no spaces at the start of a line #289: FILE: drivers/net/af_xdp/compat.h:59: + int fd = xsk_socket__fd(xsk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #491: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1716: + AF_XDP_LOG(DEBUG,"Inserted xsk in map. ");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #491: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1716: + AF_XDP_LOG(DEBUG,"Inserted xsk in map. ");$ ERROR:SPACING: space required after that ',' (ctx:VxV) #491: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1716: + AF_XDP_LOG(DEBUG,"Inserted xsk in map. "); ^ total: 2 errors, 3 warnings, 0 checks, 429 lines checked