> -----Original Message-----
> From: Wang, Ying A
> Sent: Friday, September 27, 2019 2:55 AM
> To: Ye, Xiaolong <xiaolong...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Yang, Qiming <qiming.y...@intel.com>; Zhao1, Wei
> <wei.zh...@intel.com>; Wang, Ying A <ying.a.w...@intel.com>
> Subject: [PATCH v3 0/5] rework for ice generic flow framework and switch
> filter
>
> patch 1/5 minor code clean
> patch 2/5 adds devargs to control pipeline mode patch 3/5 rework for ice
> generic flow framework patch 4/5 add rte_flow pattern list patch 5/5 rework
> switch filter on new framework
>
> The patchset depend on the following patches in patchwork:
> (1) http://patches.dpdk.org/patch/58102/
> [v4,1/2] ethdev: add GTP extension header to flow API
> (2) http://patches.dpdk.org/patch/58103/
> [v4,2/2] ethdev: add PPPoE to flow API
>
> Qiming Yang (1):
> net/ice: add devargs to control pipeline mode
>
> Ying Wang (3):
> net/ice: minor code clean
> net/ice: rework for generic flow enabling
> net/ice: add pattern manifest
>
> wei zhao (1):
> net/ice: rework switch filter
>
> ---
> v3: rebase patches to solve merge conflict;
> redefine inpustet bit field;
>
> v2: modify codes according to the comments;
> update doc and release note;
> add a separate code clean patch;
> ---
>
> doc/guides/nics/ice.rst | 19 +
> doc/guides/rel_notes/release_19_11.rst | 3 +
> drivers/net/ice/ice_ethdev.c | 31 +-
> drivers/net/ice/ice_ethdev.h | 16 +-
> drivers/net/ice/ice_generic_flow.c | 2072
> +++++++++++++++++++++++++-------
> drivers/net/ice/ice_generic_flow.h | 1042 +++++++---------
> drivers/net/ice/ice_switch_filter.c | 918 ++++++++++++--
> drivers/net/ice/ice_switch_filter.h | 24 -
> 8 files changed, 2944 insertions(+), 1181 deletions(-) delete mode 100644
> drivers/net/ice/ice_switch_filter.h
>
> --
> 2.15.1
Acked-by: Qi Zhang <qi.z.zh...@intel.com>