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 0D8A2A0511 for ; Fri, 8 Apr 2022 03:04:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0794E4067E; Fri, 8 Apr 2022 03:04:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 444B64003F for ; Fri, 8 Apr 2022 03:04:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2FDB7124163; Fri, 8 Apr 2022 03:04:12 +0200 (CEST) Subject: |WARNING| pw109443 [PATCH] examples/kni: add interrupt mode to receive packets In-Reply-To: <20220408090252.3858-1-laitianli@tom.com> References: <20220408090252.3858-1-laitianli@tom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tianli Lai Message-Id: <20220408010412.2FDB7124163@dpdk.org> Date: Fri, 8 Apr 2022 03:04:12 +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/109443 _coding style issues_ WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #97: FILE: :646: + while ((opt = getopt_long(argc, argv, "p:PmI", longopts, WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #105: FILE: :658: + case 'I': WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #106: FILE: :659: + intr_rx_en = 1; WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #107: FILE: :660: + break; WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #115: FILE: :732: + if (intr_rx_en) WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #116: FILE: :733: + local_port_conf.intr_conf.rxq = 1; total: 0 errors, 6 warnings, 223 lines checked