pipeline: add SWX extern objects and funcs
[dpdk.git] / lib /
2020-10-01 Cristian Dumitrescupipeline: add SWX extern objects and funcs
2020-10-01 Cristian Dumitrescupipeline: add SWX headers and meta-data
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline output port
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline input port
2020-10-01 Cristian Dumitrescupipeline: add new SWX pipeline type
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-29 David Marchandethdev: fix link speed helper documentation
2020-09-28 Fan Zhangvhost/crypto: fix possible TOCTOU attack
2020-09-28 Fan Zhangvhost/crypto: fix data length check
2020-09-28 Fan Zhangvhost/crypto: fix write back source
2020-09-28 Fan Zhangvhost/crypto: fix missed request check for copy mode
2020-09-28 Fan Zhangvhost/crypto: fix descriptor deduction
2020-09-28 Fan Zhangvhost/crypto: fix pool allocation
2020-09-28 Maxime Coquelinvhost: fix external backends readiness
2020-09-25 Phil Yangethdev: use C11 atomics for link status
2020-09-25 Phil Yangpower: use C11 atomics for power state
2020-09-25 Phil Yangbbdev: use C11 atomics for device processing counter
2020-09-25 Phil Yangeal: use C11 atomics for initialization check
2020-09-25 Radu Nicolaubuild: remove deprecated cpuflag macros
2020-09-23 Phil Yangeal: remove deprecated coherent IO memory barriers
2020-09-21 Chengchang Tangethdev: support getting Rx buffer size in Rx queue...
2020-09-21 Ivan Dyukovethdev: format link status text
2020-09-18 Eugenio Pérezvhost: fix IOTLB mempool single-consumer flag
2020-09-18 Chenbo Xiavhost: add device reset status
2020-09-18 Kiran Kumar Kethdev: support encapsulation level for RSS offload
2020-09-18 Haiyue Wangnet: adjust header length parse size
2020-09-18 Yi Yanggso: fix payload unit size for UDP
2020-09-18 Andrew Rybchenkonet: check first segment length on SW VLAN insertion
2020-09-18 Nithin Dabilpuramethdev: support TM for shaper config in packet mode
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Ferruh Yigitethdev: use hairpin helper functions
2020-09-18 Ferruh Yigitethdev: mark internal functions
2020-09-18 Ferruh Yigitethdev: make device operations struct private
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-09-18 Ferruh Yigitethdev: deprecate descriptor status check API
2020-09-18 Ferruh Yigitethdev: remove redundant license text
2020-09-18 Nithin Dabilpuramethdev: mark all traffic manager API as experimental
2020-09-18 Thomas Monjalonethdev: allow unknown link speed
2020-09-18 Morten Brørupnet: optimize ethernet address functions
2020-09-18 Wei Hu (Xavier)ethdev: check if queue setup when getting queue info
2020-09-21 Harry van Haarenservice: retrieve lcore active state
2020-09-21 David Marchandeal: hide internal device event structure
2020-09-21 David Marchandmem: drop mapping API workaround
2020-09-21 David Marchandpci: move resource mapping to the PCI bus
2020-09-21 David Marchandbus/pci: switch to private kernel driver enum
2020-09-21 David Marchandethdev: remove unused kernel driver field
2020-09-18 Thomas Monjalonmbuf: remove physical address alias
2020-09-18 Thomas Monjalonmbuf: remove deprecated function and macro aliases
2020-09-18 Thomas Monjalonmempool: remove physical address aliases
2020-09-18 Thomas Monjalonmem: remove physical address aliases
2020-09-17 Pawel Wodkowskitrace: fix C++ compilation
2020-09-16 Conor Walshbpf: promote library as stable
2020-09-16 Stephen Hemmingerlog: hide internal variable
2020-09-16 Stephen Hemmingerlog: promote rte_log_get_stream as stable
2020-09-16 Stephen Hemmingereal/linux: change udev debug message
2020-09-15 Phil Yangmbuf: remove atomic reference counters
2020-09-11 Bruce Richardsonrawdev: mark start and stop functions optional
2020-09-11 Bruce Richardsonrawdev: allow queue config query to return error
2020-09-11 Bruce Richardsonrawdev: add private data size to queue config inputs
2020-09-11 Bruce Richardsonrawdev: add private data size to config inputs
2020-09-11 Bruce Richardsonrawdev: allow drivers to return error from info query
2020-09-11 Bruce Richardsonrawdev: add private data size to info query
2020-09-10 Fady Baderethdev: build on Windows
2020-09-10 Fady Baderethdev: remove structs from export map
2020-09-10 Fady Badertelemetry: build stubs on Windows
2020-09-10 Fady Badereal/windows: update symbols export
2020-09-10 Fady Badereal/windows: add stub for Rx interrupt control
2020-09-10 Fady Badernet: build on Windows
2020-09-10 Fady Badernet: replace htons with constant endian swap
2020-09-10 Fady Badernet: fix redefinition in Windows
2020-09-09 Tal Shnaidermaneal/windows: probe vdev
2020-09-09 Tal Shnaidermanbus/vdev: build on Windows
2020-09-07 Ciara Powerconfig: remove default configs used with make
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-08-07 Stephen Hemmingerethdev: improve API comment for MAC address addition
2020-08-07 Stephen Hemmingerkni: fix reference to master/slave process
2020-08-05 Thomas Monjalonethdev: remove device-specific comments from VLAN API
2020-07-29 Patrick Fuvhost: fix async copy on multi-page buffers
2020-07-29 Maxime Coquelinvhost: fix guest notification setting
2020-07-29 Yuying Zhangnet: fix IPv6 checksum with TSO
2020-07-29 Patrick Fuvhost: fix async callback return type
2020-07-28 Parav Panditeal: introduce macro for bit definition
2020-07-27 Yunjian Wanghash: fix out-of-memory handling in hash creation
2020-07-21 Anatoly Burakovpower: fix environment detection
2020-07-21 Zhike Wangmempool: fix allocation in memzone during retry
2020-07-21 Nithin Dabilpuramnode: add packet classifier
2020-07-21 Raslan Darawshehnet: fix pedantic build
2020-07-21 Patrick Fuvhost: fix double-free with zero-copy
2020-07-21 Patrick Fuvhost: fix async completion of multi-seg packets
2020-07-21 Patrick Fuvhost: fix missing virtqueue status check in async...
2020-07-21 Patrick Fuvhost: fix missing device pointer validity check
2020-07-21 Andrew Rybchenkonet: check fragmented headers in non-debug as well
2020-07-21 Ruifeng Wanglpm: report error when defer queue overflows
2020-07-21 Phil Yangmbuf: use C11 atomic builtins for refcnt
next