Re: [dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2TPv2oUDP RSS Hash

2021-10-05 Thread Ori Kam
gt; wenjun1...@intel.com; stevex.y...@intel.com > Subject: Re: [dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2TPv2oUDP RSS Hash > > On 9/30/2021 3:38 PM, Ori Kam wrote: > > Hi Jie, > > > > You are missing updating the rte_flow.rst and release notes: > > &g

Re: [dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2TPv2oUDP RSS Hash

2021-10-05 Thread Ferruh Yigit
On 9/30/2021 3:38 PM, Ori Kam wrote: Hi Jie, You are missing updating the rte_flow.rst and release notes: Please see more comments below. Thanks, Ori -Original Message- From: dev On Behalf Of Jie Wang Sent: Friday, September 24, 2021 6:17 PM Subject: [dpdk-dev] [PATCH 3/4] ethdev

Re: [dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2TPv2oUDP RSS Hash

2021-09-30 Thread Ori Kam
Hi Jie, You are missing updating the rte_flow.rst and release notes: Please see more comments below. Thanks, Ori > -Original Message- > From: dev On Behalf Of Jie Wang > Sent: Friday, September 24, 2021 6:17 PM > Subject: [dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2

[dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2TPv2oUDP RSS Hash

2021-09-24 Thread Jie Wang
Add flow pattern items, RSS offload types and header formats of L2TPv2 and PPP. Signed-off-by: Wenjun Wu Signed-off-by: Jie Wang --- lib/ethdev/rte_flow.c | 2 + lib/ethdev/rte_flow.h | 99 +++ 2 files changed, 101 insertions(+) diff --git a/lib/ethdev/