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 8C28648A46 for ; Fri, 31 Oct 2025 17:45:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87ADC40273; Fri, 31 Oct 2025 17:45:24 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 40C5540273 for ; Fri, 31 Oct 2025 17:45:23 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 2DDD01261CB; Fri, 31 Oct 2025 17:44:45 +0100 (CET) Subject: |WARNING| pw158323 [PATCH v2 4/5] bpf: add test for Rx and Tx filtering In-Reply-To: <20251031164417.14166-5-stephen@networkplumber.org> References: <20251031164417.14166-5-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20251031164445.2DDD01261CB@dpdk.org> Date: Fri, 31 Oct 2025 17:44:45 +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/158323 _coding style issues_ WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __section("filter") over __attribute__((section("filter"))) #146: FILE: app/test/bpf/test_bpf_filter.c:21: +__attribute__((section("filter"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __used over __attribute__((used)) #146: FILE: app/test/bpf/test_bpf_filter.c:21: +__attribute__((section("filter"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __section("drop") over __attribute__((section("drop"))) #164: FILE: app/test/bpf/test_bpf_filter.c:39: +__attribute__((section("drop"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __used over __attribute__((used)) #164: FILE: app/test/bpf/test_bpf_filter.c:39: +__attribute__((section("drop"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __section("allow") over __attribute__((section("allow"))) #172: FILE: app/test/bpf/test_bpf_filter.c:47: +__attribute__((section("allow"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __used over __attribute__((used)) #172: FILE: app/test/bpf/test_bpf_filter.c:47: +__attribute__((section("allow"), used)) total: 0 errors, 6 warnings, 389 lines checked Warning in app/test/bpf/test_bpf_filter.c: Using compiler attribute directly