|SUCCESS| [2/2] pci: remove deprecated catch-all flag
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Jul 27 10:51:33 CEST 2026
Test-Label: ai-code-review
Test-Status: SUCCESS
https://dpdk.org/patch/166942
_AI Code Review_
=== Patch Review: series.patch (via Claude) ===
Review date: 2026-07-27
# DPDK Patch Review
## Patch 1/2: eal: remove deprecated packed attribute
### Errors
None.
### Warnings
None.
### Info
This patch removes a deprecated macro (`__rte_packed`) that was replaced in v25.03. The removal is clean and properly documented in the release notes. No issues found.
---
## Patch 2/2: pci: remove deprecated catch-all flag
### Errors
None.
### Warnings
None.
### Info
This patch removes a deprecated macro (`PCI_ANY_ID`) that was replaced by `RTE_PCI_ANY_ID` in v21.05. The removal is clean and properly documented in the release notes. No issues found.
---
## Summary
Both patches are clean removals of deprecated macros with appropriate release note updates. No correctness bugs, style violations, or guideline issues identified. The patches follow DPDK contribution guidelines correctly.
More information about the test-report
mailing list