Re: [dpdk-dev] [PATCH v8 1/4] librte_flow_classify: add flow classify library

2017-10-21 Thread Iremonger, Bernard
Hi Jasvinder > > > > > + > > > +struct acl_keys { > > > + struct rte_table_acl_rule_add_params key_add; /**< add key */ > > > + struct rte_table_acl_rule_delete_params key_del; /**< delete > > > key */ > > > +}; > > > + > > > +struct rte_flow_classify_rule { > > > + uint32_t id; /**< unique ID o

Re: [dpdk-dev] [PATCH v8 1/4] librte_flow_classify: add flow classify library

2017-10-20 Thread Iremonger, Bernard
Hi Jasvinder, Thanks for the review. > -Original Message- > From: Singh, Jasvinder > Sent: Thursday, October 19, 2017 3:22 PM > To: Iremonger, Bernard ; dev@dpdk.org; > Yigit, Ferruh ; Ananyev, Konstantin > ; Dumitrescu, Cristian > ; adrien.mazarg...@6wind.com > Subject: RE: [PATCH v8 1/4

Re: [dpdk-dev] [PATCH v8 1/4] librte_flow_classify: add flow classify library

2017-10-19 Thread Singh, Jasvinder
> + > +struct acl_keys { > + struct rte_table_acl_rule_add_params key_add; /**< add key */ > + struct rte_table_acl_rule_delete_params key_del; /**< delete > key */ > +}; > + > +struct rte_flow_classify_rule { > + uint32_t id; /**< unique ID of classify rule */ > + enum rte_flow_

[dpdk-dev] [PATCH v8 1/4] librte_flow_classify: add flow classify library

2017-10-17 Thread Bernard Iremonger
From: Ferruh Yigit The following APIs's are implemented in the librte_flow_classify library: rte_flow_classifier_create rte_flow_classifier_free rte_flow_classifier_query rte_flow_classifier_run rte_flow_classify_table_create rte_flow_classify_table_entry_add rte_flow_classify_table_entry_delete