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=-9.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,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 DFC75C433DF for ; Thu, 25 Jun 2020 23:52:27 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 821E420789 for ; Thu, 25 Jun 2020 23:52:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=linuxonhyperv.com header.i=@linuxonhyperv.com header.b="e9udHC39" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 821E420789 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxonhyperv.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 03689E07; Fri, 26 Jun 2020 01:52:26 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 51F493B5 for ; Fri, 26 Jun 2020 01:52:24 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1004) id 800DF20B7186; Thu, 25 Jun 2020 16:52:23 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 800DF20B7186 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxonhyperv.com; s=default; t=1593129143; bh=YzzVotRA6JVrXEK/N/Dw3R6Q6gFGG1fmTzWbDwZlzKU=; h=From:To:Cc:Subject:Date:From; b=e9udHC39eyANxFNSvE8Gq4+XyDjB8Hx8HtLNGZMFTUIWiJzwyWBA3EAVaIIeAAWVn qYvpODBjAabp7mnJYc2EuWPVefd5BsL03/OJjqvUqrrHbCK16K6smejymgwnfAaDsm i3Xo9oMEDENBmy5PfZqAgLw8qcIn1T1mH8LXS/GU= From: Long Li To: Stephen Hemminger Cc: dev@dpdk.org, Long Li Date: Thu, 25 Jun 2020 16:52:16 -0700 Message-Id: <1593129136-32843-1-git-send-email-longli@linuxonhyperv.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] maintainers: update for vmbus 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" From: Long Li Add Long Li as additional maintainer. Signed-off-by: Long Li --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e739b87ea..15485c97c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -517,6 +517,7 @@ F: drivers/bus/vdev/ VMBUS bus driver M: Stephen Hemminger +M: Long Li F: drivers/bus/vmbus/ -- 2.25.1