Re: [dpdk-dev] [PATCH v4 1/3] ethdev: support PPP and L2TPV2 procotol

2021-10-18 Thread Ori Kam
Hi Jie, I realy don't know why you keep insisting about the RSS? you keep using it in the documentation, the reason I care is that you are not doing anything with RSS, and you can't have RSS on the PPP or L2TPV2 fields right? > -Original Message- > From: Jie Wang > Sent: Monday, October

Re: [dpdk-dev] [PATCH v4 1/3] ethdev: support PPP and L2TPV2 procotol

2021-10-18 Thread Zhang, Qi Z
> -Original Message- > From: Ori Kam > Sent: Monday, October 18, 2021 6:57 PM > To: Wang, Jie1X ; dev@dpdk.org > Cc: Yigit, Ferruh ; NBU-Contact-Thomas Monjalon > ; andrew.rybche...@oktetlabs.ru; Li, Xiaoyun > ; Yang, SteveX ; Wu, Jingjing > ; Xing, Beilei ; Wu, Wenjun1 > ; Zhang, Qi Z

[dpdk-dev] [PATCH v4 1/3] ethdev: support PPP and L2TPV2 procotol

2021-10-18 Thread Jie Wang
Added flow pattern items and header formats of L2TPv2 and PPP. Signed-off-by: Wenjun Wu Signed-off-by: Jie Wang --- doc/guides/prog_guide/rte_flow.rst | 25 +++ doc/guides/rel_notes/release_21_11.rst | 5 + lib/ethdev/rte_flow.c | 2 + lib/ethdev/rte_flow.h