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

2020-03-31 Thread Zhang, Qi Z
> -Original Message- > From: Yang, Qiming > Sent: Monday, March 30, 2020 4:31 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > > 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_val

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

2020-03-30 Thread Qiming Yang
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 --- doc/guides/rel_notes/release_20_05.rst | 6 + drivers