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 4AC72A04DD; Fri, 23 Oct 2020 18:03:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9AE13A979; Fri, 23 Oct 2020 18:03:57 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 44FBDA977 for ; Fri, 23 Oct 2020 18:03:56 +0200 (CEST) IronPort-SDR: hRBDzK6qpapk0O3ADnAZB7ZR2ioe0KSHlsn502hqZzaIrw0J3nKWc98plFWv7JUQzGeLrOyXBc gWX1B2WFGgKA== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="165103451" X-IronPort-AV: E=Sophos;i="5.77,409,1596524400"; d="scan'208";a="165103451" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 09:03:53 -0700 IronPort-SDR: TN977/CiWfM6nNfzUGs3hUCDBb6yEg5akNNgSuISLUTBtdX2iPwuD5T2QWDrBvnrTW+2YYbviy 9SSoZ7qr/ukg== X-IronPort-AV: E=Sophos;i="5.77,408,1596524400"; d="scan'208";a="534442255" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.253]) ([10.213.224.253]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 09:03:52 -0700 To: Andrew Rybchenko Cc: dev@dpdk.org References: <1603030152-13451-1-git-send-email-arybchenko@solarflare.com> <1603359758-13297-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: Date: Fri, 23 Oct 2020 17:03:48 +0100 MIME-Version: 1.0 In-Reply-To: <1603359758-13297-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 00/14] ethdev: remove legacy filter API 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/22/2020 10:42 AM, Andrew Rybchenko wrote: > Removal is aggressive and tries to cleanup all dead code from drivers. > > tep_termination example still uses TUNNEL filters. Functionality is > broken when TUNNEL filter is removed and finally even build of the > example is broken when API is removed. It is assumed that the example > will be removed before the patch series applied. > > v2: > - cleanup testpmd user guide > - try to improve descriptions a bit > - remove example/tep_termination mentions from patches > description > - fix broken build because of unused static function left > - other chagnes are documented in specific patches > > Andrew Rybchenko (14): > ethdev: remove legacy MACVLAN filter type support > ethdev: move MAC filter type to i40e driver > ethdev: remove legacy EtherType filter type support > ethdev: remove legacy flexible filter type support > ethdev: move flexible filter type to e1000 driver > ethdev: remove legacy SYN filter type support > ethdev: remove legacy N-tuple filter type support > ethdev: remove legacy TUNNEL filter type support > ethdev: remove legacy HASH filter type support > ethdev: remove legacy L2_TUNNEL filter type support > ethdev: remove legacy global filter configuration support > ethdev: remove legacy FDIR filter type support > app/testpmd: remove command to set FDIR flexible filter mask > ethdev: remove legacy filter API functions > For series, Reviewed-by: Ferruh Yigit There is a dependency to tep_termination sample removal [1], after it is merged into main repo, I will proceed with this set. [1] https://patches.dpdk.org/patch/81654/