summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJoyce Kong <joyce.kong@arm.com>2019-03-25 19:11:09 +0800
committerThomas Monjalon <thomas@monjalon.net>2019-03-28 15:02:10 +0100
commitefbcdaa55b9305bb3f0e799696c75a621ed60264 (patch)
tree267baf9c20a5b2c7c5d5b8d40877a6e1cc2712e4 /MAINTAINERS
parentca49b92079dfc0e58f57fd176903eb676fd698f6 (diff)
test/ticketlock: add test cases
Add test cases for ticket lock, recursive ticket lock, and ticket lock performance. Signed-off-by: Joyce Kong <joyce.kong@arm.com> Reviewed-by: Gavin Hu <gavin.hu@arm.com> Reviewed-by: Phil Yang <phil.yang@arm.com> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index eaf0c3d158..e9ff2b4c22 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -219,6 +219,7 @@ F: app/test/test_bitmap.c
Ticketlock
M: Joyce Kong <joyce.kong@arm.com>
F: lib/librte_eal/common/include/generic/rte_ticketlock.h
+F: app/test/test_ticketlock.c
ARM v7
M: Jan Viktorin <viktorin@rehivetech.com>