30/04/2020 12:27, Ray Kinsella: > Change references to abi 20.0.1 to use abi v21, see > https://doc.dpdk.org/guides/contributing/abi_policy.html#general-guidelines > > "Major ABI versions are declared no more frequently than yearly. > Compatibility with the major ABI version is mandatory in subsequent > releases until a new major ABI version is declared." > > Combined abi policy and versioning in maintainers, add map files to the > filter to more closely monitor future abi changes. > > Signed-off-by: Ray Kinsella <m...@ashroe.eu>
Applied with added change for recent igc PMD: --- a/drivers/net/igc/rte_pmd_igc_version.map +++ b/drivers/net/igc/rte_pmd_igc_version.map @@ -1,3 +1,3 @@ -DPDK_20.0.2 { +DPDK_21 { local: *; };