diff options
author | Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> | 2019-04-30 22:54:16 -0500 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2019-05-02 01:32:41 +0200 |
commit | 64994b56cfd7e4e04499009653ccbc663d3ef175 (patch) | |
tree | e09ac8c787b50e79e8fefbc1250f4261d5f55855 /MAINTAINERS | |
parent | bdc2f5cf71ea21b431484221d9ad13b4c2b5a4a8 (diff) | |
download | dpdk-draft-windows-64994b56cfd7e4e04499009653ccbc663d3ef175.zip dpdk-draft-windows-64994b56cfd7e4e04499009653ccbc663d3ef175.tar.gz dpdk-draft-windows-64994b56cfd7e4e04499009653ccbc663d3ef175.tar.xz |
rcu: add RCU library supporting QSBR mechanism
Add RCU library supporting quiescent state based memory reclamation method.
This library helps identify the quiescent state of the reader threads so
that the writers can free the memory associated with the lock less data
structures.
Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Steve Capper <steve.capper@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Reviewed-by: Ola Liljedahl <ola.liljedahl@arm.com>
Acked-by: Paul E. McKenney <paulmck@linux.ibm.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Tested-by: Jerin Jacob <jerinj@marvell.com>
Tested-by: Ruifeng Wang <ruifeng.wang@arm.com>
Tested-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 59192bc..aca441a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1226,6 +1226,11 @@ M: Olivier Matz <olivier.matz@6wind.com> F: lib/librte_kvargs/ F: app/test/test_kvargs.c +RCU - EXPERIMENTAL +M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> +F: lib/librte_rcu/ +F: doc/guides/prog_guide/rcu_lib.rst + PCI M: Gaetan Rivet <gaetan.rivet@6wind.com> F: lib/librte_pci/ |