From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 83DBAA04DC; Tue, 20 Oct 2020 13:42:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6C879AA17; Tue, 20 Oct 2020 13:42:51 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 106E1595C for ; Tue, 20 Oct 2020 13:42:49 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id A9A75D92; Tue, 20 Oct 2020 07:42:47 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 20 Oct 2020 07:42:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= Iqwi4a9u5wppk0DX0q2iAsOKuNQl7xTJl/V9A8qZT7w=; b=pRfypthRP3lfZHD2 +2pJVND3XAYqINr6i46tom4Q5h6CGs0Z2zBFJdg1SeRWVuc92A1jiF3AjFnTZVej 90khiK2qINC3/dVwZttvJROq7DIiscUw5VyGDcie+U1uVKK/OB/uKCtjUnLcc3tB fmALXi+LVqFErFJpTAm99cMsoUc2xHUyctBR676AXRi2Vw4yzUn5LeqYzVfv2j24 7FciNsOyxMHsMI89zkiZFDISNM2qkl3KArBQO3TiTVK6IcfssSMG+lqrRYL6z8nv MyNkhkmYrqg80agENdqd9OZitWd0ocU9ldDhC0ZJSUdDAnl5mQj/8rXuH26xcayt nGFFqQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Iqwi4a9u5wppk0DX0q2iAsOKuNQl7xTJl/V9A8qZT 7w=; b=OG+9bSgX4vvpYofhSoLJUT/W5YEcuG+PtLeSmOTNxjAmWTP7Ub/IZsyeC Cw06b7pBqYk/ZgdnDWOMsMT9WhhERwtLUkvslBs/8ay0ICevOztqThZJvsR7X3rZ EpUCQXmaYLsxDtme2G0TPfD/oeXO6pFx9Leyg87yxttloQrXaXRMWamJdqpHnUqZ X4sNknDJILk8dKQKWSMlcyurgBkkw3B54hjWx9d3WSzZGpT4kZoAxHL51i570MVn nIg4Df/aqgjdpBTAZvahvutPUkW2e3MaiD1OIMsJ5mqYLjnJjE/XjDrD4/znWoKK ufUtl1M5bMPaDu5Vre6u6E4fcw+6Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrjeefgdegvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2D0B63280060; Tue, 20 Oct 2020 07:42:46 -0400 (EDT) From: Thomas Monjalon To: Xiaoyun Li Cc: ferruh.yigit@intel.com, dev@dpdk.org, arybchenko@solarflare.com, david.marchand@redhat.com Date: Tue, 20 Oct 2020 13:42:44 +0200 Message-ID: <4090967.IOY7mMoEkq@thomas> In-Reply-To: <20201020061125.38367-1-xiaoyun.li@intel.com> References: <20201019082757.32474-1-xiaoyun.li@intel.com> <20201020061125.38367-1-xiaoyun.li@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/tep_term: deprecate this example X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 20/10/2020 08:11, Xiaoyun Li: > This example sets up a scenario that VXLAN packets can be received > by different PF queues based on VNID and each queue is bound to a VM > with a VNID so that the VM can receive its inner packets. > > Usually, OVS is used to do the software encap/decap for VXLAN packets. > > And the VXLAN packets offloading can be replaced with flow rules in > testpmd like Chapter "Sample VXLAN flow rules" in Testpmd Application > User Guide. > > And this example hasn't been used for a long time. > > So deprecate this example. > --- > MAINTAINERS | 4 - > .../img/tep_termination_arch.svg | 1400 ----------------- > doc/guides/sample_app_ug/index.rst | 1 - > doc/guides/sample_app_ug/tep_termination.rst | 233 --- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 43 + > examples/meson.build | 2 +- > examples/tep_termination/Makefile | 45 - > examples/tep_termination/main.c | 1235 --------------- > examples/tep_termination/main.h | 93 -- > examples/tep_termination/meson.build | 16 - > examples/tep_termination/vxlan.c | 243 --- > examples/tep_termination/vxlan.h | 57 - > examples/tep_termination/vxlan_setup.c | 443 ------ > examples/tep_termination/vxlan_setup.h | 58 - > 14 files changed, 44 insertions(+), 3829 deletions(-) Please list this example as a removed item in the release notes. Thanks