aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_flow_classify/rte_flow_classify_version.map
blob: f7695cbf80e64abe411dbc97d7387919e778b2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
EXPERIMENTAL {
	global:

	rte_flow_classifier_create;
	rte_flow_classifier_free;
	rte_flow_classifier_query;
	rte_flow_classify_table_create;
	rte_flow_classify_table_entry_add;
	rte_flow_classify_table_entry_delete;

	local: *;
};