From patchwork Tue Jan 12 01:11:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Retzlaff X-Patchwork-Id: 86355 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AC61AA04B5; Tue, 12 Jan 2021 02:11:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31CAF140D54; Tue, 12 Jan 2021 02:11:25 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 7B8C4140D4E for ; Tue, 12 Jan 2021 02:11:23 +0100 (CET) Received: from linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net (linux.microsoft.com [13.77.154.182]) by linux.microsoft.com (Postfix) with ESMTPSA id ACBBF20B6C41; Mon, 11 Jan 2021 17:11:22 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com ACBBF20B6C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1610413882; bh=EU5T8hhAeoUe+S+u/sCTTil7sVfGBRxROQNrfbluYF0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gFHs/pdysewNIXnbBE8g/oGi1qEq2nGg5bAb1fvdPzBQxQxB1GdDvnFYizdaa8Zns TtKwNAUisDh44ZkL4suHXH77oTH/y4jo4nOV7dT9nJ41Kn43M93qRIX3xJmzwx/zVo 5BppQR0sqBXGtoISUH9XYptaXdXPY+GGb7v+WJgg= From: Tyler Retzlaff To: dev@dpdk.org Cc: dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com Date: Mon, 11 Jan 2021 17:11:18 -0800 Message-Id: <1610413878-8086-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1610413093-6564-1-git-send-email-roretzla@linux.microsoft.com> References: <1610413093-6564-1-git-send-email-roretzla@linux.microsoft.com> Subject: [dpdk-dev] [PATCH v3] maintainers: update maintainers for windows support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Add roretzla@linux.microsoft.com as a maintainer for windows support Signed-off-by: Tyler Retzlaff Acked-by: Narcisa Ana Maria Vasile Acked-by: Dmitry Malloy --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f45c8c1b1..3bbc40ddc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -330,6 +330,7 @@ M: Dmitry Kozlyuk M: Narcisa Ana Maria Vasile M: Dmitry Malloy M: Pallavi Kadam +M: Tyler Retzlaff F: lib/librte_eal/windows/ F: lib/librte_eal/rte_eal_exports.def F: buildtools/map_to_win.py