X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_18_02.rst;h=03bdd4f28c9878e0e4cb82a6152a00dfe13786e1;hb=5ae9d5299a541a03b5a6fcb339bfa479dc77f50e;hp=0d46303357106d2a2508439f04ea2ffdbeb34654;hpb=bacf34762ac54bdc8906eafeaac6042697128211;p=dpdk.git diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 0d46303357..03bdd4f28c 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -216,6 +216,13 @@ New Features * ``rte_mp_request`` is for sending a request message and will block until it gets a reply message which is sent from the peer by ``rte_mp_reply``. +* **Increased default Rx and Tx ring size in sample applications.** + + Increased the default ``RX_RING_SIZE`` and ``TX_RING_SIZE`` to 1024 entries + in testpmd and the sample applications to give better performance in the + general case. The user should experiment with various Rx and Tx ring sizes + for their specific application to get best performance. + * **Added new DPDK build system using the tools "meson" and "ninja" [EXPERIMENTAL]** Added in support for building DPDK using ``meson`` and ``ninja``, which gives