index
:
mesalab_git/tongzongzhen/dpdk.git
main
next-baseband-for-main
next-baseband-staging
next-crypto-for-main
next-eventdev-for-main
next-net-brcm-for-next-net
next-net-brcm-for-next-net-bkp
next-net-brcm-main
next-net-for-main
next-net-intel-for-next-net
next-net-intel-main
next-net-main
next-net-mlx-for-next-net
next-net-mlx-main
next-net-mrvl-for-main
next-virtio-for-next-net
next-virtio-staging
releases
Repository for tongzongzhen/dpdk
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mempool
Age
Commit message (
Expand
)
Author
2024-11-19
mempool: enable with MSVC
Andre Muezerie
2024-10-09
use C linkage where appropriate in headers
Mattias Rönnblom
2024-08-08
version: 24.11-rc0
David Marchand
2024-07-03
mempool: use macro instead of GCC constant builtin
Tyler Retzlaff
2024-06-14
mempool: fix some build issue with MSVC
Stephen Hemminger
2024-06-14
mempool: replace GCC pragma with cast
Stephen Hemminger
2024-06-14
mempool: add memory chunks in dump
Morten Brørup
2024-06-14
mempool: retrieve objects location info
Paul Szczepanek
2024-05-29
build: exclude rather than include libs in MSVC build
Tyler Retzlaff
2024-03-06
lib: move alignment attribute on types for MSVC
Tyler Retzlaff
2024-03-06
lib: use C11 alignment attribute on variables
Tyler Retzlaff
2024-02-16
mempool: rework compile-time check for clang
Stephen Hemminger
2023-12-21
lib: use per line logging in helpers
David Marchand
2023-12-21
lib: add more logging helpers
David Marchand
2023-12-21
lib: use dedicated logtypes and macros
David Marchand
2023-12-06
mempool: use a dynamic logtype
Stephen Hemminger
2023-11-27
mempool: clarify enqueue/dequeue ops documentation
Ferruh Yigit
2023-11-27
mempool: fix get function documentation
Ferruh Yigit
2023-10-30
mempool: use stdatomic API
Tyler Retzlaff
2023-10-12
mempool: add cache guard to per-lcore debug statistics
Morten Brørup
2023-08-22
mempool: fix default ops for an empty mempool
David Marchand
2023-08-16
remove C11 compatibility macro
Tyler Retzlaff
2023-07-31
version: 23.11-rc0
David Marchand
2023-06-27
lib: remove blank line ending comment blocks
Thomas Monjalon
2023-06-07
mempool: optimize getting constant number of objects
Morten Brørup
2023-02-20
mempool: drop export of internal tracepoints
Ankur Dwivedi
2023-02-06
mempool: add object usage counts in telemetry
Robin Jarry
2023-02-05
rename telemetry u64 functions to uint versions
Bruce Richardson
2023-02-05
mempool: fix telemetry data truncation
Huisong Li
2022-11-15
cleanup compat header inclusions
David Marchand
2022-11-10
mempool: use cache for frequently updated stats
Morten Brørup
2022-11-10
mempool: add stats for unregistered non-EAL threads
Morten Brørup
2022-11-10
mempool: split stats from debug mode
Morten Brørup
2022-10-30
mempool: align cache objects on cache lines
Morten Brørup
2022-10-26
mempool: flush cache completely on overflow
Andrew Rybchenko
2022-10-26
mempool: fix cache flushing algorithm
Morten Brørup
2022-10-10
mempool: avoid usage of term ring on put
Andrew Rybchenko
2022-10-10
mempool: check driver enqueue result in one place
Andrew Rybchenko
2022-10-10
mempool: make event callbacks process-private
Dmitry Kozlyuk
2022-10-08
mempool: fix get objects from mempool with cache
Morten Brørup
2022-10-04
mem: fix API doc about allocation on secondary processes
Olivier Matz
2022-09-26
mempool: remove deprecated unused defines
Andrew Rybchenko
2022-09-26
mempool: remove deprecated macro to register mempool driver
Andrew Rybchenko
2022-09-26
mempool: remove deprecated macro to calculate header size
Andrew Rybchenko
2022-09-23
dev: hide driver object
David Marchand
2022-09-23
eal: deprecate RTE_FUNC_PTR_* macros
David Marchand
2022-07-21
version: 22.11-rc0
David Marchand
2022-02-22
lib: remove unneeded header includes
Sean Morrissey
2022-02-12
lib: update documentation of some *_free functions
Stephen Hemminger
2021-10-25
mempool: fix non-IO flag inference
Dmitry Kozlyuk
[next]