test/func_reentrancy: free memzones after test
[dpdk.git] / app / test /
2021-09-16 Joyce Kongtest/func_reentrancy: free memzones after test
2021-09-15 Thomas Monjalontest/crypto: fix minsize build
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
2021-09-08 Gagandeep Singhtest/crypto: support PDCP short MAC-I
2021-09-08 Akhil Goyaltest/crypto: remove illegal PMD header include
2021-09-06 Rebecca Troytest/crypto: refactor scheduler workers init
2021-08-02 John Levontest: quieten warning noise while forking
2021-07-31 John Levontest: flush stdout after forking
2021-07-30 Suanming Moutest/crypto: increase mbuf data payload size to 4K
2021-07-30 Joyce Kongtest/rcu: use compiler atomics for data sync
2021-07-30 Joyce Kongtest/service: use compiler atomics for lock sync
2021-07-30 Joyce Kongtest/mempool: use compiler atomics for lcores sync
2021-07-30 Joyce Kongtest/mempool: remove unused variable for lcores sync
2021-07-30 Joyce Kongtest/mcslock: use compiler atomics for lcores sync
2021-07-30 Joyce Kongtest/rwlock: use compiler atomics for lcores sync
2021-07-30 Joyce Kongtest/spinlock: use compile atomics for lcores sync
2021-07-30 Joyce Kongtest/ticketlock: use compiler atomics for lcores sync
2021-07-21 Adam Dybkowskitest/crypto: check raw API support
2021-07-20 Shiri Kuzintest/crypto: support mlx5 driver
2021-07-20 Shiri Kuzintest/crypto: add multi-segment out-of-place AES-XTS
2021-07-20 Shiri Kuzintest/crypto: add AES-XTS vectors
2021-07-20 Abhinandan Gujjartest/crypto: fix mempool size for session-less
2021-07-20 Richael Zhuangtest/power: fix CPU frequency check for intel_pstate
2021-07-09 Richael Zhuangtest/power: fix CPU frequency when turbo enabled
2021-07-09 Richael Zhuangpower: support cppc_cpufreq driver
2021-07-07 Rebecca Troytest/crypto: use formal array size macro
2021-07-07 Rebecca Troytest/crypto: fix typo in ESN case
2021-07-07 Rebecca Troytest/crypto: fix typo in AES case
2021-07-07 Rebecca Troytest/crypto: rename slave to worker
2021-07-07 Rebecca Troytest/crypto: fix autotest function parameters
2021-07-07 Thierry Herbelottest/crypto: fix mbuf reset after null check
2021-07-07 Kiran Kumar Ktest/crypto: add cnxk for asymmetric cases
2021-07-07 Tejasree Kondojtest/crypto: enable cnxk
2021-07-02 Jie Zhouapp/testpmd: build on Windows
2021-07-02 Olivier Matztest/cksum: add L3/L4 checksum API test
2021-07-06 Olivier Matztest/mbuf: fix virtual address conversion
2021-07-06 David Marchandtest: remove hack for private header inclusion
2021-07-05 Lance Richardsonapp/test: fix IPv6 header initialization
2021-06-24 Owen Hilyardtests/eal: fix memory leak
2021-06-24 Owen Hilyardtests/cmdline: fix memory leaks
2021-06-03 Aaron Conoletest: remove strict timing requirements some tests
2021-05-20 Kevin Traynortest: fix build with GCC 11
2021-05-19 Kevin Traynortest/crypto: fix build with GCC 11
2021-05-19 Stephen Hemmingertest/timer: remove license boilerplate
2021-05-19 Ciara Powertest/crypto: fix result when PMD is not loaded
2021-05-19 Min Hu (Connor)test: fix division by zero
2021-05-18 Ferruh Yigittest/table: fix build with GCC 11
2021-05-12 David Hunttest/power: fix turbo test
2021-05-12 David Hunttest/power: fix low frequency test when turbo enabled
2021-05-12 David Hunttest/power: add turbo mode to frequency check
2021-05-12 David Hunttest/power: fix CPU frequency check
2021-05-12 Min Hu (Connor)test: check flow classifier creation
2021-05-12 Ciara Powertest/crypto: build block-cipher suite dynamically
2021-05-12 Ciara Powertest/crypto: fix return value of a skipped test
2021-05-12 Ciara Powertest/crypto: move test suite parameters to header file
2021-05-12 Ciara Powertest/crypto: replace unsupported with skipped
2021-05-12 Ciara Powertest/crypto: refactor to use sub test suites
2021-05-12 Ciara Powertest: introduce parent test suite format
2021-05-12 Ciara Powertest: refactor unit test suite runner
2021-05-09 Shijith Thottontest/event: fix result of unsupported periodic timer
2021-05-12 Min Hu (Connor)test/timer: check memzone allocation
2021-05-05 Kai Jitest/crypto: copy offset data to OOP destination buffer
2021-05-05 Kai Jitest/crypto: fix auth-cipher compare length in OOP
2021-05-05 Stanislaw Kardachtest/distributor: fix burst flush on worker quit
2021-05-05 Stanislaw Kardachtest/distributor: fix worker notification in burst...
2021-04-26 Min Hu (Connor)test/kni: check init result
2021-04-26 Min Hu (Connor)test/kni: fix a comment
2021-05-04 Pavan Nikhileshevent/cnxk: add SSO selftest and dump
2021-05-04 Olivier Matztest/mempool: fix object initializer
2021-05-03 Stanislaw Kardachstack: allow lock-free only on relevant architectures
2021-04-21 Richael Zhuangtest/power: round CPU frequency to check
2021-04-21 Richael Zhuangtest/power: add delay before checking CPU frequency
2021-04-21 Min Hu (Connor)test/bpf: fix error message
2021-04-21 Chengwen Fengtest: check thread creation
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names
2021-04-21 Bruce Richardsonapp: reduce indentation in build files
2021-04-20 Kevin Traynortest/cmdline: silence clang 12 warning
2021-04-20 Kevin Traynortest/cmdline: fix inputs array
2021-04-20 Vladimir Medvedkinhash: add predictable RSS
2021-04-17 Shijith Thottontest/event_crypto: use crypto adapter enqueue API
2021-04-09 Lance Richardsontest: fix TCP header initialization
2021-04-16 Fan Zhangcryptodev: add dequeue count parameter in raw API
2021-04-16 Adam Dybkowskitest/crypto: close device after tests
2021-04-16 Tejasree Kondojtest/crypto: add cases for block cipher encrypted digest
2021-04-14 Stephen Hemmingerpflock: add phase-fair reader writer locks
2021-04-14 Feifei Wangtest/trace: fix race on collected perf data
2021-04-14 Bruce Richardsontest: take test names from command line
2021-04-12 Shijith Thottontest/event: add unit tests for periodic timer
2021-04-12 Timothy McDanielevent/dlb: remove driver
2021-04-12 Pavan Nikhileshtest/event: fix timeout accuracy
2021-04-09 David Marchandtest/log: check levels
2021-04-08 Stanislaw Kardachtest: proceed if timer subsystem already initialized
2021-03-25 Thinh Trantest: fix autotest handling of skipped tests
2021-03-23 Thomas Monjalonbuild: remove redundant _GNU_SOURCE definitions
2021-03-23 Thomas Monjalonbuild: detect execinfo library on Linux
2021-03-16 Xueming Likvargs: support multiple lists
2021-03-02 Lance Richardsonmbuf: rename outer IP checksum macro
2021-03-03 David Marchandci: catch coredumps
2021-03-01 Nithin Dabilpuramtest/mem: fix page size for external memory
2021-02-04 Gagandeep Singhtest/crypto: add check in decryption with digest case
next