50bdac5916
This patch removes table id parameter from all the flow classify apis to reduce the complexity alongwith some code cleanup. The validate api is exposed as public api to allow user to validate the flow before adding it to the classifier. Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
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;
|
|
rte_flow_classify_validate;
|
|
|
|
local: *;
|
|
};
|