summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGage Eads <gage.eads@intel.com>2019-04-03 18:20:14 -0500
committerThomas Monjalon <thomas@monjalon.net>2019-04-04 22:06:16 +0200
commit734bdeb01cc6d69274f3b035da103ac76a40637d (patch)
tree8182971608b1d6f45ffcda109f5978908e264f9f /MAINTAINERS
parent05d3b5283cc1a61b2e204ddd6bc30b6f3053f280 (diff)
mempool/stack: use stack library
The new rte_stack library is derived from the mempool handler, so this commit removes duplicated code and simplifies the handler by migrating it to this new API. Signed-off-by: Gage Eads <gage.eads@intel.com> Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b59f781da1..9b788c7533 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -303,7 +303,6 @@ M: Andrew Rybchenko <arybchenko@solarflare.com>
F: lib/librte_mempool/
F: drivers/mempool/Makefile
F: drivers/mempool/ring/
-F: drivers/mempool/stack/
F: doc/guides/prog_guide/mempool_lib.rst
F: app/test/test_mempool*
F: app/test/test_func_reentrancy.c
@@ -319,6 +318,7 @@ Stack - EXPERIMENTAL
M: Gage Eads <gage.eads@intel.com>
M: Olivier Matz <olivier.matz@6wind.com>
F: lib/librte_stack/
+F: drivers/mempool/stack/
F: doc/guides/prog_guide/stack_lib.rst
Packet buffer