[dpdk-dev] [PATCH v2 1/2] net/iavf: support generic flow

Zhang, Qi Z qi.z.zhang at intel.com
Wed Apr 1 04:48:31 CEST 2020



> -----Original Message-----
> From: Yang, Qiming <qiming.yang at intel.com>
> Sent: Monday, March 30, 2020 4:31 PM
> To: dev at dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang at intel.com>; Yang, Qiming
> <qiming.yang at intel.com>
> Subject: [PATCH v2 1/2] net/iavf: support generic flow
> 
> This patch added iavf_flow_create, iavf_flow_destroy, iavf_flow_flush and
> iavf_flow_validate support, these are used to handle all the generic filters.
> 
> This patch supported basic L2, L3, L4 and GTPU patterns.
> 
> Signed-off-by: Qiming Yang <qiming.yang at intel.com>
> ---
>  doc/guides/rel_notes/release_20_05.rst |   6 +
>  drivers/net/iavf/Makefile              |   1 +
>  drivers/net/iavf/iavf.h                |  10 +
>  drivers/net/iavf/iavf_ethdev.c         |  46 ++
>  drivers/net/iavf/iavf_generic_flow.c   | 930
> +++++++++++++++++++++++++++++++++
>  drivers/net/iavf/iavf_generic_flow.h   | 279 ++++++++++
>  drivers/net/iavf/meson.build           |   1 +

You may also need to add "Flow API = Y" into the doc/guides/nics/features/iavf.ini


More information about the dev mailing list