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 E44FDA0548; Thu, 11 Nov 2021 10:08:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2F5840E28; Thu, 11 Nov 2021 10:08:14 +0100 (CET) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by mails.dpdk.org (Postfix) with ESMTP id 3EA0540E03; Thu, 11 Nov 2021 10:08:13 +0100 (CET) Received: from [IPv6:2001:67c:1220:80c:eb:e00e:9e81:ff5f] (unknown [IPv6:2001:67c:1220:80c:eb:e00e:9e81:ff5f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id ED65A400073; Thu, 11 Nov 2021 10:08:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1636621693; bh=5eYN2frHXfIS2LD3JVFOh4A6xI26ndDueStjMSmO1k0=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=Eqb9BZ0jWwbT3SdlVDpn3qEn+xoWiVGa4CTaGlOGs/y0qmwrpFT5xgH63KawtmI0C kKsueUkPaSMsgkun3QjOZqoSK1wSY97hMH4jJqTwvJFWsIT829ONg6jqjPhMqnSVUQ +oeYpIQA7DOtIM7iWk0ksqeVCzNVNkmJDD7x5sS3XYt8rWzg3tc/Wbbw2NOqXxy70J WhqY/vf1lwTFISbLCN/86WtGD/w11tcMO/oxy4lyljvb0ecmPsWNOkJdUNLpeR3FL+ a2o7jNo/BssKqp9Q3dCw9CPxr4f/uRybcv9+WX48pnCUAeEwR3j5yyigGVtfg+GhX/ 1LB+0fsNw2fLw== Message-ID: Subject: Re: [PATCH v2] net/szedata2: remove driver From: Martin Spinler To: Ferruh Yigit Cc: "techboard@dpdk.org" , dev@dpdk.org Date: Thu, 11 Nov 2021 10:08:11 +0100 In-Reply-To: References: <2b1c85aa45f67ec1cce525ffdad11bfd2380f4f0.camel@cesnet.cz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 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 Wed, 2021-11-10 at 16:08 +0000, Ferruh Yigit wrote: > On 11/10/2021 3:39 PM, Martin Spinler wrote: > > Remove the szedata2 device driver as the platform is no longer > > supported. > > > > Signed-off-by: Martin Spinler > > Thanks Martin for the update. > > It would be better to announce the removal a release in advance, > to let possible users know about it and cover themselves. > This is what our device deprecation policy. I'm sorry for that, I've missed that point. > > But for this case, keeping the driver in this release will mean > to maintain it in the LTS for two more years. Because of this I am > OK to remove the driver, but cc'ed techboard for any objection. > > > Also I don't know if device was available in the public market, > what is the chance to have the users using this device without > your company's knowledge. The devices were sold and supported directly by the Netcope Technologies. I asked them about driver removal and they think it will not affect any customer.