[dpdk-dev,v2] maintainers: claim EAL memory init

Message ID 811ec68f296b93b7b5f481163e93cfcbc88de74c.1524486584.git.anatoly.burakov@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK

Commit Message

Burakov, Anatoly April 23, 2018, 12:29 p.m. UTC
  Claim maintainership of all areas of EAL memory init, including
OS-specific parts of it.

Also, claim maintainership of fbarray, since although it's not
related to memory allocation, it is heavily used by it and its
primary purpose is to serve memory allocation functions, and
thus will appear under "memory allocation" banner.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---

Notes:
    v2:
    - change title

 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Thomas Monjalon April 27, 2018, 9:56 p.m. UTC | #1
23/04/2018 14:29, Anatoly Burakov:
> Claim maintainership of all areas of EAL memory init, including
> OS-specific parts of it.
> 
> Also, claim maintainership of fbarray, since although it's not
> related to memory allocation, it is heavily used by it and its
> primary purpose is to serve memory allocation functions, and
> thus will appear under "memory allocation" banner.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks for all the work/rework on memory management
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f43e3fe..d3cb203 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -162,11 +162,15 @@  F: test/test/test_version.c
 
 Memory Allocation
 M: Anatoly Burakov <anatoly.burakov@intel.com>
+F: lib/librte_eal/common/include/rte_fbarray.h
 F: lib/librte_eal/common/include/rte_mem*
 F: lib/librte_eal/common/include/rte_malloc.h
 F: lib/librte_eal/common/*malloc*
+F: lib/librte_eal/common/eal_common_fbarray.c
 F: lib/librte_eal/common/eal_common_mem*
 F: lib/librte_eal/common/eal_hugepages.h
+F: lib/librte_eal/linuxapp/eal/eal_mem*
+F: lib/librte_eal/bsdapp/eal/eal_mem*
 F: doc/guides/prog_guide/env_abstraction_layer.rst
 F: test/test/test_func_reentrancy.c
 F: test/test/test_malloc.c