On 9/24/2019 12:44 AM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Wang, Ying A >> Sent: Wednesday, August 28, 2019 2:01 PM >> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Yigit, Ferruh >> <ferruh.yi...@intel.com> >> Cc: dev@dpdk.org; adrien.mazarg...@6wind.com; Ye, Xiaolong >> <xiaolong...@intel.com>; Yang, Qiming <qiming.y...@intel.com>; Wang, >> Ying A <ying.a.w...@intel.com> >> Subject: [PATCH v4 0/2] add GTP/PPPoE to flow API >> >> patch 1/2: Add GTP extension header to flow API. >> patch 2/2: Add PPPoE to flow API. >> >> --- >> v4: Fix PPPoE testpmd cmdline issue. >> v3: Split original patch, one for GTP and the other for PPPoE. >> Add RTE_FLOW_ITEM_TYPE_PPPOE_PROTO_ID for PPPoE session >> packets. >> v2: Remove Gerrit Change-Id's. >> --- >> >> Wang Ying A (2): >> ethdev: add GTP extension header to flow API >> ethdev: add PPPoE to flow API >> >> app/test-pmd/cmdline_flow.c | 93 >> ++++++++++++++++++++++++++++- >> doc/guides/prog_guide/rte_flow.rst | 28 +++++++++ >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 13 ++++ >> lib/librte_ethdev/rte_flow.c | 5 ++ >> lib/librte_ethdev/rte_flow.h | 93 >> +++++++++++++++++++++++++++++ >> 5 files changed, 231 insertions(+), 1 deletion(-) >> >> -- >> 2.15.1 > > Reviewed-by: Qi Zhang <qi.z.zh...@intel.com> >
For series, Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Series applied to dpdk-next-net/master, thanks.