X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ffaq%2Ffaq.rst;h=2aec432d75ce73b24b68e8937ec7b9a39c3fa5cb;hb=6f04fa45211e3ca4fb9a7e9ceabc682fa47e88bf;hp=ee8c1697b4adc59329c4c5a058892b531d6571ee;hpb=cb056611a8ed9ab9024f3b91bf26e97255194514;p=dpdk.git diff --git a/doc/guides/faq/faq.rst b/doc/guides/faq/faq.rst index ee8c1697b4..2aec432d75 100644 --- a/doc/guides/faq/faq.rst +++ b/doc/guides/faq/faq.rst @@ -22,8 +22,7 @@ When you stop and restart the test application, it looks to see if the pages are If you look in the directory, you will see ``n`` number of 2M pages files. If you specified 1024, you will see 1024 page files. These are then placed in memory segments to get contiguous memory. -If you need to change the number of pages, it is easier to first remove the pages. The usertools/dpdk-setup.sh script provides an option to do this. -See the "Quick Start Setup Script" section in the :ref:`DPDK Getting Started Guide ` for more information. +If you need to change the number of pages, it is easier to first remove the pages. If I execute "l2fwd -l 0-3 -m 64 -n 3 -- -p 3", I get the following output, indicating that there are no socket 0 hugepages to allocate the mbuf and ring structures to?