From patchwork Thu Jan 30 16:58:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerin Jacob Kollanukkaran X-Patchwork-Id: 65382 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 84BC0A0524; Thu, 30 Jan 2020 17:58:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8D071C032; Thu, 30 Jan 2020 17:58:47 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 5900E1C031; Thu, 30 Jan 2020 17:58:46 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 00UGu1sf009812; Thu, 30 Jan 2020 08:58:45 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=IKbH0VFBtfd/2i8pDVhgHcSNcDYfr06b3Ho6N1pT1O0=; b=iY/0anJtgAImhj3s2ZchqMLK39H07y4X/ivpQoHLmM1b7FOYANcmgeGBa4/1eghztv24 dzU2CLuvWlgSyLgWyC/lR2OWrCsvmJacONvbspd5Qkko0sWL5/gz+o6+HPjiqrLpPQZz uQui9QfsENlJ7uxEtTYs1JK1+eRIxRKEsVbO7tADsQYtpHGU2GJUOH74p7ekTprxFAHV NIOLE5AR9UhUcWThBLi18yvW3nIfWcMG/l7RmQDW4P8yQZXYAiAmIA6L4qMjDNH2ROIv T8qx6041SKPgTwdoHGcygN7CRAdoBWMuBhtEMAsf2mAvKfTHvlW2PKmikwRrcDBPhnij Dw== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2xrp2tf83e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 30 Jan 2020 08:58:45 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 30 Jan 2020 08:58:43 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 30 Jan 2020 08:58:43 -0800 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 4421C3F703F; Thu, 30 Jan 2020 08:58:41 -0800 (PST) From: To: , Neil Horman , John McNamara , Marko Kovacevic CC: , , , Jerin Jacob Date: Thu, 30 Jan 2020 22:28:53 +0530 Message-ID: <20200130165853.693270-1-jerinj@marvell.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.572 definitions=2020-01-30_05:2020-01-28, 2020-01-30 signatures=0 Subject: [dpdk-dev] [PATCH] doc: deprecation notice to move igb_uio to a new repo 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" From: Jerin Jacob Based on the tech board meeting held on 2019-11-06, It's been decided to move igb_uio kernel module to a new repository hosted by dpdk.org in v20.11 release. http://mails.dpdk.org/archives/dev/2019-November/151763.html Adding the deprecation notice for the same in advance. Signed-off-by: Jerin Jacob Acked-by: Ferruh Yigit Acked-by: Maxime Coquelin Acked-by: Thomas Monjalon Acked-by: David Marchand Acked-by: Ferruh Yigit Acked-by: Maxime Coquelin Acked-by: Thomas Monjalon Acked-by: David Marchand --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index dfcca87ab..2b9d0113f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -38,6 +38,12 @@ Deprecation Notices remove it from the externally visible ABI and allow it to be updated in the future. +* igb_uio: In the view of reducing the kernel dependency from the main tree, + as a first step, The technical board has been decided to move ``igb_uio`` + kernel module to a new repository hosted by dpdk.org in v20.11 release. + Minutes of Technical Board Meeting of `2019-11-06 + `_. + * dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced by a pa-va search library. This structure was earlier being used for holding memory segments used by dpaa2 driver for faster pa->va translation. This