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 761C346A3E for ; Tue, 24 Jun 2025 09:16:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7128F40666; Tue, 24 Jun 2025 09:16:47 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CF95840666 for ; Tue, 24 Jun 2025 09:16:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 503241252D0; Tue, 24 Jun 2025 09:15:34 +0200 (CEST) Subject: |WARNING| pw154652 [RFC PATCH 1/2] examples/flow_filtering: add match port affinity snippet In-Reply-To: <20250624071538.107876-2-shperetz@nvidia.com> References: <20250624071538.107876-2-shperetz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shani Peretz Message-Id: <20250624071534.503241252D0@dpdk.org> Date: Tue, 24 Jun 2025 09:15: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/154652 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #447: FILE: examples/flow_filtering/snippets/snippet_match_port_affinity.c:97: + // pattern[0].spec = eth; ERROR:C99_COMMENTS: do not use C99 // comments #448: FILE: examples/flow_filtering/snippets/snippet_match_port_affinity.c:98: + // pattern[0].mask = NULL; total: 2 errors, 0 warnings, 285 lines checked