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 <[email protected]>
> Acked-by: Aaron Conole <[email protected]>
> ---
>  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".


Reply via email to