From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A38F3A0351; Thu, 6 Aug 2020 12:26:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8BF2C1C0C1; Thu, 6 Aug 2020 12:26:25 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 2A1422B98 for ; Wed, 5 Aug 2020 09:11:24 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1058) id 783E720B4908; Wed, 5 Aug 2020 00:11:23 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 783E720B4908 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1596611483; bh=uLrba9TSMOBD4sJtZd9iLiPfRNCI33/klUb8XtZ9DVU=; h=From:To:Cc:Subject:Date:From; b=egKBKDzrFSWsR4vCyvW+HMdUXWN0DMG2oJzI/GhoxDzGx0z46EA/EuQUDSLrVsscs z93ut7HbwuEfSWYy292C+1VZ536+YsIaoVqjv/1luL276B7dZ9VxFiA1Xir0YCElDy xRkBCzekhIml9HyRMaieeP6h3J2nGq0yIzsc0HMI= From: Harini Ramakrishnan To: dev@dpdk.org Cc: thomas@monjalon.net, dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, Harini Ramakrishnan Date: Wed, 5 Aug 2020 00:10:52 -0700 Message-Id: <1596611452-99760-1-git-send-email-haramakr@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 X-Mailman-Approved-At: Thu, 06 Aug 2020 12:26:24 +0200 Subject: [dpdk-dev] [PATCH] maintainers: update Windows Maintainers 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: Harini Ramakrishnan Signed-off-by: Harini Ramakrishnan --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 23e7ec9c4..9d2933ef6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -338,10 +338,10 @@ M: Bruce Richardson F: kernel/freebsd/nic_uio/ Windows support -M: Harini Ramakrishnan -M: Omar Cardona +M: Dmitry Kozlyuk +M: Narcisa Ana Maria Vasile +M: Dmitry Malloy M: Pallavi Kadam -M: Ranjit Menon F: lib/librte_eal/windows/ F: lib/librte_eal/rte_eal_exports.def F: buildtools/map_to_win.py -- 2.27.0.windows.1