|SUCCESS| [2/2] pci: remove deprecated catch-all flag

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Jul 27 09:40:38 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

None.

**Summary**: This patch cleanly removes a deprecated macro (`__rte_packed`) that was replaced in v25.03. The removal is documented in the release notes. No issues found.

---

## Patch 2/2: pci: remove deprecated catch-all flag

### Errors

None.

### Warnings

None.

### Info

None.

**Summary**: This patch removes a deprecated macro (`PCI_ANY_ID`) that was replaced by `RTE_PCI_ANY_ID` in v21.05. The removal is documented in the release notes. No issues found.

---

# Overall Assessment

Both patches are straightforward removals of long-deprecated macros with appropriate release note updates. No correctness, style, or process issues identified.


More information about the test-report mailing list