]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/writing_efficient_code.rst
malloc: fix allocation of almost hugepage size
[dpdk.git] / doc / guides / prog_guide / writing_efficient_code.rst
index a61e8320ae0832a426d7884708ef60200fa02896..e6c26efdd3a378a0fdee53cc93d482de26155756 100644 (file)
@@ -119,8 +119,8 @@ The code algorithm that dequeues messages may be something similar to the follow
         my_process_bulk(obj_table, count);
    }
 
-PMD Driver
-----------
+PMD
+---
 
 The DPDK Poll Mode Driver (PMD) is also able to work in bulk/burst mode,
 allowing the factorization of some code for each call in the send or receive function.