Re: [dpdk-dev] [v2] ethdev: add PFCP header to flow API

2020-03-10 Thread Ferruh Yigit
On 3/9/2020 4:31 PM, Ori Kam wrote: > > >> -Original Message- >> From: Xiao Zhang >> Sent: Friday, March 6, 2020 8:39 AM >> To: dev@dpdk.org >> Cc: Ori Kam ; ferruh.yi...@intel.com; Xiao Zhang >> >> Subject: [v2] ethdev: add PFCP header to flow API >> >> This patch adds the new flow ite

Re: [dpdk-dev] [v2] ethdev: add PFCP header to flow API

2020-03-09 Thread Ori Kam
> -Original Message- > From: Xiao Zhang > Sent: Friday, March 6, 2020 8:39 AM > To: dev@dpdk.org > Cc: Ori Kam ; ferruh.yi...@intel.com; Xiao Zhang > > Subject: [v2] ethdev: add PFCP header to flow API > > This patch adds the new flow item RTE_FLOW_ITEM_TYPE_PFCP to flow API to > matc

[dpdk-dev] [v2] ethdev: add PFCP header to flow API

2020-03-05 Thread Xiao Zhang
This patch adds the new flow item RTE_FLOW_ITEM_TYPE_PFCP to flow API to match a PFCP header. Add sample PFCP rules for testpmd guide. Since Session Endpoint Identifier (SEID) only will be present in PFCP Session header and PFCP Session headers shall be identified when the S field is equal to 1, wh