From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57B32C433E7 for ; Wed, 14 Oct 2020 07:35:14 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id B16F020878 for ; Wed, 14 Oct 2020 07:35:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B16F020878 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0F7361DC8B; Wed, 14 Oct 2020 09:35:11 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7E4161DC2F for ; Wed, 14 Oct 2020 09:35:08 +0200 (CEST) IronPort-SDR: Q3m5gY8fJWj5Q2Z6T+U+SFJvefop+zeyktqY9kfBlZ7i0d84CuikCDhW7WBAEIj9vIyOnVm6S0 wesY4GEVsk8w== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="165265756" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="165265756" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 00:35:05 -0700 IronPort-SDR: RZczoUXbfDMrwCayc2ZlRzgGc9y6jVgI3TMzdoHCaFC0jrfX1XaVPs/fZgwvISFXL5gJv7we5y peF/KONuy+5Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="521324680" Received: from amdepyc.sh.intel.com ([10.67.119.20]) by fmsmga005.fm.intel.com with ESMTP; 14 Oct 2020 00:35:02 -0700 From: Zhihong Wang To: dev@dpdk.org Cc: maxime.coquelin@redhat.com, chenbo.xia@intel.com, ferruh.yigit@intel.com, thomas@monjalon.net, Zhihong Wang Date: Wed, 14 Oct 2020 07:44:05 +0000 Message-Id: <20201014074405.4910-1-zhihong.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] maintainers: resign from virtio and vhost 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" I'm resigning from DPDK virtio and vhost maintainer as I'm leaving Intel. Sincerely thank Maxime, Chenbo and the community for all the support. Signed-off-by: Zhihong Wang --- MAINTAINERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cdaf0b05c..65fb612f3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -866,7 +866,6 @@ F: doc/guides/nics/features/vmxnet3.ini Vhost-user M: Maxime Coquelin M: Chenbo Xia -M: Zhihong Wang T: git://dpdk.org/next/dpdk-next-virtio F: lib/librte_vhost/ F: doc/guides/prog_guide/vhost_lib.rst @@ -881,7 +880,6 @@ F: doc/guides/sample_app_ug/vdpa.rst Vhost PMD M: Maxime Coquelin M: Chenbo Xia -M: Zhihong Wang T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ F: doc/guides/nics/vhost.rst @@ -890,7 +888,6 @@ F: doc/guides/nics/features/vhost.ini Virtio PMD M: Maxime Coquelin M: Chenbo Xia -M: Zhihong Wang T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/virtio/ F: doc/guides/nics/virtio.rst -- 2.17.1