summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
AgeCommit message (Expand)AuthorFilesLines
2020-01-03udp: add features.yamlFlorin Coras1-0/+1
2020-01-03session: add feature.yamlFlorin Coras1-0/+1
2020-01-03vcl: add feature.yamlFlorin Coras1-0/+1
2020-01-03lisp: add feature.yamlFlorin Coras1-0/+2
2019-12-24unittest: test_bihash call clib_time_init(...)Dave Barach1-0/+6
2019-12-17perfmon: fix per-worker data initializationBenoît Ganne1-0/+5
2019-12-17nhrp: mGREv6Neale Ranns1-0/+5
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+17
2019-12-04gre: Multi-point interfacesNeale Ranns1-0/+5
2019-12-04build: Add Jon Loeliger as plugin/MAP maintainer.Jon Loeliger1-0/+1
2019-12-03build: Separate ip and ip6 maintainersJon Loeliger1-1/+7
2019-12-03classify: API cleanupJakub Grajciar1-0/+5
2019-11-20bash: vpp-make-test bash functionDave Wallace1-0/+5
2019-11-19srv6-mobileTetsuya Murakami1-0/+6
2019-11-17nsim: add FEATURE.yamlDave Barach1-0/+1
2019-11-13virtio: feature arc have higher priority than redirectDamjan Marion1-0/+1
2019-11-07pmalloc: always lock pagesDamjan Marion1-0/+5
2019-10-31misc: Use tabs in MAINTAINERSVratko Polak1-10/+10
2019-10-30vpp_config: fix typos in templatesPaul Vinciguerra1-0/+5
2019-10-30misc: MAINTAINERS clean up typosPaul Vinciguerra1-2/+2
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra1-3/+8
2019-10-25mdata: buffer metadata change tracker pluginDave Barach1-0/+5
2019-10-16flow: Add 'drop' and 'redirect-to-queue' actions supportChenmin Sun1-0/+5
2019-10-14gso: Add gso feature arcMohsin Kazmi1-0/+1
2019-10-14ping: Move to pluginMohsin Kazmi1-0/+5
2019-10-11papi: harden socket handlingVratko Polak1-1/+0
2019-10-10geneve: API cleanupJakub Grajciar1-0/+5
2019-10-09ioam: remove api boilerplateOle Troan1-0/+4
2019-10-07dhcp: Move to pluginNeale Ranns1-6/+6
2019-10-03oddbuf: remove api boilerplateOle Troan1-0/+4
2019-09-30stn: remove api boilerplateOle Troan1-0/+4
2019-09-30ct6: remove api boilerplateOle Troan1-0/+5
2019-09-30l2e: remove api boilerplateOle Troan1-0/+5
2019-09-27svs: remove api boilerplateOle Troan1-0/+5
2019-09-27cdp: remove api boilerplateOle Troan1-0/+4
2019-09-20classify: remove includes from classifier header fileDamjan Marion1-0/+5
2019-09-19cop: API cleanupJakub Grajciar1-0/+5
2019-09-18builtinurl: initial working attemptDave Barach1-0/+5
2019-08-22dns: fix trivial multi-thread deadlockDave Barach1-5/+5
2019-08-19dns: handle multiple replies for single requestsDave Barach1-0/+5
2019-08-10http_static: tls supportDave Barach1-0/+5
2019-08-08api: vppapitrace JSON/API trace converterOle Troan1-0/+5
2019-07-26dhcp: send unicast and broadcast packets via the IP adjacencyNeale Ranns1-0/+6
2019-07-24qos: QoS dump APIsNeale Ranns1-0/+5
2019-07-24vapi: add python scripts to vpp-dev packageVratko Polak1-1/+6
2019-07-24misc: Add maintainer entry for native virtio driverMohsin Kazmi1-2/+5
2019-07-22gso: Fix the l3 packet gso segment sizeMohsin Kazmi1-0/+5
2019-07-12nsim: cross-connect mode crash at interface output nodeJohn Lo1-0/+1
2019-07-12syslog: fix syslog structured data formattingBenoît Ganne1-0/+5
2019-07-10emacs: update the vat plugin generatorDave Barach1-0/+5
y_min}= | Set Variable | ${min_rate} | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} | | And Add PCI devices to all DUTs | | ${get_framesize}= | Get Frame Size | ${framesize} | | And Run Keyword If | ${get_framesize} < ${1522} | Add no multi seg to all DUTs | | 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 3-node circular topology | | ${traffic_profile}= | Set Variable | trex-sl-3n-ethip4udp-10u1000p-conc | | Set Test Variable | ${traffic_profile} | | Then Run Keyword If | '${search_type}' == 'NDR' | | ... | Find NDR using binary search and pps | | ... | ${framesize} | ${binary_min} | ${binary_max} | ${traffic_profile} | | ... | ${min_rate} | ${max_rate} | ${threshold} | | ... | ELSE IF | '${search_type}' == 'PDR' | | ... | Find PDR using binary search and pps | | ... | ${framesize} | ${binary_min} | ${binary_max} | ${traffic_profile} | | ... | ${min_rate} | ${max_rate} | ${threshold} | | ... | ${perf_pdr_loss_acceptance} | ${perf_pdr_loss_acceptance_type} *** Test Cases *** | tc01-64B-1t1c-ethip4udp-ip4base-oacl1-stateless-flows10k-ndrdisc | | [Tags] | 64B | 1C | NDRDISC | | phy_cores=${1} | framesize=${64} | search_type=NDR | tc02-64B-1t1c-ethip4udp-ip4base-oacl1-stateless-flows10k-pdrdisc | | [Tags] | 64B | 1C | PDRDISC | SKIP_PATCH | | phy_cores=${1} | framesize=${64} | search_type=PDR | tc03-64B-2t2c-ethip4udp-ip4base-oacl1-stateless-flows10k-ndrdisc | | [Tags] | 64B | 2C | NDRDISC | | phy_cores=${2} | framesize=${64} | search_type=NDR | tc04-64B-2t2c-ethip4udp-ip4base-oacl1-stateless-flows10k-pdrdisc | | [Tags] | 64B | 2C | PDRDISC | SKIP_PATCH | | phy_cores=${2} | framesize=${64} | search_type=PDR | tc05-64B-4t4c-ethip4udp-ip4base-oacl1-stateless-flows10k-ndrdisc | | [Tags] | 64B | 4C | NDRDISC | | phy_cores=${4} | framesize=${64} | search_type=NDR | tc06-64B-4t4c-ethip4udp-ip4base-oacl1-stateless-flows10k-pdrdisc | | [Tags] | 64B | 4C | PDRDISC | SKIP_PATCH | | phy_cores=${4} | framesize=${64} | search_type=PDR