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 960BDA04DC; Tue, 20 Oct 2020 13:29:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 04235A9F0; Tue, 20 Oct 2020 13:29:37 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1006CA954 for ; Tue, 20 Oct 2020 13:29:34 +0200 (CEST) IronPort-SDR: tOHfedgCb0M5H51uTY+EgtEeq6p1IRcGeQbHtIs/HhnxSYj8X2fXEY8mYxFN03PCHVNpiGnZvJ CciLaEATDLRQ== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="231386121" X-IronPort-AV: E=Sophos;i="5.77,396,1596524400"; d="scan'208";a="231386121" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2020 04:29:32 -0700 IronPort-SDR: 5pxLTQ2yes/qDTbkxKmaMmWZyQonO/Ch7ibF2QByGnz0p8VmcqA5KD7+Oe4SEopOWK4D6+oZMy peVurr3xwtbg== X-IronPort-AV: E=Sophos;i="5.77,396,1596524400"; d="scan'208";a="347830362" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.247.249]) ([10.213.247.249]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2020 04:29:31 -0700 To: Xiaoyun Li , dev@dpdk.org Cc: arybchenko@solarflare.com, thomas@monjalon.net References: <20201019082757.32474-1-xiaoyun.li@intel.com> <20201020061125.38367-1-xiaoyun.li@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 20 Oct 2020 12:29:28 +0100 MIME-Version: 1.0 In-Reply-To: <20201020061125.38367-1-xiaoyun.li@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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" On 10/20/2020 7:11 AM, Xiaoyun Li wrote: > 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. > > Signed-off-by: Xiaoyun Li > Acked-by: Thomas Monjalon > Acked-by: Andrew Rybchenko > --- > v2: > * Polished the commit log. > * Added the doc for testpmd VXLAN flow rules which can replace the > * offload that this example wanted. lgtm, thanks for the update Acked-by: Ferruh Yigit