[dpdk-dev] [PATCH v4 0/2] mempool/ring: add support for new ring sync modes

Konstantin Ananyev konstantin.ananyev at intel.com
Mon Jul 13 17:50:48 CEST 2020


v4:
  add new section into mempool derivers guide (Thomas Monjalon comments)

v3:
  silently ignore F_SP_PUT/F_SC_GET (Olivier Matz comments)

v2:
  update Release Notes (Gage Eads comments)

Konstantin Ananyev (2):
  doc: add ring based mempool guide
  mempool/ring: add support for new ring sync modes

 doc/guides/mempool/index.rst            |  1 +
 doc/guides/mempool/ring.rst             | 44 +++++++++++++
 doc/guides/rel_notes/release_20_08.rst  |  6 ++
 drivers/mempool/ring/rte_mempool_ring.c | 88 ++++++++++++++++++++++---
 4 files changed, 130 insertions(+), 9 deletions(-)
 create mode 100644 doc/guides/mempool/ring.rst

-- 
2.17.1



More information about the dev mailing list