From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0EFEC433EF for ; Thu, 21 Oct 2021 07:52:53 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id A317360F6E for ; Thu, 21 Oct 2021 07:52:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A317360F6E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=oktetlabs.ru Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B2931410E2; Thu, 21 Oct 2021 09:52:51 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id E20BD40142 for ; Thu, 21 Oct 2021 09:52:49 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 597877F59B; Thu, 21 Oct 2021 10:52:49 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 597877F59B DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634802769; bh=a9IYpZrrn3vG8LAuSQNa+3bDChCnuXtqKZtmKTzXqRM=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=fixw+NFk5lE8bHSdg27RqqIeLA7hqxM/kTqNx5y9GZ7TF2YyuAeBUMpl/J+s79rpr MUF4isO/FBgO4aYtFHo7dZzeT5VGygfMpBqUo/mUQrOGgHSIE+LAqK+rW+bGsAXIfC QpofBToxm0vkAwStXLmXlgS2XSVX0Dc3+unB2Tug= To: Jie Wang , "dev@dpdk.org" Cc: "ferruh.yigit@intel.com" , NBU-Contact-Thomas Monjalon , "xiaoyun.li@intel.com" , "stevex.yang@intel.com" , "jingjing.wu@intel.com" , "beilei.xing@intel.com" , "wenjun1.wu@intel.com" , "qi.z.zhang@intel.com" , Ori Kam References: <20211020093224.1410449-1-jie1x.wang@intel.com> <20211021062603.1549268-1-jie1x.wang@intel.com> <20211021062603.1549268-2-jie1x.wang@intel.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Thu, 21 Oct 2021 10:52:49 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/21/21 10:50 AM, Ori Kam wrote: > Hi Jie, > >> -----Original Message----- >> From: Jie Wang >> 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 >> Signed-off-by: Jie Wang [snip] >> diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini >> 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 = Y It must be added in the patch when driver support is added. >> sctp = Y >> tcp = Y >> udp = Y [snip]