diff options
author | Damjan Marion <damarion@cisco.com> | 2019-10-30 18:07:35 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-02-06 12:29:37 +0000 |
commit | 5b2eea6e0705b7e8f8b77f0efe6535885717cbee (patch) | |
tree | db6808b6af10431099ccbf1191da174014eec8cc /MAINTAINERS | |
parent | 5ec78926b6ba97e3808abe54b2aef981ab26d038 (diff) |
pmalloc: always lock pages
Type: feature
Change-Id: I5bbf37969c9c51e40a013d1fc3ab966838eeb80d
Signed-off-by: Damjan Marion <damarion@cisco.com>
(cherry picked from commit 801c7016ad90e5f5618f523b3f9284daee0b696c)
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 698e646096d..0d877549b88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -49,6 +49,11 @@ I: vppinfra M: Dave Barach <dave@barachs.net> F: src/vppinfra/ +Physical Memory Allocator +I: pmalloc +M: Damjan Marion <damarion@cisco.com> +F: src/vppinfra/pmalloc.[ch] + Vector Library I: vlib M: Dave Barach <dave@barachs.net> |