Re: [dpdk-dev] [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol
From: Wang, Jie1X <hidden>
Date: 2021-10-21 08:28:27
-----Original Message----- From: Andrew Rybchenko <redacted> Sent: Thursday, October 21, 2021 3:53 PM To: Wang, Jie1X <redacted>; dev@dpdk.org Cc: Yigit, Ferruh <redacted>; NBU-Contact-Thomas Monjalon [off-list ref]; Li, Xiaoyun [off-list ref]; Yang, SteveX [off-list ref]; Wu, Jingjing [off-list ref]; Xing, Beilei [off-list ref]; Wu, Wenjun1 [off-list ref]; Zhang, Qi Z [off-list ref]; Ori Kam [off-list ref] Subject: Re: [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol On 10/21/21 10:50 AM, Ori Kam wrote:quoted
Hi Jie,quoted
-----Original Message----- From: Jie Wang <redacted> Sent: Thursday, October 21, 2021 9:26 AM Subject: [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol Added flow pattern items and header formats of L2TPv2 and PPP. Signed-off-by: Wenjun Wu <redacted> Signed-off-by: Jie Wang <redacted>[snip]quoted
quoted
diff --git a/doc/guides/nics/features/iavf.inib/doc/guides/nics/features/iavf.iniquoted
quoted
index d00ca934c3..a916275b88 100644--- a/doc/guides/nics/features/iavf.ini +++ b/doc/guides/nics/features/iavf.ini@@ -50,8 +50,10 @@ icmp6 = Y ipv4 = Y ipv6 = Y ipv6_frag_ext = Y +l2tpv2 = Y l2tpv3oip = Y pfcp = Y +ppp = YIt must be added in the patch when driver support is added.
Hi Andrew, I don't understand what you're saying. Could you describe it in more detail?
quoted
quoted
sctp = Y tcp = Y udp = Y[snip]