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 <[email protected]>; Yigit, Ferruh >> <[email protected]> >> Cc: [email protected]; [email protected]; Ye, Xiaolong >> <[email protected]>; Yang, Qiming <[email protected]>; Wang, >> Ying A <[email protected]> >> 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 <[email protected]> >
For series, Reviewed-by: Ferruh Yigit <[email protected]> Series applied to dpdk-next-net/master, thanks.

