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
/
eal
/
include
/
generic
Age
Commit message (
Expand
)
Author
2024-10-30
eal: promote more power intrinsics API as stable
Stephen Hemminger
2024-10-09
use C linkage where appropriate in headers
Mattias Rönnblom
2024-06-14
eal: implement more prefetch functions for MSVC
Tyler Retzlaff
2024-05-16
eal: include header for MSVC SIMD intrinsics
Tyler Retzlaff
2024-03-06
lib: move alignment attribute on types for MSVC
Tyler Retzlaff
2023-11-14
eal: promote max SIMD bitwidth API as stable
Stephen Hemminger
2023-11-14
eal: promote some power intrinsics API as stable
Stephen Hemminger
2023-11-14
eal: promote 128-bit atomic compare exchange as stable
Stephen Hemminger
2023-10-06
mem: fix deadlock with multiprocess
Artemy Kovalyov
2023-09-29
eal: use stdatomic qualifier where needed
Tyler Retzlaff
2023-09-29
eal: use stdatomic API in public headers
Tyler Retzlaff
2023-08-25
eal: hide vector types for MSVC
Tyler Retzlaff
2023-08-25
eal: default to little endian for MSVC
Tyler Retzlaff
2023-08-25
eal: implement byte swap for MSVC
Tyler Retzlaff
2023-08-25
eal: hide legacy atomics API for MSVC
Tyler Retzlaff
2023-08-25
eal/x86: implement barriers for MSVC
Tyler Retzlaff
2023-08-24
remove compatibility wrappers for GCC < 4.8
David Marchand
2023-08-16
remove C11 compatibility macro
Tyler Retzlaff
2023-07-28
eal: add notes to SMP memory barrier API
Ruifeng Wang
2023-06-27
lib: align comment blocks
Thomas Monjalon
2023-06-27
lib: remove blank line ending comment blocks
Thomas Monjalon
2023-06-08
vhost: change virtqueue access lock to a read/write one
Eelco Chaudron
2023-06-07
eal: use C11 memory model GCC builtin atomics
Tyler Retzlaff
2023-04-25
rework atomic intrinsics fetch operations
Tyler Retzlaff
2023-02-20
eal: use same atomic intrinsics for GCC and clang
Honnappa Nagarahalli
2023-02-09
eal: annotate spinlock, rwlock and seqlock
David Marchand
2022-11-15
cleanup compat header inclusions
David Marchand
2022-10-27
rwlock: promote trylock operations as stable
Stephen Hemminger
2022-10-03
rwlock: prevent readers from starving writers
Stephen Hemminger
2022-09-21
eal: remove unneeded includes from a public header
Dmitry Kozlyuk
2022-06-26
eal: promote experimental sleep function
Stephen Hemminger
2022-06-08
eal: remove unused arch-specific headers for locks
David Marchand
2022-04-14
eal: emit warning for unused trylock return value
Mattias Rönnblom
2022-02-10
eal: fix C++ include
Bruce Richardson
2022-01-11
fix spelling in comments and strings
Josh Soref
2021-11-03
mcslock: use wait until scheme for unlock
Feifei Wang
2021-11-03
pflock: use wait until scheme for read lock
Feifei Wang
2021-11-03
eal: add a new helper for wait until scheme
Feifei Wang
2021-10-20
mcslock: use WFE in lock for aarch64
Feifei Wang
2021-07-09
spinlock: use WFE to reduce contention on aarch64
Gavin Hu
2021-07-09
eal: add power monitor for multiple events
Anatoly Burakov
2021-07-09
eal: use callbacks for power monitoring comparison
Anatoly Burakov
2021-04-21
lib: remove librte_ prefix from directory names
Bruce Richardson