pdump: fix error code check when creating/canceling pthread
[dpdk.git] / lib / librte_acl /
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-11-06 Thomas Monjalonuse macro to declare constructor functions
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-04 Bruce Richardsonacl: remove checks for SSE4
2017-07-03 Ashwin Sekhar T Kacl: fix build with ARMv8 clang
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-01-30 Michał Mirosławacl: fix flow data comments
2017-01-30 Michał Mirosławacl: allow zero verdict
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-09-09 Gowrishankar Muthu... acl: add AltiVec for ppc64
2016-06-07 Jerin Jacobmk: fix cross-compilation
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-08 Jianbo Liuacl/arm: enable acl for ARMv7
2015-11-20 Konstantin Ananyevacl: fix native build on haswell with icc
2015-11-18 Jerin Jacobacl: add NEON optimization for ARMv8
2015-10-24 Mark Smithacl: improve rules sorting
2015-09-03 Thomas Monjalonacl: remove old API
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-06-18 Konstantin Ananyevacl: remove unused code
2015-06-18 Konstantin Ananyevacl: introduce a macro for bitmask conversion
2015-06-18 Konstantin Ananyevacl: fix unneeded trie splitting for subset of rules
2015-06-18 Konstantin Ananyevacl: add function to check build input parameters
2015-06-18 Konstantin Ananyevacl: remove redundant macro
2015-06-18 Konstantin Ananyevacl: fix invalid rule wildness calculation for bitmask...
2015-06-04 Konstantin Ananyevacl: remove subtree calculations at build stage
2015-06-04 Konstantin Ananyevacl: fix matching rule
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