aboutsummaryrefslogtreecommitdiffstats
path: root/src/svm/svmdb.c
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2021-06-02 18:18:18 -0400
committerFlorin Coras <florin.coras@gmail.com>2021-06-08 15:23:15 +0000
commit4de5f9be88857197ddf17e3bff66318f78f4b6bb (patch)
treee927425be412f322e351c61598a321f9129af9c3 /src/svm/svmdb.c
parent0b0d28e9bf1ea078ce1a846d22e499d13eadd464 (diff)
vppinfra: pool_free_elts() now supports fixed-size pools
Test added to the unittest plugin / test_vlib.py Type: improvement Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I73445e57918347c102ff6f5e8c9ddb9bd96f1407
Diffstat (limited to 'src/svm/svmdb.c')
0 files changed, 0 insertions, 0 deletions
value='rls1908_2'>rls1908_2 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/tg.yaml
blob: 44e5515e878ccc731f111ff709a27e5984e67718 (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
---
# file: tg.yaml

- hosts: tg
  remote_user: testuser
  become: yes
  become_user: root
  roles:
    - role: common
      tags: common
    - role: vexx_hosts
      tags: vexx_hosts
    - role: tg
      tags: tg
    - role: iperf
      tags: iperf
    - role: trex
      tags: trex
    - role: wrk
      tags: wrk
    - role: docker
      tags: docker
    - role: mellanox
      tags: mellanox
    - role: performance_tuning
      tags: performance_tuning
    - role: cleanup
      tags: cleanup
    - role: calibration
      tags: calibration