From patchwork Thu Dec 21 09:28:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shinas Rasheed X-Patchwork-Id: 13501505 X-Patchwork-Delegate: kuba@kernel.org Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 777E74E623; Thu, 21 Dec 2023 09:30:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=marvell.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=marvell.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b="fh5PTc5S" Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 3BL13HQO028427; Thu, 21 Dec 2023 01:30:00 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s= pfpt0220; bh=4u3+udgkNCeqmQbvJktX7SgT61qZlUpcC2uaQN0FcYM=; b=fh5 PTc5SQuCwa4bFGCEiu9a16c8Du7eI4Y0PMllF3x2iB7P+n67LB4YmBMnh7u++wlY lLObD/VruvM0wNycsqH0UZ4HtlIAwfBr0izu7UD8T6ZrgUBbwa9UUOCg/4Q7LglL RBYtv6pQVdpETeL/b7LjiLoEkaWle+0mJGMtmyQPdkVxv+r5P5hcvWuNSGTjAlq7 AEXNXM/aY0BnS6nUPVmxsfJVEAbtK+KvKNRG6tUAhl3IlQt/LQPm1CM8lrY6KpeK yjsW85ZQtT5OETdO3F3QZCvnwo13lQQtXpX1O5JlBj3070DOgN+wmop/3wr396mX zrHZJlvm0HDc959oKSQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3v3ntrqm34-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 21 Dec 2023 01:29:59 -0800 (PST) Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 21 Dec 2023 01:29:56 -0800 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.48 via Frontend Transport; Thu, 21 Dec 2023 01:29:56 -0800 Received: from ubuntu-PowerEdge-T110-II.sclab.marvell.com (unknown [10.106.27.86]) by maili.marvell.com (Postfix) with ESMTP id EDF9B3F7048; Thu, 21 Dec 2023 01:29:55 -0800 (PST) From: Shinas Rasheed To: , CC: , , , , , , , , , , , Subject: [PATCH net-next v1 8/8] octeon_ep_vf: update MAINTAINERS Date: Thu, 21 Dec 2023 01:28:44 -0800 Message-ID: <20231221092844.2885872-9-srasheed@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231221092844.2885872-1-srasheed@marvell.com> References: <20231221092844.2885872-1-srasheed@marvell.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Proofpoint-GUID: Jn4P4RTJt4vM9AqSMMxRR63Cvlqz6deq X-Proofpoint-ORIG-GUID: Jn4P4RTJt4vM9AqSMMxRR63Cvlqz6deq X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.997,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-12-09_02,2023-12-07_01,2023-05-22_02 X-Patchwork-Delegate: kuba@kernel.org add MAINTAINERS for octeon_ep_vf driver. Signed-off-by: Shinas Rasheed --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index dda78b4ce707..42e144c5b1e3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12858,6 +12858,15 @@ L: netdev@vger.kernel.org S: Supported F: drivers/net/ethernet/marvell/octeon_ep +MARVELL OCTEON ENDPOINT VF DRIVER +M: Veerasenareddy Burru +M: Sathesh Edara +M: Shinas Rasheed +M: Satananda Burla +L: netdev@vger.kernel.org +S: Supported +F: drivers/net/ethernet/marvell/octeon_ep_vf + MARVELL OCTEONTX2 PHYSICAL FUNCTION DRIVER M: Sunil Goutham M: Geetha sowjanya