Re: [dpdk-dev] [PATCH v3 3/5] librte_flow_classify: add librte_flow_classify library

2017-08-31 Thread Pavan Nikhilesh Bhagavatula
On Thu, Aug 31, 2017 at 03:54:45PM +0100, Bernard Iremonger wrote: Hi Bernard, > From: Ferruh Yigit > > The following library APIs's are implemented: > rte_flow_classify_create > rte_flow_classify_validate > rte_flow_classify_destroy > rte_flow_classify_query > > The following librte_table ACL API

[dpdk-dev] [PATCH v3 3/5] librte_flow_classify: add librte_flow_classify library

2017-08-31 Thread Bernard Iremonger
From: Ferruh Yigit The following library APIs's are implemented: rte_flow_classify_create rte_flow_classify_validate rte_flow_classify_destroy rte_flow_classify_query The following librte_table ACL API's are used: f_create to create a table ACL. f_add to add an ACL rule to the table. f_del to de