aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib
AgeCommit message (Expand)AuthorFilesLines
2017-11-18Call a plugin init function by nameDave Barach1-0/+26
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion1-9/+15
2017-11-13Instead of a min term size, use a default (VPP-1061)Chris Luke1-16/+21
2017-11-09buffers: fix bug in free list n_alloc trackingKlement Sekera1-0/+1
2017-10-31physmem: register region with IOMMUDamjan Marion1-0/+57
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion5-23/+42
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-20Thread_index for thread0 in vlib_global_main not initialisedKeith Burns (alagalah)1-0/+1
2017-10-19VPP-1024: rewrite buffer trajectory tracerDave Barach2-43/+25
2017-10-14VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handlerDave Barach2-4/+8
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine5-5/+5
2017-10-03Repair vlib API socket serverDave Barach2-2/+2
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach3-2/+59
2017-09-22Fix vpp "unix interactive" when running under emacs + gdbDave Barach1-3/+8
2017-09-21vppctl,cli: Improve non-interactive vppctl (VPP-944)Chris Luke1-51/+308
2017-09-20CLI: fix segfault when browsing an empty historyYoann Desmouceaux1-3/+1
2017-09-20Fix DHCP client so it works for worker threadsJohn Lo1-0/+3
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke2-1/+31
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-1/+1
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion7-536/+45
2017-09-14clib_socket: add sendmsg / recvmsg with ancillary data supportDamjan Marion1-2/+2
2017-09-12physmem: remove debug leftoversDamjan Marion1-1/+0
2017-09-11Recombine diags and minimum barrier open time changes (VPP-968)Colin Tregenza Dancer3-11/+340
2017-09-09move unix_file_* code to vppinfraDamjan Marion7-161/+98
2017-09-08physmem: make fake allocation non-fatal if we cannot pick numa nodeDamjan Marion1-4/+11
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion8-266/+356
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-4/+4
2017-09-07vlib physmem reworkDamjan Marion12-495/+662
2017-09-05Add pidfile cmdline optionPierre Pfister3-9/+98
2017-09-05Refork worker thread data structures in parallel (VPP-970)Colin Tregenza Dancer3-136/+214
2017-08-31Set runtime_path properly when running non-rootDamjan Marion1-2/+11
2017-08-30Thread safe internal buffer manager, take twoDamjan Marion3-4/+32
2017-08-25TCP horizontal scalingDave Barach3-21/+8
2017-08-24Make VPP runtime directory configurableDamjan Marion4-20/+63
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-1/+6
2017-08-02Fix tcp tx buffer allocationFlorin Coras2-8/+10
2017-07-27Thread safe internal buffer managerDamjan Marion4-9/+18
2017-07-26VPP-905: Wrong define used in function start_workers.JingLiuZTE1-1/+2
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace1-9/+9
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion3-38/+68
2017-07-13VPP-895 multi-thread: fix vpp crash on show runtimeIgor Mikhailov (imichail)1-0/+29
2017-07-13dpdk: fix dpdk_buffer_pool_create nameChris Luke1-3/+0
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion5-44/+87
2017-07-10vlib: fix issues with PCI handling codeDamjan Marion2-7/+7
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke3-0/+30
2017-07-05Buffer name inconsistently used a cstring/vec (VPP-901)Chris Luke1-3/+3
2017-06-30VPP debug image with worker threads hit assert on adding IP route with traffi...Neale Ranns2-0/+23
2017-06-28switch vlib process model to tw_timer_template timer implDave Barach4-77/+89
2017-06-21Add option to create clib_socket with group write permissionsDamjan Marion1-1/+4
2017-06-21Add knob to specify effective group id (gid) for VPP processDamjan Marion1-0/+7