[dpdk-dev] [PATCH v11 1/4] flow_classify: add flow classify library

Thomas Monjalon thomas at monjalon.net
Tue Oct 24 22:16:19 CEST 2017


24/10/2017 19:28, Bernard Iremonger:
> --- a/doc/guides/rel_notes/release_17_11.rst
> +++ b/doc/guides/rel_notes/release_17_11.rst
> @@ -165,6 +165,11 @@ New Features
>    checksums, and doesn't update checksums for output packets.
>    Additionally, the GSO library doesn't process IP fragmented packets.
>  
> +* **Added the Flow Classification Library.**
> +
> +  Added the Flow Classification library, it provides an API for DPDK
> +  applications to classify an input packet by matching it against a set of flow
> +  rules. It uses the librte_table API to manage the flow rules.
>  
>  Resolved Issues
>  ---------------

An additional blank line is missing before the section title.


More information about the dev mailing list