test mbuf attach
[dpdk.git] / lib / librte_acl /
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-02-13 Konstantin Ananyevacl: fix 32-bit match for range field
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-09 David Marchandremove useless include of EAL memory config header
2019-08-05 David Christensenreplace license text with SPDX tag on PPC files
2019-08-02 Aaron Conoleacl: fix undefined behavior of bit shifts
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakoveal: add API to lock/unlock tailq list
2019-06-11 Jerin Jacobacl: fix build with some arm64 compiler
2019-06-05 Bruce Richardsonacl: remove use of weak functions
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-27 Andrius Sirvysacl: fix compiler flags with meson and AVX2 runtime
2018-11-06 Ferruh Yigitlib: fix shifting 32-bit signed variable 31 times
2018-10-25 Keith Wileseal: add macro for attribute weak
2018-09-16 Konstantin Ananyevacl: forbid rule with priority zero
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-09 Jerin Jacoblib: use SPDX tag for Cavium copyright files
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
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