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 E2091A0353; Thu, 6 Aug 2020 19:04:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B5E0A1C043; Thu, 6 Aug 2020 19:04:08 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id BFC4B1C042 for ; Thu, 6 Aug 2020 19:04:06 +0200 (CEST) IronPort-SDR: 3NPFaaFMcc6ZCir2vq2VtOEUBiK3V1BTloGMIGVD0/aOt33Ma/BFNkFSCYz5sMDbJCPftAJymH ayRrUy6U7s/Q== X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="140465266" X-IronPort-AV: E=Sophos;i="5.75,441,1589266800"; d="scan'208";a="140465266" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2020 10:03:38 -0700 IronPort-SDR: UxqsEScLgN3VtUXpHVKGN8hIL+53JROpqw8ViTB8de1n9WeMT8CtqQpvJB0lTDkseT5QHpwro5 SuXaiSBE8/FA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,441,1589266800"; d="scan'208";a="316221524" Received: from orsmsx604.amr.corp.intel.com ([10.22.229.17]) by fmsmga004.fm.intel.com with ESMTP; 06 Aug 2020 10:03:37 -0700 Received: from orsmsx604.amr.corp.intel.com (10.22.229.17) by ORSMSX604.amr.corp.intel.com (10.22.229.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 6 Aug 2020 10:03:37 -0700 Received: from orsmsx101.amr.corp.intel.com (10.22.225.128) by orsmsx604.amr.corp.intel.com (10.22.229.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 6 Aug 2020 10:03:37 -0700 Received: from [10.166.30.253] (10.166.30.253) by ORSMSX101.amr.corp.intel.com (10.22.225.128) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 6 Aug 2020 10:03:37 -0700 To: Harini Ramakrishnan , CC: , , , , Harini Ramakrishnan References: <1596611452-99760-1-git-send-email-haramakr@linux.microsoft.com> From: Ranjit Menon Message-ID: <32b80a2f-a137-f0f7-b34f-fdcea2ddb777@intel.com> Date: Thu, 6 Aug 2020 10:03:36 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <1596611452-99760-1-git-send-email-haramakr@linux.microsoft.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.166.30.253] Subject: Re: [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" On 8/5/2020 12:10 AM, Harini Ramakrishnan wrote: > 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 Acked-by: Ranjit Menon