]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/writing_efficient_code.rst
doc: add flow API to features list
[dpdk.git] / doc / guides / prog_guide / writing_efficient_code.rst
index 613db880ed173a0c111762c2ce7584a5c91883f1..78d2afa94cda25599279da4aea6e4789e1eb46a7 100644 (file)
@@ -113,7 +113,7 @@ it is advised to use the DPDK ring API, which provides a lockless ring implement
 
 The ring supports bulk and burst access,
 meaning that it is possible to read several elements from the ring with only one costly atomic operation
 
 The ring supports bulk and burst access,
 meaning that it is possible to read several elements from the ring with only one costly atomic operation
-(see Chapter 5 "Ring Library").
+(see :doc:`ring_lib`).
 Performance is greatly improved when using bulk access operations.
 
 The code algorithm that dequeues messages may be something similar to the following:
 Performance is greatly improved when using bulk access operations.
 
 The code algorithm that dequeues messages may be something similar to the following: