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

Message ID 1458325627-21046-1-git-send-email-johndale@cisco.com (mailing list archive)
State Accepted, archived
Delegated to: Bruce Richardson
Headers

Commit Message

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

Signed-off-by: John Daley <johndale@cisco.com>
---
replace removed line

 MAINTAINERS              | 3 ++-
 doc/guides/nics/enic.rst | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
  

Comments

Bruce Richardson March 22, 2016, 5:29 p.m. UTC | #1
On Fri, Mar 18, 2016 at 11:27:07AM -0700, John Daley wrote:
> Change maintainers for ENIC PMD and fix pointer to enic
> documentation in MAINTAINERS.
> 
> Signed-off-by: John Daley <johndale@cisco.com>
> ---
Applied to dpdk-next-net/rel_16_04

/Bruce
  

Patch

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 <johndale@cisco.com>
-M: Sujith Sankar <ssujith@cisco.com>
+M: Nelson Escobar <neescoba@cisco.com>
 F: drivers/net/enic/
+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>