From patchwork Fri Mar 18 18:27:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John Daley (johndale)" X-Patchwork-Id: 11593 X-Patchwork-Delegate: bruce.richardson@intel.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 247503979; Fri, 18 Mar 2016 19:27:20 +0100 (CET) Received: from alln-iport-4.cisco.com (alln-iport-4.cisco.com [173.37.142.91]) by dpdk.org (Postfix) with ESMTP id 090402C63 for ; Fri, 18 Mar 2016 19:27:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1097; q=dns/txt; s=iport; t=1458325638; x=1459535238; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=BQ24UX7NuEOndUT21sastEA5/lHQoesHR6COFHfy3uM=; b=ZV17PwbWwR/ow45UNQ6TwH89rck8HfhHKXTLL2rCC2f83gTXYFkINfMr 4Tc8E01Nag0+I67NcQpSCA1UATaFGasjtPNobBg1uauNWVqixWu78qq5E OWZJCVZrmqVO4zSYGp9eJwd9ix3ZSnpeJAYH1fy+sLMGpAIGucsl/1Y5/ U=; X-IronPort-AV: E=Sophos;i="5.24,356,1454976000"; d="scan'208";a="250190841" Received: from alln-core-9.cisco.com ([173.36.13.129]) by alln-iport-4.cisco.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Mar 2016 18:27:17 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-9.cisco.com (8.14.5/8.14.5) with ESMTP id u2IIRGJO021304; Fri, 18 Mar 2016 18:27:17 GMT Received: by cisco.com (Postfix, from userid 392789) id CF6A13FAAD96; Fri, 18 Mar 2016 11:27:16 -0700 (PDT) From: John Daley To: dev@dpdk.org Cc: John Daley Date: Fri, 18 Mar 2016 11:27:07 -0700 Message-Id: <1458325627-21046-1-git-send-email-johndale@cisco.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1458254582-27440-1-git-send-email-johndale@cisco.com> References: <1458254582-27440-1-git-send-email-johndale@cisco.com> Subject: [dpdk-dev] [PATCH v3] enic: update enic PMD maintainer and pointer to the guide. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Change maintainers for ENIC PMD and fix pointer to enic documentation in MAINTAINERS. Signed-off-by: John Daley --- replace removed line MAINTAINERS | 3 ++- doc/guides/nics/enic.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8b21979..c90782e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -268,8 +268,9 @@ F: doc/guides/nics/cxgbe.rst Cisco enic M: John Daley -M: Sujith Sankar +M: Nelson Escobar F: drivers/net/enic/ +F: doc/guides/nics/enic.rst Combo szedata2 M: Matej Vido diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index 2a228fd..e67c3db 100644 --- a/doc/guides/nics/enic.rst +++ b/doc/guides/nics/enic.rst @@ -218,4 +218,4 @@ Any questions or bugs should be reported to DPDK community and to the ENIC PMD maintainers: - John Daley -- Sujith Sankar +- Nelson Escobar