From ddfdc7834d2431fab9ca21e9446d7703b81afaf3 Mon Sep 17 00:00:00 2001 From: Roy Tang Date: Mon, 16 Sep 2019 20:41:13 +0000 Subject: Add SRIOV related updates to cntt Summary: - Update config of openstack libvirt, nova and neutron components - Add required kernel parameters to grub - Add new label to data plane host profile - Add large hugepages to data plane nodes Signed-off-by: Roy Tang Change-Id: I5ffa00f71c890edf96ca1b72659903640c54549b --- type/cntt/profiles/hardware/intel-s2600wt.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'type/cntt/profiles/hardware') diff --git a/type/cntt/profiles/hardware/intel-s2600wt.yaml b/type/cntt/profiles/hardware/intel-s2600wt.yaml index 07836ef..94fba0e 100644 --- a/type/cntt/profiles/hardware/intel-s2600wt.yaml +++ b/type/cntt/profiles/hardware/intel-s2600wt.yaml @@ -106,4 +106,10 @@ data: address: '5:0.0.0' dev_type: 'ST91000640NS' bus_type: 'scsi' + cpu_sets: + kvm: '4-43,48-87' + hugepages: + dpdk: + size: '1G' + count: 32 ... -- cgit 1.2.3-korg