From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1B0401B22A;
 Sun, 12 Nov 2017 07:58:47 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id C118620AF3;
 Sun, 12 Nov 2017 01:58:46 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sun, 12 Nov 2017 01:58:46 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=ekRppl4vCGDoLVDVhCbEkCPGkK
 bUXhZ3fzKCxwLYvQE=; b=XF+5OO1DcpFTXWfo0V7hLq+xSlmaOXWEyy4K9GH3LX
 QNaHqR5PhIrHM8qp7hzno1tQyJ0TL3dnyRYqCxNuUd6OZV9/UdLeQlwcw63wy+GE
 VMG9MU7pKKkj4G28wJg4qe6lrhjcEGM/IpFYBmwjm/HExHKzbNnjaLVpID42NYSM
 Q=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ekRppl
 4vCGDoLVDVhCbEkCPGkKbUXhZ3fzKCxwLYvQE=; b=qeuMH7Dc1H/nfLAxPl1Joc
 3h6wYv9SoAbjYWWh1K9kXViHO+W+dl5WR87isWl3vzj0dHMIrEX5ilfIXbMKhsHS
 9KJll4Wu6u/OnM3Baz5Q9a8z9HRRlR8SABGMntVrOvVUclJgMq1phUP5XvkHZjV8
 pNUNKBHwkl1pPAjQ0C7a1xwqZFb7SEa3D9SZ8dsobk5XzJ+5Y1d+hJq5GS3Rksb9
 haJbU9XDhaCSXWRpzwW4UFvgY53lCht806qN4oxsrbTVMrEH7deeSfFQPFzxif2x
 SkH1pAIytUR74lHAEeWFEn7PQ/Q/3lTQlS0Te3tjpTBTO2Tw9F0tQ38Ssolr8Tqg
 ==
X-ME-Sender: <xms:JvEHWgry51eDQtN9akcFCIVWG9sGB8YihgHmu4zSjpUXbtSyQ094mA>
Received: from xps.localnet (unknown [12.232.154.2])
 by mail.messagingengine.com (Postfix) with ESMTPA id 7F2EE7E1DB;
 Sun, 12 Nov 2017 01:58:46 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Cc: stable@dpdk.org, dev@dpdk.org,
 Adrien Mazarguil <adrien.mazarguil@6wind.com>
Date: Sun, 12 Nov 2017 06:09:22 +0100
Message-ID: <6625610.W032pMlgI3@xps>
In-Reply-To: <46d7e81089ae0c48093e26f3ee715f42acc0174d.1509703440.git.nelio.laranjeiro@6wind.com>
References: <46d7e81089ae0c48093e26f3ee715f42acc0174d.1509703440.git.nelio.laranjeiro@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [PATCH] maintainers: resign from mlx4 maintenance
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 12 Nov 2017 06:58:47 -0000

03/11/2017 11:04, Nelio Laranjeiro:
> I have been a little too busy these past months and could not follow all
> the re-work of this PMD.
> 
> So the best thing for this PMD would be to move the mlx4 maintenance to
> more involved people.
> 
> Cc: stable@dpdk.org
> Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>

Applied