From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-0016ce01.pphosted.com (0016ce01.pphosted.com [67.231.156.153]) by dpdk.org (Postfix) with ESMTP id 9BC2D2BC5 for ; Wed, 7 Dec 2016 20:22:28 +0100 (CET) Received: from pps.filterd (m0085408.ppops.net [127.0.0.1]) by mx0b-0016ce01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id uB7JBE5t012769; Wed, 7 Dec 2016 11:22:24 -0800 Received: from avcashub1.qlogic.com ([198.186.0.117]) by mx0b-0016ce01.pphosted.com with ESMTP id 275m51jgmf-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 07 Dec 2016 11:22:24 -0800 Received: from avluser05.qlc.com (10.1.113.115) by qlc.com (10.1.4.192) with Microsoft SMTP Server id 14.3.235.1; Wed, 7 Dec 2016 11:22:23 -0800 Received: (from rmody@localhost) by avluser05.qlc.com (8.14.4/8.14.4/Submit) id uB7JMNSI003603; Wed, 7 Dec 2016 11:22:23 -0800 X-Authentication-Warning: avluser05.qlc.com: rmody set sender to Rasesh.Mody@cavium.com using -f From: Rasesh Mody To: CC: , , Rasesh Mody Date: Wed, 7 Dec 2016 11:22:19 -0800 Message-ID: <1481138539-3563-1-git-send-email-Rasesh.Mody@cavium.com> X-Mailer: git-send-email 1.7.10.3 In-Reply-To: <2145401.aVkHXD7hpm@xps13> References: <2145401.aVkHXD7hpm@xps13> MIME-Version: 1.0 Content-Type: text/plain disclaimer: bypass X-Proofpoint-Virus-Version: vendor=nai engine=5800 definitions=8372 signatures=670768 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1612070285 Subject: [dpdk-dev] [PATCH v2] maintainers: update for qede PMD and bnx2x PMD 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: , X-List-Received-Date: Wed, 07 Dec 2016 19:22:29 -0000 Following Cavium's acquisition of QLogic we need to update all the qlogic PMD maintainer's entries to point to our new e-mail addresses. Update driver's maintainers as they are no longer working for Cavium. Thanks to Sony Chacko for his support and development of our various dpdk drivers. Signed-off-by: Rasesh Mody --- MAINTAINERS | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d915426..1c170d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -351,16 +351,14 @@ F: drivers/net/nfp/ F: doc/guides/nics/nfp.rst QLogic bnx2x -M: Sony Chacko -M: Harish Patil -M: Rasesh Mody +M: Harish Patil +M: Rasesh Mody F: drivers/net/bnx2x/ F: doc/guides/nics/bnx2x.rst QLogic qede PMD -M: Harish Patil -M: Rasesh Mody -M: Sony Chacko +M: Rasesh Mody +M: Harish Patil F: drivers/net/qede/ F: doc/guides/nics/qede.rst -- 1.7.10.3