Moved RFC4115 APIs to non-experimental as they have been there since 19.02. Also, these APIs are the same as the non RFC4115 APIs. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
24 lines
497 B
Plaintext
24 lines
497 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_20.0.1 {
|
|
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;
|