automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw158330 [PATCH v3 4/5] bpf: add test for Rx and Tx filtering
       [not found] <20251101180659.43883-5-stephen@networkplumber.org>
@ 2025-11-01 18:07 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-11-01 18:07 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/158330

_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, 385 lines checked
Warning in app/test/bpf/filter.c:
Using compiler attribute directly

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-01 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20251101180659.43883-5-stephen@networkplumber.org>
2025-11-01 18:07 ` |WARNING| pw158330 [PATCH v3 4/5] bpf: add test for Rx and Tx filtering checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).