> 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,
> > +
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
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[],
> +
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
4 matches
Mail list logo