From patchwork Tue Jun 30 15:01:29 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: 72465 X-Patchwork-Delegate: thomas@monjalon.net 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 A4898A0350; Tue, 30 Jun 2020 17:01:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D0A1D1C025; Tue, 30 Jun 2020 17:01:44 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 3DCF01C010 for ; Tue, 30 Jun 2020 17:01:43 +0200 (CEST) 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 05UF0J98015104; Tue, 30 Jun 2020 08:01:42 -0700 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=FiEepmQva27Lt5+KJ4+awn5qDJNrkUakWT12UsfBccg=; b=OwawrYaaUkjAAhO6Mpx5PViHvoLTZ5Gg62QCaws5kk4xdzbjfNnf4XdWmwDwkbKxVzFi il177O+d02VKkRJa5XMEx161s8+iXeB3xHrPeMhb0lNetg92gNOJUYLM2X+vGutIp0Sl uNL9lN38XJla284CHpSEDEAaBW65yiVyUY3tIfmECZCqJp2iykeSPkghoVKSuCSgM8Jo v/0ZexXbzswI0+xRvkY+O3WniOR3TfXpZhmyeORUim6Peg+OgUkHY9xmkGmW/wEgeFNO D4kbIOSbKrQtC9Iixm1LwrKZGRZeF/steET5rhSKGq8OCGO4FtMUKOqTNg1ITfR3NI/w Uw== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 31x5mnm3k0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 30 Jun 2020 08:01:42 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 30 Jun 2020 08:01:40 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 30 Jun 2020 08:01:40 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 533FB3F703F; Tue, 30 Jun 2020 08:01:39 -0700 (PDT) From: To: , Thomas Monjalon CC: , , Jerin Jacob Date: Tue, 30 Jun 2020 20:31:29 +0530 Message-ID: <20200630150130.4191883-1-jerinj@marvell.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-06-30_06:2020-06-30, 2020-06-30 signatures=0 Subject: [dpdk-dev] [PATCH] maintainers: update for OCTEON TX2 common driver tree 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 drivers/common/octeontx2 changes are merged through the main tree. To reduce driver-specific code merge through the main tree and the common code changes are mostly related to networking, update the common code tree as dpdk-next-net-mrvl. Signed-off-by: Jerin Jacob --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1cce93a0f..c226bec3d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -504,10 +504,7 @@ F: drivers/mempool/bucket/ Marvell OCTEON TX2 M: Jerin Jacob M: Nithin Dabilpuram -F: drivers/common/octeontx2/ F: drivers/mempool/octeontx2/ -F: doc/guides/platform/img/octeontx2_* -F: doc/guides/platform/octeontx2.rst F: doc/guides/mempool/octeontx2.rst @@ -753,8 +750,11 @@ M: Nithin Dabilpuram M: Kiran Kumar K T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/octeontx2/ +F: drivers/common/octeontx2/ F: doc/guides/nics/features/octeontx2*.ini F: doc/guides/nics/octeontx2.rst +F: doc/guides/platform/img/octeontx2_* +F: doc/guides/platform/octeontx2.rst Marvell OCTEON TX2 - security M: Anoob Joseph