aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/feature
AgeCommit message (Expand)AuthorFilesLines
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-16Tolerate missing nodes during feature arc initialisationNeale Ranns1-2/+8
2017-11-10Break up vpe.apiNeale Ranns2-0/+176
2017-09-20Add ip6-local feature arcPierre Pfister1-1/+2
2017-08-18feature: exit on misconfigured features (VPP-915)Florin Coras1-3/+7
2017-03-17Fix IP feature ordering.Neale Ranns2-18/+0
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns1-0/+2
2017-03-06features: take device-input buffer advance value directlyDamjan Marion1-27/+35
2017-03-02VPP-648: CLI Memory leak with invalid parameterBilly McFall1-0/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion3-0/+1146
f='#n15'>15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
---
# file: host_vars/10.30.51.49.yaml

hostname: "s19-t33t211-tg1"
grub:
  audit: "0"
  default_hugepagesz: "2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=16384"
  hpet: "disable"
  intel_idle.max_cstate: "1"
  intel_iommu: "on"
  intel_pstate: "disable"
  iommu: "pt"
  isolcpus: "1-27,29-55,57-83,85-111"
  mce: "off"
  nmi_watchdog: "0"
  nohz_full: "1-27,29-55,57-83,85-111"
  nosoftlockup: true
  numa_balancing: "disable"
  processor.max_cstate: "1"
  rcu_nocbs: "1-27,29-55,57-83,85-111"
  tsc: "reliable"
sysctl:
  kernel:
    watchdog_cpumask: "0,28,56,84"
  vm:
    nr_hugepages: 16384
    max_map_count: 20000

inventory_ipmi_hostname: "10.30.50.46"
cpu_microarchitecture: "skylake"
docker_tg: true

intel_700_matrix: "dpdk22.07"