[dpdk-dev] [PATCH v9 0/4] lib/rcu: add RCU library supporting QSBR mechanism
Neil Horman
nhorman at tuxdriver.com
Wed May 1 14:15:45 CEST 2019
On Tue, Apr 30, 2019 at 10:54:15PM -0500, Honnappa Nagarahalli wrote:
> Lock-less data structures provide scalability and determinism.
> They enable use cases where locking may not be allowed
> (for ex: real-time applications).
>
I know this is version 9 of the patch, so I'm sorry for the late comment, but I
have to ask: Why re-invent this wheel? There are already several Userspace RCU
libraries that are mature and carried by Linux and BSD distributions. Why would
we throw another one into DPDK instead of just using whats already available,
mature and stable?
Neil
More information about the dev
mailing list