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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vppinfra
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-05-05
autodetect alignment during _vec_resize
Damjan Marion
5
-8
/
+12
2018-05-04
Harmonize vec/pool_get_aligned object sizes and alignment requests
Dave Barach
2
-0
/
+4
2018-04-30
Remove historical README file
Dave Barach
1
-43
/
+0
2018-04-25
dpdk: complete rework of the dpdk-input node
Damjan Marion
4
-5
/
+149
2018-04-18
vppinfra: make set_mempolicy failure non-critical unless NUMA_FORCE is set
Damjan Marion
1
-1
/
+2
2018-04-11
Clean up temp dir in failure cases
Dave Barach
1
-0
/
+3
2018-03-22
Add circular logging
Dave Barach
3
-21
/
+85
2018-03-12
Remove md5.[ch] from vppinfra
Dave Barach
3
-515
/
+0
2018-03-09
Correct address calculation for VPP-1168
Lee Roberts
1
-1
/
+1
2018-03-06
glibc 2.27 fix
Marco Varlese
1
-0
/
+2
2018-03-04
vppinfra: fix clib_mem_vm_ext_alloc non-shared allocations
Damjan Marion
2
-3
/
+9
2018-02-26
Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....
Adrian Oanca
1
-0
/
+20
2018-02-24
u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Ni...
Adrian Oanca
1
-24
/
+9
2018-02-23
Add prefetch inlines, update bi-hash doc tags
Dave Barach
2
-12
/
+90
2018-02-22
bihash table size perf/scale improvements
Dave Barach
3
-41
/
+73
2018-02-21
vppinfra: change default cache line size 64 bytes
Damjan Marion
1
-10
/
+2
2018-02-21
vppinfra: remove vector_iwmmxt.h
Damjan Marion
2
-126
/
+0
[next]