Add the maintainership of C11 atomics code. Different maintainers focus on different platforms C11 atomics.
Signed-off-by: Phil Yang <[email protected]> Reviewed-by: Honnappa Nagarahalli <[email protected]> --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 27fcd6d..3682d2a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -276,6 +276,10 @@ F: lib/librte_eal/include/rte_random.h F: lib/librte_eal/common/rte_random.c F: app/test/test_rand_perf.c +C11 Atomics Code Maintainer +M: Honnappa Nagarahalli <[email protected]> +M: David Christensen <[email protected]> + ARM v7 M: Jan Viktorin <[email protected]> M: Ruifeng Wang <[email protected]> -- 2.7.4

