flow_classify: remove table id parameter from API
authorJasvinder Singh <jasvinder.singh@intel.com>
Tue, 19 Dec 2017 14:29:17 +0000 (14:29 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Jan 2018 18:15:26 +0000 (19:15 +0100)
commit50bdac5916d9570cd391c0cafe5751d4ae9d4a82
tree4edfa369caba227c844f2da6ef52093f84d4f394
parenteb22ffd3e0589d2dc6e940232deeb2ba51f17b81
flow_classify: remove table id parameter from API

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>
doc/guides/prog_guide/flow_classify_lib.rst
doc/guides/sample_app_ug/flow_classify.rst
examples/flow_classify/flow_classify.c
lib/librte_flow_classify/rte_flow_classify.c
lib/librte_flow_classify/rte_flow_classify.h
lib/librte_flow_classify/rte_flow_classify_parse.c
lib/librte_flow_classify/rte_flow_classify_parse.h
lib/librte_flow_classify/rte_flow_classify_version.map
test/test/test_flow_classify.c
test/test/test_flow_classify.h