StarlingX Horizon plugins for new StarlingX services
Go to file
Steven Webster 8569c522fc Enable configurable vswitch memory
Currently, a DPDK enabled vswitch makes use of a fixed 1G hugepage to
enable an optimized datapath.

In the case of OVS-DPDK, this can cause an issue when changing the
MTU of one or more interfaces, as a seperate mempool is allocated
for each size.  If the minimal mempool size(s) cannot fit into the
1G page, DPDK memory initialization will fail.

This commit allows an operator to configure the amount of hugepage
memory allocated to each socket on a host, which can enable
jumboframe support for OVS-DPDK.

Change-Id: Ie54cc23a0839d80d2062510f8f6128eb68b2cfc9
Story: 2004472
Task: 28162
Depends-On: https://review.openstack.org/#/c/631039
Signed-off-by: Steven Webster <steven.webster@windriver.com>
2019-01-24 14:47:21 -05:00
doc Clean up and standardize landing pages 2019-01-08 15:59:37 -08:00
releasenotes Clean up and standardize landing pages 2019-01-08 15:59:37 -08:00
starlingx-dashboard Enable configurable vswitch memory 2019-01-24 14:47:21 -05:00
.gitignore [Doc] Release Notes Management 2018-09-25 05:44:57 -05:00
.gitreview Add .gitreview 2018-05-20 20:53:11 -07:00
.zuul.yaml Enable zuul unit tests for stx-gui 2018-11-23 14:29:29 -05:00
CONTRIBUTING.rst Update the URL in doc 2018-09-24 22:26:46 +08:00
HACKING.rst Update the URL in doc 2018-09-24 22:26:46 +08:00
LICENSE StarlingX open source release updates 2018-05-20 20:53:11 -07:00
centos_master_wheels.inc Add starlingx-dashboard to master wheels tarball 2019-01-04 14:00:24 -05:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:07:23 -06:00
centos_pkg_dirs Add starlingx dashboard package 2018-09-04 16:04:49 -04:00
pylint.rc Enable zuul unit tests for stx-gui 2018-11-23 14:29:29 -05:00
test-requirements.txt Enable zuul unit tests for stx-gui 2018-11-13 13:48:17 -05:00
tox.ini Enable zuul unit tests for stx-gui 2018-11-23 14:29:29 -05:00