summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorRosemarie O'Riorden <roriorde@redhat.com>2021-07-15 17:37:52 -0400
committerIlya Maximets <i.maximets@ovn.org>2021-07-26 03:31:46 +0200
commita8621f49d0e40c3720fc9e0629cc7ed3579e7a7f (patch)
treeaf9845f3276f3190bc360876ee879a1a975c33a9 /Documentation/intro
parent1f7f557603a5343e49dfb512e7f5e24dd4bed065 (diff)
downloadopenvswitch-a8621f49d0e40c3720fc9e0629cc7ed3579e7a7f.tar.gz
dpdk: Remove default values for socket-mem and limit.
This change removes the default values for EAL args socket-mem and socket-limit. As DPDK supports dynamic memory allocation, there is no need to allocate a certain amount of memory on start-up, nor limit the amount of memory available, if not requested. Currently, socket-mem has a default value of 1024 when it is not configured by the user, and socket-limit takes on the value of socket-mem, 1024, by default. With this change, socket-mem is not configured by default, meaning that socket-limit is not either. Neither, either or both options can be set. Removed extra logs that announce this change and fixed documentation. Reported at: https://bugzilla.redhat.com/show_bug.cgi?id=1949850 Signed-off-by: Rosemarie O'Riorden <roriorde@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/intro')
-rw-r--r--Documentation/intro/install/dpdk.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index d8fa931fa..96843af73 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -290,9 +290,8 @@ listed below. Defaults will be provided for all values not explicitly set.
``dpdk-socket-mem``
Comma separated list of memory to pre-allocate from hugepages on specific
- sockets. If not specified, 1024 MB will be set for each numa node by
- default. This behavior will change with the 2.17 release, with no default
- value from OVS. Instead, DPDK default will be used.
+ sockets. If not specified, this option will not be set by default. DPDK
+ default will be used instead.
``dpdk-hugepage-dir``
Directory where hugetlbfs is mounted