aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-22maintainers: update emailSergio Gonzalez Monroy1-2/+1
2017-12-21fib: make deag entries urpf extemptFlorin Coras5-0/+19
2017-12-21VPP-1109 Fix loop for some CLI (code review)Swarup Nayak3-0/+7
2017-12-20L2 emulation: remove usued ip-table-id from APINeale Ranns1-1/+0
2017-12-20acl-plugin: add a debug CLI to print 5-tuple structure in human readable form...Andrew Yourtchenko3-0/+33
2017-12-20L2 EmulationNeale Ranns19-30/+1592
2017-12-20fix kubeproxy some testsGabriel Ganne3-4/+47
2017-12-20Translate matching packets using NAT (VPP-1069)Juraj Sloboda8-52/+325
2017-12-20Fix MPLS local-label CLI help stringMarek Gradzki1-1/+1
2017-12-20VPP-1083 "ip punt redirect add" crashed if not mentioned any other parameterSwarup Nayak2-8/+28
2017-12-19BIER coverity fix in route downlaodNeale Ranns2-3/+3
2017-12-19FIB memory leak during recursive loop detectionNeale Ranns1-0/+2
2017-12-19VPP-1032: fix coverity warning in bierDave Barach1-2/+2
2017-12-19Fix passing bad context for callback functionJuraj Sloboda1-2/+2
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian8-792/+1011
2017-12-19lldp: Fix Coverity Warnings CID 177942, CID 177945Dave Wallace1-1/+1
2017-12-18session api: Fix Coverity Warning CID 180115Dave Wallace1-1/+1
2017-12-18API: Fix Coverity Warning CID 177944Dave Wallace1-1/+1
2017-12-18NAT: Add performance testing TRex scripts and config (VPP-832)Matus Fabian13-0/+426
2017-12-18Updated MAINTAINERSRadu Nicolau1-0/+2
2017-12-18Fix nat44 identity mappingDave Barach1-0/+5
2017-12-18Provide useful output when installed vpp-dpdk version is incorrectEd Warnicke1-0/+5
2017-12-18Support kube-proxy data planeHongjun Ni13-0/+3798
2017-12-18SR-MPLS: binary API and automated steeringPablo Camarillo10-522/+1694
2017-12-18VPP-269 Coding standards cleanup - vnet/vnet/policerKrishanpal singh1-11/+14
2017-12-18Update CSIT tests 171204 -> 171218Jan Gelety1-1/+1
2017-12-16PAPI: Add docstrings to unit tests.Ole Troan1-0/+17
2017-12-16GRE tunnel key includes the FIB tableNeale Ranns6-139/+240
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne5-13/+18
2017-12-16dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDsDamjan Marion1-5/+8
2017-12-15VPP-1102: fix dangling references in RPC handlingDave Barach5-27/+59
2017-12-15apps: refactor uri and update build infraFlorin Coras12-35/+73
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy14-63/+79
2017-12-15make test: disable tests which require CXX >= 5.3 on rhelGabriel Ganne1-1/+1
2017-12-15VCL-LDPRELOAD: Fix Coverity Warning CID 178776Dave Wallace3-98/+68
2017-12-15implement clib_smp_pause() for arm and aarch64 platformKevin Wang2-1/+4
2017-12-15fib: fix show fib path-list and pathFlorin Coras2-4/+4
2017-12-15ESP_AH_test_automation_scripts rev1“mystarrocks”5-8/+829
2017-12-15Ignore core filesKeith Burns (alagalah)1-0/+3
2017-12-14Fix display of single-event event-logsDave Barach2-1/+8
2017-12-14VPP-1100 Fix loop in "set punt tcp/udp command"Swarup Nayak1-5/+17
2017-12-14pci: auto-detect right vfio/uio driverDamjan Marion3-3/+58
2017-12-14vom: acl: Extend constructor for l3 ruleMohsin Kazmi2-9/+23
2017-12-14vom: acl-list: Add comparison operator - for UTMohsin Kazmi1-0/+12
2017-12-14vppinfra: add AVX512 variant of clib_memcpyDamjan Marion5-130/+359
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco9-10/+152
2017-12-14VPP-1032: clean up coverity warnings.Dave Barach2-5/+12
2017-12-14Enable AWS ENA PMDMatthew Smith3-1/+13
2017-12-14NAT64: fix coverity (VPP-1032)Matus Fabian2-0/+4
2017-12-14BIER disposition default routeNeale Ranns4-8/+45
n class="p">| | Set Test Variable | ${dut1_vm_refs} | | ... | | 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 | | When Initialize L2 bridge domains for multiple chains with Vhost-User | | ... | nf_chains=${6} | nf_nodes=${2} | | And Configure chains of NFs with dpdk-testpmd-mac connected via vhost-user | | ... | nf_chains=${6} | nf_nodes=${2} | jumbo=${jumbo} | | ... | perf_qemu_qsz=${1024} | use_tuned_cfs=${False} | | Then Find NDR and PDR intervals using optimized search | | ... | ${framesize} | ${traffic_profile} | ${min_rate} | ${max_rate} *** Test Cases *** | tc01-64B-1c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 64B | 1C | | framesize=${64} | phy_cores=${1} | tc02-64B-2c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 64B | 2C | | framesize=${64} | phy_cores=${2} | tc03-64B-4c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 64B | 4C | | framesize=${64} | phy_cores=${4} | tc04-1518B-1c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 1518B | 1C | | framesize=${1518} | phy_cores=${1} | tc05-1518B-2c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 1518B | 2C | | framesize=${1518} | phy_cores=${2} | tc06-1518B-4c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 1518B | 4C | | framesize=${1518} | phy_cores=${4} | tc07-9000B-1c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 9000B | 1C | | framesize=${9000} | phy_cores=${1} | tc08-9000B-2c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 9000B | 2C | | framesize=${9000} | phy_cores=${2} | tc09-9000B-4c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | 9000B | 4C | | framesize=${9000} | phy_cores=${4} | tc10-IMIX-1c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | IMIX | 1C | | framesize=IMIX_v4_1 | phy_cores=${1} | tc11-IMIX-2c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | IMIX | 2C | | framesize=IMIX_v4_1 | phy_cores=${2} | tc12-IMIX-4c-eth-l2bd-24vhost-6chain-12vm-l3fwdip4-ndrpdr | | [Tags] | IMIX | 4C | | framesize=IMIX_v4_1 | phy_cores=${4}