summaryrefslogtreecommitdiff
path: root/lib/librte_mempool
AgeCommit message (Expand)Author
2021-02-05mempool: fix panic on dump or auditOlivier Matz
2020-10-19build: remove library name from version map file nameBruce Richardson
2020-10-06mempool: dump handler index and nameHemant Agrawal
2020-10-06mempool: promote some experimental functions as stableOlivier Matz
2020-10-06mempool: remove v20 ABI compatibilityOlivier Matz
2020-10-06mempool: dump socket attributeSachin Saxena
2020-09-19mempool: remove physical address aliasesThomas Monjalon
2020-09-08config: remove default configs used with makeCiara Power
2020-09-08build: remove makefilesCiara Power
2020-08-12version: 20.11-rc0Thomas Monjalon
2020-07-22mempool: fix allocation in memzone during retryZhike Wang
2020-07-08eal: register non-EAL threads as lcoresDavid Marchand
2020-07-07mempool: use generic memory syscall wrappersFady Bader
2020-07-05trace: simplify trace point registrationDavid Marchand
2020-06-15trace: add size_t field emitterDmitry Kozlyuk
2020-05-06trace: simplify trace point headersDavid Marchand
2020-05-05mempool: return 0 if area is too small on populateOlivier Matz
2020-04-24mempool: remove inline functions from export listFady Bader
2020-04-23mempool: add tracepointsSunil Kumar Kori
2020-04-14build: disable experimental API check internallyPavan Nikhilesh
2020-02-14lib: fix unnecessary double negationCiara Power
2020-01-20mempool: remove memory wastage on non-x86Jerin Jacob
2020-01-20mempool: fix populate with small virtual chunksOlivier Matz
2020-01-20mempool: fix slow allocation of large poolsOlivier Matz
2020-01-20mempool: fix anonymous populateOlivier Matz
2019-11-20build: align symbols with global ABI versionPawel Modrak
2019-11-20build: remove individual library versionsAnatoly Burakov
2019-11-19mempool: remove check for bad IOVA when populatingAnatoly Burakov
2019-11-19mempool: use actual IOVA addresses when populatingAnatoly Burakov
2019-11-06mempool: use specific macro for object alignmentOlivier Matz
2019-11-06mempool: prevent objects from being across pagesOlivier Matz
2019-11-06mempool: introduce helpers for populate and required sizeOlivier Matz
2019-11-06mempool: introduce function to get mempool page sizeOlivier Matz
2019-11-06mempool: remove optimistic IOVA-contiguous allocationOlivier Matz
2019-11-06mempool: reduce wasted space on populateOlivier Matz
2019-11-06mempool: allow populating with unaligned virtual areaOlivier Matz
2019-10-16mempool: clarify default populate functionOlivier Matz
2019-07-06eal: hide shared memory configAnatoly Burakov
2019-07-05eal: add API to lock/unlock mempool listAnatoly Burakov
2019-07-05eal: add API to lock/unlock tailq listAnatoly Burakov
2019-05-03doc: fix spelling reported by aspell in commentsJohn McNamara
2019-04-04replace snprintf with strlcpyBruce Richardson
2019-04-04replace snprintf with strlcpy without adding extra includeBruce Richardson
2019-03-27use appropriate EAL macro for constructorsJerin Jacob
2018-10-11malloc: add function to check if socket is externalAnatoly Burakov
2018-10-11mem: allow memseg lists to be marked as externalAnatoly Burakov
2018-08-05mempool: fold memory size calculation helperAndrew Rybchenko
2018-08-05mempool: remove deprecated functionsAndrew Rybchenko
2018-08-05mempool: check for zero size creationPablo de Lara
2018-05-15mempool: fix virtual address populationAnatoly Burakov