[dpdk-dev] [PATCH v6 0/3] lib/rcu: add RCU library supporting QSBR mechanism
Thomas Monjalon
thomas at monjalon.net
Sun Apr 21 18:40:54 CEST 2019
17/04/2019 06:13, Honnappa Nagarahalli:
> Dharmik Thakkar (1):
> test/rcu_qsbr: add API and functional tests
>
> Honnappa Nagarahalli (2):
> rcu: add RCU library supporting QSBR mechanism
> doc/rcu: add lib_rcu documentation
Sorry I cannot merge this library in DPDK 19.05-rc2
because of several issues:
- 32-bit compilation is broken because of %lx/%lu instead of PRI?64
- shared link is broken because of rcu_log_type not exported
- some public symbols (variable, macros, functions) are not prefixed with rte
I am not sure about getting it later in 19.05,
it may be too late to merge a new library.
More information about the dev
mailing list