[PATCH 2/2] pci: remove deprecated catch-all flag
David Marchand <[email protected]> Mon, 27 Jul 2026 09:02:09 +0200
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
This flag got replaced by RTE_PCI_ID_ANY in v21.05. Signed-off-by: David Marchand <[email protected]> --- doc/guides/rel_notes/release_26_11.rst | 1 + lib/pci/rte_pci.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_26_11.rst b/doc/guides/rel_notes/release_26_11.rst index 8fbbe50b16..87c7e81bde 100644 --- a/doc/guides/rel_notes/release_26_11.rst +++ b/doc/guides/rel_notes/release_26_11.rst @@ -74,6 +74,7 @@ Removed Items * fib: ``RTE_FIB6_IPV6_ADDR_SIZE``, ``RTE_FIB6_MAXDEPTH`` * lpm: ``RTE_LPM6_IPV6_ADDR_SIZE``, ``RTE_LPM6_MAX_DEPTH`` * net: ``RTE_IP_ICMP_ECHO_REPLY``, ``RTE_IP_ICMP_ECHO_REQUEST`` + * pci: ``PCI_ID_ANY`` * rib: ``RTE_RIB6_IPV6_ADDR_SIZE``, ``get_msk_part``, ``rte_rib6_copy_addr``, ``rte_rib6_is_equal`` * table: ``RTE_LPM_IPV6_ADDR_SIZE`` diff --git a/lib/pci/rte_pci.h b/lib/pci/rte_pci.h index 9d04978a0f..a75b5327cc 100644 --- a/lib/pci/rte_pci.h +++ b/lib/pci/rte_pci.h @@ -187,8 +187,6 @@ struct rte_pci_addr { /** Any PCI device identifier (vendor, device, ...) */ #define RTE_PCI_ANY_ID (0xffff) -/** @deprecated Replaced with RTE_PCI_ANY_ID */ -#define PCI_ANY_ID RTE_DEPRECATED(PCI_ANY_ID) RTE_PCI_ANY_ID #define RTE_CLASS_ANY_ID (0xffffff) /** -- 2.54.0