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 F318A471D9 for ; Sat, 10 Jan 2026 19:02:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD1814028E; Sat, 10 Jan 2026 19:02:40 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 428474028E for ; Sat, 10 Jan 2026 19:02:39 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3C68A123FA0; Sat, 10 Jan 2026 19:02:31 +0100 (CET) Subject: |WARNING| pw159681 [RFC v2] doc: add AGENTS.md for AI-powered code review tools In-Reply-To: <20260110180038.11525-1-stephen@networkplumber.org> References: <20260110180038.11525-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20260110180231.3C68A123FA0@dpdk.org> Date: Sat, 10 Jan 2026 19:02: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/159681 _coding style issues_ WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #138: FILE: AGENTS.md:1: +# AGENTS.md - DPDK Code Review Guidelines for AI Tools WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #166: FILE: AGENTS.md:29: +#include ^^^^^ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #347: FILE: AGENTS.md:210: +#include ^^^^^ total: 0 errors, 3 warnings, 693 lines checked __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_internal must appear alone on the line immediately preceding the return type of a function. __rte_internal must appear alone on the line immediately preceding the return type of a function. __rte_internal must appear alone on the line immediately preceding the return type of a function. Please use __rte_aligned only for struct or union types alignment. Please use __rte_cache_aligned only for struct or union types alignment. Please use __rte_cache_min_aligned only for struct or union types alignment. Use __rte_packed_begin only after struct, union or alignment attributes. __rte_packed_begin and __rte_packed_end should always be used in pairs.