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 <mdr@ashroe.eu>
24 lines
493 B
Plaintext
24 lines
493 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_meter_srtcm_color_aware_check;
|
|
rte_meter_srtcm_color_blind_check;
|
|
rte_meter_srtcm_config;
|
|
rte_meter_srtcm_profile_config;
|
|
rte_meter_trtcm_color_aware_check;
|
|
rte_meter_trtcm_color_blind_check;
|
|
rte_meter_trtcm_config;
|
|
rte_meter_trtcm_profile_config;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_21 {
|
|
global:
|
|
|
|
rte_meter_trtcm_rfc4115_color_aware_check;
|
|
rte_meter_trtcm_rfc4115_color_blind_check;
|
|
rte_meter_trtcm_rfc4115_config;
|
|
rte_meter_trtcm_rfc4115_profile_config;
|
|
} DPDK_20.0;
|