acl: use setjmp/longjmp to handle alloc failures at build phase
[dpdk.git] / lib / librte_acl /
2015-04-28 Konstantin Ananyevacl: use setjmp/longjmp to handle alloc failures at...
2015-03-20 Konstantin Ananyeveal/x86: move header file for vector instructions
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2015-02-02 Thomas Monjalonacl: remove standalone header
2015-01-28 Konstantin Ananyevacl: add comments about internal layout
2015-01-28 Konstantin Ananyevacl: remove unused constant
2015-01-28 Konstantin Ananyevacl: introduce config parameter for performance/space...
2015-01-28 Konstantin Ananyevacl: deduplicate some SSE and AVX2 code
2015-01-28 Konstantin Ananyevacl: move SSE dwords shuffle
2015-01-28 Konstantin Ananyevacl: use scalar method fastest for some cases
2015-01-28 Konstantin Ananyevacl: add AVX2 classify method
2015-01-28 Konstantin Ananyeveal: introduce ymm type for AVX 256-bit
2015-01-28 Konstantin Ananyevacl: deduplicate a bit of RT code
2015-01-28 Konstantin Ananyevacl: make scalar RT code more similar to vector one
2015-01-28 Konstantin Ananyevacl: simplify match nodes allocation
2015-01-28 Konstantin Ananyevacl: introduce DFA nodes compression (group64) for...
2015-01-28 Konstantin Ananyevacl: fix overwritten matches
2015-01-28 Konstantin Ananyevacl: remove build phase heuristic with negative perform...
2015-01-28 Konstantin Ananyevacl: make data indexes long enough to survive idle...
2015-01-28 Konstantin Ananyevacl: fix build in standalone mode
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-14 Thomas Monjalonacl: fix code typos
2014-11-14 Thomas Monjalonacl: fix comments typos
2014-09-03 Konstantin Ananyevacl: fix build and runtime for default target
2014-07-22 Anatoly Burakovacl: make tailq fully local
2014-07-18 Bruce Richardsonacl: fix header include for intrinsics
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-13 Konstantin Ananyevacl: new library