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 7717FC433E0 for ; Thu, 25 Jun 2020 20:29:57 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 1FB2B2072E for ; Thu, 25 Jun 2020 20:29:57 +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="PwpcBAmI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1FB2B2072E 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 126CA29CB; Thu, 25 Jun 2020 22:29:56 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 4CCA3F04 for ; Thu, 25 Jun 2020 22:29:54 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1004) id 8913A20B7186; Thu, 25 Jun 2020 13:29:53 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8913A20B7186 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxonhyperv.com; s=default; t=1593116993; bh=bBxtnbdAbM46fShth97QrTCVhOnfvQnwEuZRruAPVMw=; h=From:To:Cc:Subject:Date:From; b=PwpcBAmIboVSLELH8hvsHBZlYDzNJjAV1bt60HJuJNJZG0wKykOWUyvFlW8w/mxKJ Jv1/qWVWC/LqXv11PJAzJFLh7kc+44sbHuvbnldAEFfugV7D9ODlagH8jevNyMZ9f3 +4vbVWeldnpI0nf38lbVu500OiA3x9+pYfv5i2Nk= From: longli@linuxonhyperv.com To: "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger Cc: dev@dpdk.org, Long Li Date: Thu, 25 Jun 2020 13:29:46 -0700 Message-Id: <1593116986-1566-1-git-send-email-longli@linuxonhyperv.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] maintainers: update for netvsc 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 15485c97c..9d63a128a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -775,6 +775,7 @@ Microsoft Hyper-V netvsc - EXPERIMENTAL M: Stephen Hemminger M: K. Y. Srinivasan M: Haiyang Zhang +M: Long Li F: drivers/net/netvsc/ F: doc/guides/nics/netvsc.rst F: doc/guides/nics/features/netvsc.ini -- 2.25.1