[dpdk-dev] maintainers: claim misc sample applications

Message ID 1426070887-1009-1-git-send-email-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Bruce Richardson March 11, 2015, 10:48 a.m. UTC
  Claim the following sample applications:
* dpdk_qat
* helloworld
* l2fwd
* skeleton

Signed-off-by: Bruce Richardson <bruce.richarsdon@intel.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Thomas Monjalon March 17, 2015, 1:17 p.m. UTC | #1
> Claim the following sample applications:
> * dpdk_qat
> * helloworld
> * l2fwd
> * skeleton
> 
> Signed-off-by: Bruce Richardson <bruce.richarsdon@intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, thanks
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index fe9512d..87089e5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -422,18 +422,21 @@  F: doc/guides/testpmd_app_ug/
 Other Example Applications
 --------------------------
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/dpdk_qat/
 F: doc/guides/sample_app_ug/intel_quickassist.rst
 
 F: examples/exception_path/
 F: doc/guides/sample_app_ug/exception_path.rst
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/helloworld/
 F: doc/guides/sample_app_ug/hello_world.rst
 
 F: examples/ipv4_multicast/
 F: doc/guides/sample_app_ug/ipv4_multicast.rst
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/l2fwd/
 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
 
@@ -459,6 +462,7 @@  M: Bruce Richardson <bruce.richardson@intel.com>
 M: John McNamara <john.mcnamara@intel.com>
 F: examples/rxtx_callbacks/
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/skeleton/
 
 F: examples/vmdq/