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

Singh, Jasvinder jasvinder.singh at intel.com
Mon Oct 23 18:03:30 CEST 2017



> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Monday, October 23, 2017 4:16 PM
> To: dev at dpdk.org; Yigit, Ferruh <ferruh.yigit at intel.com>; Ananyev,
> Konstantin <konstantin.ananyev at intel.com>; Dumitrescu, Cristian
> <cristian.dumitrescu at intel.com>; adrien.mazarguil at 6wind.com; Singh,
> Jasvinder <jasvinder.singh at intel.com>
> Cc: Iremonger, Bernard <bernard.iremonger at intel.com>
> Subject: [PATCH v10 1/4] librte_flow_classify: add flow classify library
> 
> From: Ferruh Yigit <ferruh.yigit at intel.com>
> 
> 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_classify_table_create
> rte_flow_classify_table_entry_add
> rte_flow_classify_table_entry_delete
> 
> The following librte_table API's are used:
> f_create to create a table.
> f_add to add a rule to the table.
> f_del to delete a rule from the table.
> f_free to free a table
> f_lookup to match packets with the rules.
> 
> The library supports counting of IPv4 five tupple packets only,
> ie IPv4 UDP, TCP and SCTP packets.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com>
> ---

Acked-by: Jasvinder Singh <jasvinder.singh at intel.com>


More information about the dev mailing list