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 2CB6146419 for ; Thu, 20 Mar 2025 09:16:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28219402C4; Thu, 20 Mar 2025 09:16:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DB289402AF for ; Thu, 20 Mar 2025 09:16:06 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8BC77123DB3; Thu, 20 Mar 2025 09:15:52 +0100 (CET) Subject: |WARNING| pw152490 [PATCH] net/af_packet: register supported param fanout mode In-Reply-To: <20250320081503.5505-1-felix.zhang@jaguarmicro.com> References: <20250320081503.5505-1-felix.zhang@jaguarmicro.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shaokai Zhang Message-Id: <20250320081552.8BC77123DB3@dpdk.org> Date: Thu, 20 Mar 2025 09:15:52 +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/152490 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #124: FILE: drivers/net/af_packet/rte_eth_af_packet.c:794: + unsigned int qdisc_bypass,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #124: FILE: drivers/net/af_packet/rte_eth_af_packet.c:794: + unsigned int qdisc_bypass,$ ERROR:CODE_INDENT: code indent should use tabs where possible #125: FILE: drivers/net/af_packet/rte_eth_af_packet.c:795: + const char *fanout_mode,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #125: FILE: drivers/net/af_packet/rte_eth_af_packet.c:795: + const char *fanout_mode,$ total: 2 errors, 2 warnings, 0 checks, 27 lines checked