common/mlx5: support vDPA completion queue moderation
[dpdk.git] / lib / librte_stack /
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-05 Gage Eadsstack: promote library as stable
2020-09-30 Yunjian Wangstack: fix uninitialized variable
2020-09-30 Steven Lariaustack: relax pop CAS ordering
2020-09-30 Steven Lariaustack: reload head when pop fails
2020-09-30 Steven Lariaustack: remove redundant orderings on pop
2020-09-30 Steven Lariaustack: remove acquire fence on push
2020-09-30 Steven Lariaustack: fix inconsistent weak/strong CAS
2020-09-07 Ciara Powerbuild: remove makefiles
2020-07-07 Jerin Jacoblog: remove unneeded logtype declaration
2020-07-07 David Marchandlib: remind experimental status in headers
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-16 Stephen Hemmingerstack: check flags on creation for future proofing
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-27 Dharmik Thakkarrename private header files
2019-10-21 Phil Yangstack: enable lock-free implementation for aarch64
2019-07-05 Anatoly Burakoveal: add API to lock/unlock tailq list
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-27 Phil Yangstack: fix sign of list length
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-04-04 Gage Eadsstack: add C11 atomic implementation
2019-04-04 Gage Eadsstack: add lock-free implementation
2019-04-04 Gage Eadsstack: introduce stack library