From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04AD341BAB; Thu, 2 Feb 2023 10:56:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E232D406A2; Thu, 2 Feb 2023 10:56:49 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 3141440689; Thu, 2 Feb 2023 10:56:48 +0100 (CET) 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 (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id BC5335D; Thu, 2 Feb 2023 12:56:47 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru BC5335D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1675331807; bh=+XwzdaLrnotBCz/UrAZyEAESg6OCGCreb8kupSxfzMQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=AnPWLavmyQiyU2emd0zpUeSX9kGxSNNvbcD+eaBlpP/9Dpf/X3mwYiFgDztHnMcus GY7+0ndCQ7mvqmrLYg5LylxQb38HFNJ4/e92eTxT9AUuIw+hdcz0PeDvJDUNxGOp5+ TYp26jRHwBI1VjmIgsSo816QnxrfZSnnUCWDIaiY= Message-ID: <66e2c048-fbd1-7caf-4648-08cbb54ca8f0@oktetlabs.ru> Date: Thu, 2 Feb 2023 12:56:47 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v5 7/8] doc: fix description of L2TPV2 flow item Content-Language: en-US To: Ferruh Yigit , Thomas Monjalon , Ori Kam , Wenjun Wu , Jie Wang , Ferruh Yigit Cc: David Marchand , dev@dpdk.org, stable@dpdk.org References: <20221025214410.715864-1-thomas@monjalon.net> <20230126161904.864517-1-ferruh.yigit@amd.com> <20230126161904.864517-8-ferruh.yigit@amd.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20230126161904.864517-8-ferruh.yigit@amd.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 1/26/23 19:19, Ferruh Yigit wrote: > From: Thomas Monjalon > > The flow item structure includes the protocol definition > from the directory lib/net/, so it is reflected in the guide. > > Section title underlining is also fixed around. > > Fixes: 3a929df1f286 ("ethdev: support L2TPv2 and PPP procotol") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko