From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by dpdk.org (Postfix) with ESMTP id 0DD925B34 for ; Mon, 30 Jul 2018 18:17:20 +0200 (CEST) Received: from 1.general.paelzer.uk.vpn ([10.172.196.172] helo=lap.fritz.box) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fkAr8-00009D-Si; Mon, 30 Jul 2018 16:17:10 +0000 From: Christian Ehrhardt To: Adrien Mazarguil Cc: Nelio Laranjeiro , Shahaf Shuler , Matan Azrad , Yongseok Koh , dpdk stable Date: Mon, 30 Jul 2018 18:12:14 +0200 Message-Id: <20180730161342.16566-89-christian.ehrhardt@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180730161342.16566-1-christian.ehrhardt@canonical.com> References: <20180730161342.16566-1-christian.ehrhardt@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'maintainers: update for Mellanox PMDs' has been queued to stable release 18.05.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2018 16:17:20 -0000 Hi, FYI, your patch has been queued to stable release 18.05.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/01/18. So please shout if anyone has objections. Thanks. Christian Ehrhardt --- >>From 1a9aa3672e2d5a56a47a0674cd048e4677589ccd Mon Sep 17 00:00:00 2001 From: Adrien Mazarguil Date: Thu, 5 Jul 2018 11:19:46 +0200 Subject: [PATCH] maintainers: update for Mellanox PMDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ upstream commit c754c7d809347e264cc305b1e389cb322e1e1ab3 ] Shahaf and Matan volunteered to replace NĂ©lio and myself as maintainers for mlx4 and mlx5 PMDs. Cheers! Signed-off-by: Adrien Mazarguil Signed-off-by: Nelio Laranjeiro Acked-by: Shahaf Shuler Acked-by: Matan Azrad Acked-by: Yongseok Koh --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4667fa7fb..18d649a7a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -576,15 +576,15 @@ F: doc/guides/nics/mvpp2.rst F: doc/guides/nics/features/mvpp2.ini Mellanox mlx4 -M: Adrien Mazarguil +M: Matan Azrad +M: Shahaf Shuler T: git://dpdk.org/next/dpdk-next-net-mlx F: drivers/net/mlx4/ F: doc/guides/nics/mlx4.rst F: doc/guides/nics/features/mlx4.ini Mellanox mlx5 -M: Adrien Mazarguil -M: Nelio Laranjeiro +M: Shahaf Shuler M: Yongseok Koh T: git://dpdk.org/next/dpdk-next-net-mlx F: drivers/net/mlx5/ -- 2.17.1