Re: [dpdk-dev] [PATCH v7 1/4] librte_flow_classify: add librte_flow_classify library

2017-10-13 Thread Iremonger, Bernard
> Subject: RE: [dpdk-dev] [PATCH v7 1/4] librte_flow_classify: add > librte_flow_classify library > > Hi Bernard, > > > > > +struct rte_flow_classify * > > +rte_flow_classify_create(void *table_handle, > > + uint32_t entry_size, > > +

Re: [dpdk-dev] [PATCH v7 1/4] librte_flow_classify: add librte_flow_classify library

2017-10-09 Thread Mcnamara, John
d.com > Cc: Iremonger, Bernard > Subject: Re: [dpdk-dev] [PATCH v7 1/4] librte_flow_classify: add > librte_flow_classify library > > ... > > The API in its current form creates the classifier object which will > always use librte_acl based classification mechanism. This behavio

Re: [dpdk-dev] [PATCH v7 1/4] librte_flow_classify: add librte_flow_classify library

2017-10-06 Thread Singh, Jasvinder
Hi Bernard, > +struct rte_flow_classify * > +rte_flow_classify_create(void *table_handle, > + uint32_t entry_size, > + const struct rte_flow_attr *attr, > + const struct rte_flow_item pattern[], > + const struct rte_flow_action actions[], > +

[dpdk-dev] [PATCH v7 1/4] librte_flow_classify: add librte_flow_classify library

2017-10-02 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