From 4fd183a336dd1047f0468ae2699860c67116c2b0 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 2 Apr 2019 17:09:44 +0400 Subject: [labs] Rise up dpdk socket memory In order to enable per port memory model double available dpdk socket memory (used by instances interfaces as well). Change-Id: Ibd692933bea673ac1d1a62146f7c25df4ce587e4 Signed-off-by: Michael Polenchuk --- labs/ericsson/idf-virtual-pod1bl01.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'labs/ericsson/idf-virtual-pod1bl01.yaml') diff --git a/labs/ericsson/idf-virtual-pod1bl01.yaml b/labs/ericsson/idf-virtual-pod1bl01.yaml index 8e172d95..7dc7014b 100644 --- a/labs/ericsson/idf-virtual-pod1bl01.yaml +++ b/labs/ericsson/idf-virtual-pod1bl01.yaml @@ -88,13 +88,13 @@ idf: - compute_params: &compute_params common: &compute_params_common compute_hugepages_size: 2M - compute_hugepages_count: 2048 + compute_hugepages_count: 4096 compute_hugepages_mount: /mnt/hugepages_2M dpdk: <<: *compute_params_common compute_dpdk_driver: uio compute_ovs_pmd_cpu_mask: "0x6" - compute_ovs_dpdk_socket_mem: "1024" + compute_ovs_dpdk_socket_mem: "2048" compute_ovs_dpdk_lcore_mask: "0x8" compute_ovs_memory_channels: "2" dpdk0_driver: igb_uio -- cgit 1.2.3-korg > Fault management and maintenanceGrokmirror user
summaryrefslogtreecommitdiffstats
blob: 2c82b37fee5dbea624c30afe00328ca1f8217edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89