[PATCH v14 1/6] doc: add AGENTS.md for AI code review tools
Thomas Monjalon
thomas at monjalon.net
Thu May 21 16:15:05 CEST 2026
14/04/2026 23:08, Stephen Hemminger:
> Provide structured guidelines for AI tools reviewing DPDK
> patches. Focuses on correctness bug detection (resource leaks,
> use-after-free, race conditions), C coding style, forbidden
> tokens, API conventions, and severity classifications.
>
> Mechanical checks already handled by checkpatches.sh (SPDX
> format, commit message formatting, tag ordering) are excluded
> to avoid redundant and potentially contradictory findings.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> Acked-by: Aaron Conole <aconole at redhat.com>
> ---
> AGENTS.md | 2170 +++++++++++++++++++++++++++++++++++++++++++++++++++++
There are big chances that we are going to update this file in future.
Please help easy updates by following this guideline from
doc/guides/contributing/documentation.rst
* Each sentence should start on a new line.
Multiple sentences, which are not separated by a blank line,
are joined automatically into paragraphs.
* Wrap sentences at punctuation points, for example, at a comma.
If no punctuation, put the newline at a logical point in the sentence,
for example, at the end of a clause before an "and" or "but".
More information about the dev
mailing list