Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vppinfra
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
vector indicies walk in reverse
Neale Ranns
1
-0
/
+4
2018-07-27
-DCLIB_DEBUG => turn on extra checks in dlmalloc
Dave Barach
2
-2
/
+26
2018-07-26
vppinfra: add SSE4.2 version of u8x16_shuffle
Damjan Marion
1
-0
/
+6
2018-07-25
Generate vppinfra/config.h from config.in script (same as we do for vlib/conf...
Neale Ranns
1
-0
/
+23
2018-07-20
bihash: give hint to CPU that we are spinlocking
Damjan Marion
2
-4
/
+6
2018-07-20
Fine-grained add / delete locking
Dave Barach
9
-354
/
+234
2018-07-19
Fix coverity warning / legitimate minor bug
Dave Barach
1
-1
/
+1
2018-07-18
Add config option to use dlmalloc instead of mheap
Dave Barach
11
-8
/
+7149
2018-07-18
vppinfra: increase max bihash arena size to 512GB
Damjan Marion
2
-11
/
+21
2018-07-16
vppinfra: AVX2 interleave functions
Damjan Marion
1
-3
/
+14
2018-07-12
Revert "vppinfra: AVX2 blend"
Dave Barach
1
-6
/
+0
2018-07-12
vppinfra: AVX2 blend
Damjan Marion
1
-0
/
+6
2018-07-09
IGMP improvements
Neale Ranns
1
-0
/
+21
2018-07-04
Fix clib_bitmap_next_clear() function when no clear bits left
John Lo
1
-0
/
+3
2018-07-03
tcp: update snd_una_max for retranmsits
Florin Coras
1
-1
/
+1
2018-07-02
Add per-numa page allocation info to 'show memory'
Damjan Marion
2
-0
/
+64
2018-06-30
bitmap: add nocheck variants for bit ops
Florin Coras
2
-20
/
+54
2018-06-29
bihash key compare improvements
Damjan Marion
3
-12
/
+10
2018-06-28
Fix mheap_get_aligned() performance jackpot
Dave Barach
2
-3
/
+64
2018-06-28
ip: vectorized ip checksum
Damjan Marion
1
-0
/
+28
2018-06-27
Tune pool_get / pool_put
Dave Barach
2
-7
/
+56
2018-06-27
vppinfra: add vector horizontal add and byte swap (SSE4.2 & AVX2)
Damjan Marion
2
-0
/
+31
2018-06-26
Fix load_unaligned undefined and other possible build failures
Sirshak Das
1
-26
/
+40
2018-06-26
We don't have (yet) 128-bit unaligned load/store on ARM
Damjan Marion
1
-2
/
+2
2018-06-26
add backtrace in unix_signal_handler
Kingwel Xie
1
-21
/
+14
2018-06-26
SIMD optimized linear search in clib_bitmap_first_set
Damjan Marion
1
-2
/
+23
2018-06-25
tw: add light weight timer update function
Florin Coras
4
-31
/
+172
2018-06-14
Add clib_bihash_search_inline_2_with_hash to bihash template
Andrew Yourtchenko
1
-5
/
+15
2018-06-13
Disable bihash bucket-level caching
Dave Barach
3
-3
/
+3
2018-06-08
Time range support for vppinfra
Dave Barach
3
-0
/
+781
2018-06-05
VPP API: Memory trace
Ole Troan
4
-3
/
+27
2018-06-04
Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064)
Dave Barach
1
-1
/
+4
2018-06-02
AVF input node rework
Damjan Marion
1
-0
/
+3
2018-05-30
Fix clang compilation on aarch64: value size does not match register size.
Sirshak Das
1
-1
/
+1
2018-05-30
vppinfra: explicitely state for signed types that they are signed
Damjan Marion
2
-9
/
+9
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
1
-2
/
+25
2018-05-28
Change optimizaton level from tree-vectorize to O3
Damjan Marion
1
-1
/
+1
2018-05-28
Fix flowhash size computation for very large hash tables
Pierre Pfister
1
-1
/
+1
2018-05-25
bond: performance harvesting
Steven
2
-0
/
+71
2018-05-25
Vectorized bihash_{48,40,24,16}_8 key compare
Damjan Marion
6
-24
/
+83
2018-05-22
vppinfra: add clib_count_equal_uXX and clib_memset_uXX functions
Damjan Marion
4
-5
/
+339
2018-05-20
vector functions cleanup and improvements
Damjan Marion
7
-93
/
+97
2018-05-19
Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function
Damjan Marion
1
-0
/
+2
2018-05-18
Add vlib_buffer_enqueue_to_next inline function
Damjan Marion
3
-1
/
+22
2018-05-17
Add buffer pointer-to-index and index-to-pointer array functions
Damjan Marion
1
-0
/
+22
2018-05-11
Periodic scan and probe of IP neighbors to maintain neighbor pools
John Lo
2
-0
/
+6
2018-05-11
VPP-1275 Fix memory leaks in IPsec CLI
Klement Sekera
1
-1
/
+1
2018-05-10
vppinfra: use count_trailing_zeros in sparse_vec_index
Damjan Marion
3
-68
/
+30
2018-05-10
vppinfra: use popcnt instruction when available
Damjan Marion
1
-0
/
+8
2018-05-09
dpdk: tx code rework
Damjan Marion
1
-0
/
+12
[next]