]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/overview.rst
mbuf: remove control mbuf
[dpdk.git] / doc / guides / prog_guide / overview.rst
index 2663fe0e83a9092347d71ae28f405e65d45622d7..c01f37e3c6f91f3406445555301b0325d7fd5f54 100644 (file)
@@ -130,8 +130,8 @@ The mbuf library provides the facility to create and destroy buffers
 that may be used by the DPDK application to store message buffers.
 The message buffers are created at startup time and stored in a mempool, using the DPDK mempool library.
 
 that may be used by the DPDK application to store message buffers.
 The message buffers are created at startup time and stored in a mempool, using the DPDK mempool library.
 
-This library provides an API to allocate/free mbufs, manipulate control message buffers (ctrlmbuf) which are generic message buffers,
-and packet buffers (pktmbuf) which are used to carry network packets.
+This library provides an API to allocate/free mbufs, manipulate
+packet buffers which are used to carry network packets.
 
 Network Packet Buffer Management is described in :ref:`Mbuf Library <Mbuf_Library>`.
 
 
 Network Packet Buffer Management is described in :ref:`Mbuf Library <Mbuf_Library>`.