From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 422161DC85 for ; Thu, 14 Jun 2018 17:18:23 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BC89121B0E; Thu, 14 Jun 2018 11:18:22 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 14 Jun 2018 11:18:22 -0400 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=UP2Tett14mOLrjDZOO91AW4dE1 FTe/ZJ7XCko2EIIwQ=; b=gWfb1LqI95sS8V3FGpHbBmMlOr0tQa5SmFcy6a1XXH RjKLoyshUeARlgebk9dOK2E16uQrehEm7CON0WlCHipbgkptd1Ck4xFMlSChKltG nlTPXef+PnUe29DamOw5kHUKAxGjY8j2RiDSODjMwW4pvzCtq+q8H1yZbNC48whw g= 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=fm3; bh=UP2Tet t14mOLrjDZOO91AW4dE1FTe/ZJ7XCko2EIIwQ=; b=c0+J11gfq7peMzQSAqszec vfsopNnbsNt+zmYvhxxs5vBZlCJbY28O3ZUChdmqa/4TLnu+q5gOtnmqSU9uD3Nu VZDEx77eFFxMg0SRzhx8Fz4toVVcAO7YaYUstUiMcykTj5/6yYqn85SLRAl121TI 7ABu1ySoRcNdEAuRvysYoqXQKF1DFw0fzP6ZRo0dH8y9WAdBZzpnbfo6WAj7kgmx jj500qqsnAItY2gvDwjnMPp0wNeLQwEoep5rsd26iTNql9q23RBqIWZZea+Pkb8X 5KpnpWz27BiAAkHesqS2r/Go70KwUGyUfP9v2f70OnljWRGUCMYRKt2Gr7E/fy2Q == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B777410261; Thu, 14 Jun 2018 11:18:21 -0400 (EDT) From: Thomas Monjalon To: Maxime Coquelin Cc: dev@dpdk.org, mtetsuyah@gmail.com, tiwei.bie@intel.com, zhihong.wang@intel.com, ferruh.yigit@intel.com Date: Thu, 14 Jun 2018 17:18:20 +0200 Message-ID: <1893761.FScmj6qR1x@xps> In-Reply-To: <20180612080127.28308-1-maxime.coquelin@redhat.com> References: <20180612080127.28308-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio 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: , X-List-Received-Date: Thu, 14 Jun 2018 15:18:23 -0000 12/06/2018 10:01, Maxime Coquelin: > Hi, > > Since Jianfeng & Yuanhan resignation, I was the only active > maintainer for Vhost lib and PMD, and I had no backup for > managing the next-virtio tree. > > Contacted offline, Tetsuya has kindly accepted to remove > himself from the Vhost PMD maintainers as he didn't had time > to be active recently. Tetsuya asked me to send the patch > and add his Acked-by. I'd like to thank him for his > contributions, and wish him the best for his current and > next adventures! > > I propose Tiwei and Zhihong to officially co-maintain both > Vhost and Virtio components. They have been very helpful with > their reviews in the last months, and know very well both the > code and the spec. Being 3 co-maintainers would ensure better > reviews while letting us time to develop new features. > > Also, I propose Tiwei to co-manage the next-virtio tree. > > Thanks, > Maxime > > Maxime Coquelin (2): > maintainers: update Vhost PMD maintainership > maintainers: add Vhost and Virtio co-maintainers Applied, thanks