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 0F4BBA04DC; Mon, 19 Oct 2020 11:19:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BFF7E5A03; Mon, 19 Oct 2020 11:19:16 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 0410D569B for ; Mon, 19 Oct 2020 11:19:15 +0200 (CEST) Received: from mx1-us1.ppe-hosted.com (unknown [10.110.50.144]) by dispatch1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id 9BF9220055; Mon, 19 Oct 2020 09:19:13 +0000 (UTC) Received: from us4-mdac16-47.at1.mdlocal (unknown [10.110.50.130]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id 9AFFF800A4; Mon, 19 Oct 2020 09:19:13 +0000 (UTC) X-Virus-Scanned: Proofpoint Essentials engine Received: from mx1-us1.ppe-hosted.com (unknown [10.110.50.9]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 3ED1840060; Mon, 19 Oct 2020 09:19:13 +0000 (UTC) Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id CB7F158005F; Mon, 19 Oct 2020 09:19:12 +0000 (UTC) Received: from [192.168.38.17] (10.17.10.39) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 19 Oct 2020 10:19:06 +0100 To: Thomas Monjalon , Xiaoyun Li CC: , , , , , References: <20201019082757.32474-1-xiaoyun.li@intel.com> <2304486.AvLRPW854Z@thomas> From: Andrew Rybchenko Message-ID: Date: Mon, 19 Oct 2020 12:19:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <2304486.AvLRPW854Z@thomas> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.17.10.39] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.6.1012-25734.003 X-TM-AS-Result: No-4.259100-8.000000-10 X-TMASE-MatchedRID: u1zqiMeMcrrmLzc6AOD8DfHkpkyUphL9eXZz1at5bOyYkF7ZtFfCUwVF HBHRPrhRZnH9wlvrd9vG8ad/FCWp3UyFChF/DndangIgpj8eDcC063Wh9WVqgjuUMbK1NdLP+gt Hj7OwNO2OhzOa6g8KrausVFPPUu/cy5oMchC6Cy5xURIYOmypGth9B9K8f9fuCUYgnutjAD2HzG THoCwyHhlNKSp2rPkW5wiX7RWZGYs2CWDRVNNHuzflzkGcoK72 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--4.259100-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.6.1012-25734.003 X-MDID: 1603099153-9GzmTsO43C99 X-PPE-DISP: 1603099153;9GzmTsO43C99 Subject: Re: [dpdk-dev] [PATCH] 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/19/20 11:49 AM, Thomas Monjalon wrote: > 19/10/2020 10:27, Xiaoyun Li: >> The tunnel cases this example wants to test can be covered by testpmd >> with rte_flow_create. 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 > Thanks for the cleanup. +1