test mbuf attach
[dpdk.git] / lib / librte_mbuf /
2020-08-03 Somnath Koturmbuf: extend meaning of QinQ stripped bit
2020-07-21 Phil Yangmbuf: use C11 atomic builtins for refcnt
2020-07-11 Viacheslav Ovsiienkombuf: introduce accurate packet Tx scheduling
2020-06-25 Xiaolong Yembuf: add dump of free dynamic flags
2020-06-25 Xiaolong Yembuf: fix dynamic field dump log
2020-06-25 Xiaolong Yembuf: fix free space update for dynamic field
2020-06-25 Xiaolong Yembuf: fix error code in dynamic field/flag registration
2020-06-25 Xiaolong Yembuf: fix boundary check at dynamic field registration
2020-06-11 Tal Shnaidermanmbuf: align layout in Windows
2020-06-11 Alexander Kozyrevmbuf: fix external buffer pool boundaries
2020-06-11 Xiaolong Yembuf: remove unused next member in dynamic flag/field
2020-06-11 Thomas Monjalonmbuf: document guideline for new fields and flags
2020-04-25 Muhammad Bilalmbuf: prevent setting mempool ops name empty
2020-04-16 Thomas Monjalonreplace unused attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-31 Alexander Kozyrevmbuf: optimize memory loads during freeing
2020-02-14 Ciara Powerlib: fix unnecessary double negation
2020-02-06 Viacheslav Ovsiienkombuf: fix pinned memory function style
2020-02-06 Stephen Hemmingermbuf: display more fields in dump
2020-01-20 Viacheslav Ovsiienkombuf: create pool with external memory buffers
2020-01-20 Viacheslav Ovsiienkombuf: detach mbuf with pinned external buffer
2020-01-20 Viacheslav Ovsiienkombuf: introduce routine to get private mbuf pool flags
2020-01-20 Jerin Jacobmbuf: use structure marker from EAL
2020-01-20 Jörg Thalheimmbuf: improve API doc for attaching external buffer
2019-11-25 Shahaf Shulermbuf: extend mbuf pool private structure
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-08 Viacheslav Ovsiienkoethdev: move egress metadata to dynamic field
2019-11-08 Viacheslav Ovsiienkoethdev: extend flow metadata
2019-10-26 Olivier Matzmbuf: support dynamic fields and flags
2019-10-25 Konstantin Ananyevmbuf: move definitions into a separate file
2019-10-23 Ting Xumbuf: add GTP tunnel type
2019-10-24 Morten Brørupmbuf: add bulk free function
2019-10-16 Stephen Hemmingermbuf: add a copy routine
2019-10-16 Stephen Hemmingermbuf: deinline clone function
2019-10-16 Stephen Hemmingermbuf: deinline linearize function
2019-07-01 Ivan Malovmbuf: clarify outer offsets for non-tunnel packets
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-06 Tom Barbetteethdev: add API to read device clock
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-22 Thomas Monjalonmbuf: fix big endian build
2019-04-19 Ferruh Yigitmbuf: update Tx VLAN and QinQ flags documentation
2019-04-02 Konstantin Ananyevmbuf: add function to generate raw Tx offload value
2019-04-02 Andrew Rybchenkombuf: remove Intel offload checks from generic API
2019-02-12 Rami Rosenmbuf: fix a typo
2019-01-27 Ed Czeckmbuf: fix struct initialization with C++
2019-01-15 Yongseok Kohmbuf: add function returning buffer address
2019-01-15 David Marchandmbuf: add a non fatal sanity check helper
2019-01-15 David Marchandmbuf: add sanity checks on segment metadata
2019-01-14 Yongseok Kohmbuf: remove experimental tag for external attachment
2019-01-14 Yongseok Kohmbuf: remove deprecated macro
2019-01-14 Harry van Haarenmbuf: fix C++ compatibility by making sched struct...
2018-12-21 Reshma Pattanmbuf: implement generic format for sched field
2018-10-26 Dekel Peledethdev: support metadata as flow rule criteria
2018-10-25 Jerin Jacobmbuf: add IGMP packet type
2018-10-25 Jerin Jacobmbuf: add MPLS packet type
2018-10-25 Jerin Jacobmbuf: add FCoE packet type
2018-10-25 Ferruh Yigitmbuf: fix library version on meson build
2018-10-18 Nithin Dabilpurammbuf: fix missing Tx outer UDP checksum flag name
2018-10-18 Jerin Jacobmbuf: fix offload flag name and list
2018-10-11 Jerin Jacobethdev: add Tx offload outer UDP checksum definition
2018-10-11 Jerin Jacobethdev: add Rx offload outer UDP checksum definition
2018-10-11 Ferruh Yigitmbuf: clarify QinQ flag usage
2018-10-11 Jerin Jacobmbuf: fix Tx offload mask
2018-10-01 Nikhil Raoeventdev: add eth Tx adapter APIs
2018-09-19 David Marchandmbuf: remove deprecated segment free functions
2018-08-08 Olivier Matzeal: remove experimental tag for user mbuf pool ops
2018-07-26 Hemant Agrawalmbuf: remove experimental tag from pool ops
2018-07-13 Dan Gorambuf: add accessor function for private data area
2018-06-15 Haiyue Wangmbuf: fix typo in IPv6 macro comment
2018-05-28 Yongseok Kohdoc: announce removal of indirect mbuf check macro
2018-05-22 Andy Greenmbuf: avoid integer promotion in prepend/adj/chain
2018-05-22 Andy Greenmbuf: avoid implicit demotion in 64-bit arithmetic
2018-05-22 Andy Greenmbuf: fix type of variables in linearize function
2018-05-22 Andy Greenmbuf: fix type of private size in detach
2018-05-20 Andy Greenmbuf: explicit cast of size on detach
2018-05-20 Andy Greenmbuf: explicit cast of external buffer length
2018-05-20 Andy Greenmbuf: explicit cast of headroom on reset
2018-05-20 Andy Greenmbuf: explicit casts of reference counter
2018-05-20 Andy Greenmbuf: fix reference counter integer promotion
2018-05-18 David Marchandmbuf: fix C++ build on void pointer cast
2018-05-14 Ferruh Yigitlib: clear experimental version tag in linker scripts
2018-04-27 Yongseok Kohmbuf: support attaching external buffer
2018-04-27 Xueming Liethdev: introduce tunnel type MPLS-in-GRE and MPLS...
2018-04-27 Xueming Liethdev: introduce new tunnel VXLAN-GPE
2018-04-27 Xueming Liethdev: introduce generic IP/UDP tunnel checksum and TSO
2018-04-23 Thomas Monjalonmbuf: improve tunnel Tx offloads API doc
2018-04-23 Thomas Monjalonmbuf: fix Tx checksum offload API doc
2018-04-11 Olivier Matzmbuf: remove control mbuf
2018-04-04 Stephen Hemmingermbuf: fix truncated strncpy
2018-02-06 Nipun Guptambuf: fix logic of user mempool ops API
2018-02-01 Olivier Matzmbuf: use SPDX tags
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-29 Neil Hormanmk: add experimental tag check
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-29 Hemant Agrawalmbuf: add pool create helper for specific mempool ops
2018-01-29 Hemant Agrawalmbuf: add pool ops selection functions
2018-01-29 Hemant Agrawalmbuf: maintain user and compile time mempool ops name
next