summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-27cnat: fix cnat_translation_cli_add_delDave Barach1-12/+24
2020-09-27cnat: fix session scanner restart pointDave Barach1-1/+1
2020-09-25cnat: Add DHCP supportNathan Skrzypczak11-109/+716
2020-09-25cnat: Introduce parametric source policyNathan Skrzypczak13-244/+445
2020-09-25cnat: Add support for SNat ICMPNathan Skrzypczak7-143/+461
2020-09-25cnat: Ip ICMP error supportNathan Skrzypczak6-165/+557
2020-09-25vppinfra: dont complain about linux-vdso.so.1Dave Barach1-1/+7
2020-09-25vppinfra session: file platform independent private dataFlorin Coras3-6/+6
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-09-25vppinfra: add clib_mem_set_numa_affinity()Damjan Marion2-8/+60
2020-09-24virtio: refactor tx traceMohsin Kazmi1-33/+37
2020-09-24wireguard: coverity fixArtem Glazychev1-1/+1
2020-09-24vlib: fix the last errorMohsin Kazmi1-1/+2
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras8-17/+28
2020-09-23session: fix sapi coverity warningFlorin Coras1-0/+2
2020-09-23build: fix fts.py to run on debian-9/python3.5Dave Wallace1-15/+16
2020-09-23ip: use main heap for mtrie, part 2 (remove args)Damjan Marion2-32/+0
2020-09-23lldp: fix format string for hw->nameVladimir Isaev1-3/+3
2020-09-23cnat: Disable default scanner processNathan Skrzypczak8-24/+120
2020-09-23wireguard: add handoff nodeArtem Glazychev18-448/+889
2020-09-23tls: fix session format assert crash in connected callbackjiangxiaoming1-9/+8
2020-09-22ipip: Add option to tunnel create help stringNeale Ranns2-2/+3
2020-09-22build: allow for rc3/rc4 style tagsAndrew Yourtchenko1-1/+1
2020-09-22lisp: Move to pluginNeale Ranns61-5801/+6547
2020-09-22vxlan-gbp: Mark APIs as in-progressNeale Ranns1-0/+5
2020-09-21crypto: revert crypto set handler all APIYulong Pei1-36/+3
2020-09-21session: use wrk instead of thread index in nodeFlorin Coras1-10/+12
2020-09-21geneve: Move to pluginNeale Ranns14-74/+448
2020-09-21misc: Move l2tp to pluginNeale Ranns16-502/+432
2020-09-21lldp: Move to pluginNeale Ranns19-220/+239
2020-09-21vrrp: set up multicast for both address familiesMatthew Smith1-2/+14
2020-09-21ip: use main heap for mtrieDamjan Marion3-69/+3
2020-09-21acl: remove custom ACL-plugin heapAndrew Yourtchenko7-232/+17
2020-09-21dpdk: hugepage availibility check using new apiDamjan Marion1-11/+9
2020-09-18session: grab worker barrier for sapi msgsFlorin Coras1-0/+5
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan14-519/+486
2020-09-18vlib: add decrement counter methodSergey Matov1-0/+19
2020-09-18tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-18session: fix vpp exit abnormal due to application as a proxy server with ldpfanyf1-1/+9
2020-09-18virtio: fix txq lockingBenoƮt Ganne3-2/+23
2020-09-18vpp: make main heap page size configurable from startup.confDamjan Marion2-15/+68
2020-09-17stats: configurable page sizeDamjan Marion7-91/+163
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns9-149/+116
2020-09-17vlib: show FD in 'show memory map'Damjan Marion3-4/+15
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns7-35/+258
2020-09-17vlib: map thread stack instead of allocating them from heapDamjan Marion2-30/+18
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion9-84/+498
2020-09-17vppinfra: detect memory attributes on clib_mem_initDamjan Marion3-4/+82
2020-09-17vppinfra: allow handoff to main threadDamjan Marion1-18/+16
>rxq}=${None} | | ... | | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} | | And Add PCI devices to all DUTs | | ${max_rate} | ${jumbo} = | Get Max Rate And Jumbo And Handle Multi Seg | | ... | ${s_limit} | ${framesize} | | And Apply startup configuration on all VPP DUTs | | ${ip_nr}= | Set Variable | 10 | | When Initialize IPv4 routing for '${ip_nr}' addresses with IPv4 ACLs on DUT1 in circular topology | | Then Traffic should pass with maximum rate | | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} *** Test Cases *** | tc01-64B-1c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 64B | 1C | | framesize=${64} | phy_cores=${1} | tc02-64B-2c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 64B | 2C | | framesize=${64} | phy_cores=${2} | tc03-64B-4c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 64B | 4C | | framesize=${64} | phy_cores=${4} | tc04-1518B-1c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 1518B | 1C | | framesize=${1518} | phy_cores=${1} | tc05-1518B-2c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 1518B | 2C | | framesize=${1518} | phy_cores=${2} | tc06-1518B-4c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 1518B | 4C | | framesize=${1518} | phy_cores=${4} | tc07-9000B-1c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 9000B | 1C | | framesize=${9000} | phy_cores=${1} | tc08-9000B-2c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 9000B | 2C | | framesize=${9000} | phy_cores=${2} | tc09-9000B-4c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | 9000B | 4C | | framesize=${9000} | phy_cores=${4} | tc10-IMIX-1c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | IMIX | 1C | | framesize=IMIX_v4_1 | phy_cores=${1} | tc11-IMIX-2c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | IMIX | 2C | | framesize=IMIX_v4_1 | phy_cores=${2} | tc12-IMIX-4c-ethip4udp-ip4base-iacl1sf-10kflows-mrr | | [Tags] | IMIX | 4C | | framesize=IMIX_v4_1 | phy_cores=${4}