[dpdk-dev,v2] enic: update enic PMD maintainer and pointer to the guide.

Message ID 1458319657-3761-1-git-send-email-johndale@cisco.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

John Daley (johndale) March 18, 2016, 4:47 p.m. UTC
  Change maintainers for ENIC PMD and fix pointer to enic
documentation in MAINTAINERS.

Signed-off-by: John Daley <johndale@cisco.com>
---
 MAINTAINERS              | 4 ++--
 doc/guides/nics/enic.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Comments

Thomas Monjalon March 18, 2016, 5:48 p.m. UTC | #1
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -268,8 +268,8 @@ F: doc/guides/nics/cxgbe.rst
>  
>  Cisco enic
>  M: John Daley <johndale@cisco.com>
> -M: Sujith Sankar <ssujith@cisco.com>
> -F: drivers/net/enic/

mistake here

> +M: Nelson Escobar <neescoba@cisco.com>
> +F: doc/guides/nics/enic.rst
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8b21979..65669c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -268,8 +268,8 @@  F: doc/guides/nics/cxgbe.rst
 
 Cisco enic
 M: John Daley <johndale@cisco.com>
-M: Sujith Sankar <ssujith@cisco.com>
-F: drivers/net/enic/
+M: Nelson Escobar <neescoba@cisco.com>
+F: doc/guides/nics/enic.rst
 
 Combo szedata2
 M: Matej Vido <matejvido@gmail.com>
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 <johndale@cisco.com>
-- Sujith Sankar <ssujith@cisco.com>
+- Nelson Escobar <neescoba@cisco.com>