[dpdk-dev] [PATCH v4 0/2] add GTP/PPPoE to flow API
Ferruh Yigit
ferruh.yigit at intel.com
Tue Oct 1 09:52:58 CEST 2019
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.zhang at intel.com>; Yigit, Ferruh <ferruh.yigit at intel.com>
>> Cc: dev at dpdk.org; adrien.mazarguil at 6wind.com; Ye, Xiaolong
>> <xiaolong.ye at intel.com>; Yang, Qiming <qiming.yang at intel.com>; Wang,
>> Ying A <ying.a.wang at 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.zhang at intel.com>
>
For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
Series applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list