mbox series

[v4,0/2] add GTP/PPPoE to flow API

Message ID 20190828060038.437857-1-ying.a.wang@intel.com (mailing list archive)
Headers
Series add GTP/PPPoE to flow API |

Message

Ying Wang Aug. 28, 2019, 6 a.m. UTC
  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(-)
  

Comments

Qi Zhang Sept. 23, 2019, 11:44 p.m. UTC | #1
> -----Original Message-----
> From: Wang, Ying A
> Sent: Wednesday, August 28, 2019 2:01 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>
> Cc: dev@dpdk.org; adrien.mazarguil@6wind.com; Ye, Xiaolong
> <xiaolong.ye@intel.com>; Yang, Qiming <qiming.yang@intel.com>; Wang,
> Ying A <ying.a.wang@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@intel.com>
  
Ferruh Yigit Oct. 1, 2019, 7:52 a.m. UTC | #2
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@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>
>> Cc: dev@dpdk.org; adrien.mazarguil@6wind.com; Ye, Xiaolong
>> <xiaolong.ye@intel.com>; Yang, Qiming <qiming.yang@intel.com>; Wang,
>> Ying A <ying.a.wang@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@intel.com>
> 

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/master, thanks.