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 BE9DC48AB4 for ; Sun, 9 Nov 2025 21:11:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B967940268; Sun, 9 Nov 2025 21:11:22 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D08F340268 for ; Sun, 9 Nov 2025 21:11:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id AF6051261F1; Sun, 9 Nov 2025 21:10:31 +0100 (CET) Subject: |WARNING| pw158622 [PATCH v5 4/5] bpf: add test for Rx and Tx filtering In-Reply-To: <20251109200854.45942-5-stephen@networkplumber.org> References: <20251109200854.45942-5-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20251109201031.AF6051261F1@dpdk.org> Date: Sun, 9 Nov 2025 21:10:31 +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/158622 _coding style issues_ WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __section("filter") over __attribute__((section("filter"))) #129: FILE: app/test/bpf/filter.c:21: +__attribute__((section("filter"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __used over __attribute__((used)) #129: FILE: app/test/bpf/filter.c:21: +__attribute__((section("filter"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __section("drop") over __attribute__((section("drop"))) #147: FILE: app/test/bpf/filter.c:39: +__attribute__((section("drop"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __used over __attribute__((used)) #147: FILE: app/test/bpf/filter.c:39: +__attribute__((section("drop"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __section("allow") over __attribute__((section("allow"))) #155: FILE: app/test/bpf/filter.c:47: +__attribute__((section("allow"), used)) WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __used over __attribute__((used)) #155: FILE: app/test/bpf/filter.c:47: +__attribute__((section("allow"), used)) total: 0 errors, 6 warnings, 388 lines checked Warning in app/test/bpf/filter.c: Using compiler attribute directly