summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2021-04-21 19:56:34 +0200
committerDamjan Marion <dmarion@me.com>2021-04-23 19:23:12 +0000
commit3e38422ab905d26ab1625c74268e30c94327ea54 (patch)
tree97e49ff2cebdf78a508bb530c6293f5980f7e160 /docs/README
parent893bc97ed6eb426dd8c0dc9489a810e206b3fcf6 (diff)
vxlan: Fix L3 mode
Type: fix Partially revert fix SEGV reported in VPP-1962 [commit a4b0541f64eef02fa0d003d8f831cfdeb45d3668] This adds an is_l3 option to choose between L2 & L3 mode add tunnel creation time Change-Id: Ia2c91a1099074b7d23fc031b78ed0f68628eeabe Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'docs/README')
0 files changed, 0 insertions, 0 deletions
mmaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml
blob: a0632a27a19f238b4edaa6726ee40795cec2110a (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
---
# file: host_vars/10.32.8.24.yaml

hostname: "s60-t210-sut1"
grub:
  amd_iommu: "on"
  audit: "0"
  default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768"
  hpet: "disable"
  iommu: "pt"
  isolcpus: "1-15,17-31,33-47,49-63"
  nmi_watchdog: "0"
  nohz_full: "off"
  nosoftlockup: true
  numa_balancing: "disable"
  processor.max_cstate: "0"
  rcu_nocbs: "1-15,17-31,33-47,49-63"
  tsc: "reliable"
sysctl:
  kernel:
    watchdog_cpumask: "0,16,32,48"
  vm:
    nr_hugepages: 32768
    max_map_count: 20000

inventory_ipmi_hostname: "10.30.55.24"
cpu_microarchitecture: "epyc"

intel_700_matrix: "dpdk22.07"
intel_800_matrix: "dpdk22.07"
mellanox_cx5_matrix: "dpdk22.07"