From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 23E45A0032; Wed, 13 Jul 2022 13:01:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA1204282D; Wed, 13 Jul 2022 13:01:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 508594280D for <dev@dpdk.org>; Wed, 13 Jul 2022 13:01:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657710086; x=1689246086; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1mjQBpUL7lYRrqNvXPanW/MDN6gc30Pe2Y9BWTyyzOQ=; b=S7D7293YHOUZ8J8EXe2AkjkY6Pq01WMVrRqi9H5w+zFMCwTgQ281ASXa Mrfz/qrV0WMC+kheO0UFg/3mWuQObGWUl8oVFVnZOcGVydfqaP9OSx6dh gfn+cmTATBpxyaILrVoKUrnXE5w1hWMD6rrOsIHixRxopXI7ECynFA4+A Wf/DYR7CR5NstOS21aFJ3sP1JDrQ3u7y+mLRzdbiKDP853QxCiUktHcIg Ud6Ox0nC/FWoDJplL4cKSSZFWuI1y8x+MnEBZqt0ZrQ5ZA8DNWj1hMzoQ r17NQhUvFf8/2JNQzRwdFLDw0qh77blU+e42htahILGjjEko/4QS8qnvz A==; X-IronPort-AV: E=McAfee;i="6400,9594,10406"; a="285204960" X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="285204960" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 04:01:25 -0700 X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="545796556" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.4.253]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 13 Jul 2022 04:01:23 -0700 Date: Wed, 13 Jul 2022 12:01:19 +0100 From: Bruce Richardson <bruce.richardson@intel.com> To: Thomas Monjalon <thomas@monjalon.net> Cc: ferruh.yigit@amd.com, Ray Kinsella <mdr@ashroe.eu>, dev@dpdk.org, Olivier Matz <olivier.matz@6wind.com>, David Marchand <david.marchand@redhat.com>, Stephen Hemminger <stephen@networkplumber.org>, Elad Nachman <eladv6@gmail.com>, Igor Ryzhov <iryzhov@nfware.com>, Dan Gora <dg@adax.com> Subject: Re: [PATCH v3 2/2] doc: announce KNI deprecation Message-ID: <Ys6l/yuLoodqZs41@bricha3-MOBL.ger.corp.intel.com> References: <20210623173142.3803801-1-ferruh.yigit@intel.com> <20211124171609.3101896-1-ferruh.yigit@intel.com> <20211124171609.3101896-2-ferruh.yigit@intel.com> <3755745.Ac65pObt5d@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3755745.Ac65pObt5d@thomas> X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org On Wed, Jul 13, 2022 at 12:01:28PM +0200, Thomas Monjalon wrote: > 24/11/2021 18:16, Ferruh Yigit: > > Announce the KNI kernel module move to out of dpdk repo and announce > > long term plan to deprecate the KNI. > > > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > +* kni: KNI kernel module will be moved to `dpdk-kmods <https://git.dpdk.org/dpdk-kmods/>`_ > > + repository by the `DPDK technical board decision > > + <https://mails.dpdk.org/archives/dev/2021-January/197077.html>`_, on v22.11. > > +* kni: will be depreciated, will remove all kni lib, kernel module and example code > > + on v23.11. > > Bruce sent a notice about the example code. The goal is to remove it in 22.11. > > Bruce, should we merge this notice with yours for a clear plan? > Yes, it would be good to do so. I won't have time to do a patch for this today, though.