[dpdk-dev] [PATCH v3] mempool/ring: add support for new ring sync modes
Thomas Monjalon
thomas at monjalon.net
Mon Jul 13 15:57:38 CEST 2020
13/07/2020 14:58, Ananyev, Konstantin:
> > 10/07/2020 18:21, Konstantin Ananyev:
> > > Two new sync modes were introduced into rte_ring:
> > > relaxed tail sync (RTS) and head/tail sync (HTS).
> > > This change provides user with ability to select these
> > > modes for ring based mempool via mempool ops API.
> >
> > No, the user cannot use these modes because there is no doc,
> > except in release notes.
>
> AFAIK, there is no section for rte_ring and others SW based
> mempool drivers:
> https://doc.dpdk.org/guides/mempool/index.html
> Are you asking me to add such section as part of this patch?
I'm asking to provide some documentation to the users yes.
It can be in doc you pointed above with a link from the prog guide:
https://doc.dpdk.org/guides/prog_guide/mempool_lib.html#mempool-handlers
And because it is solving issues in some use cases,
it needs to be called out why and when use these options.
More information about the dev
mailing list