ethdev: introduce dump API
[dpdk.git] / lib / ethdev / rte_ethdev.h
2022-02-11 Min Hu (Connor)ethdev: introduce dump API
2022-02-10 Akhil Goyalethdev: add mbuf dynfield for incomplete IP reassembly
2022-02-10 Akhil Goyalethdev: introduce IP reassembly offload
2022-02-09 Jie Wangethdev: add L2TPv2 RSS offload type
2022-02-08 Jerin Jacobethdev: support queue-based priority flow control
2022-01-13 Ferruh Yigitethdev: mark old macros as deprecated
2021-11-26 Sean Morrisseyfix PMD wording
2021-11-04 Thomas Monjalonethdev: promote device removal check function as stable
2021-11-02 Dmitry Kozlyukethdev: add capability to keep shared objects on restart
2021-11-02 Dmitry Kozlyukethdev: add capability to keep flow rules on restart
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-22 Andrew Rybchenkoethdev: avoid usage of ULL for 64-bit unsigned constants
2021-10-22 Andrew Rybchenkoethdev: replace single bit masks with macros
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-22 Andrew Rybchenkoethdev: remove unused L2 tunnel mask defines
2021-10-21 Xueming Liethdev: get device capability name as string
2021-10-21 Xueming Liethdev: introduce shared Rx queue
2021-10-21 Andrew Rybchenkoethdev: fix ID spelling in comments and log messages
2021-10-21 Andrew Rybchenkoethdev: fix VLAN spelling including VLAN ID case
2021-10-21 Andrew Rybchenkoethdev: fix DCB and VMDq spelling
2021-10-21 Andrew Rybchenkoethdev: fix Ethernet spelling
2021-10-21 Andrew Rybchenkoethdev: fix Rx/Tx spelling
2021-10-21 Andrew Rybchenkoethdev: avoid documentation in next lines
2021-10-20 Thomas Monjalonethdev: replace bit shifts with macros
2021-10-18 Ferruh Yigitethdev: unify MTU checks
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-15 Jie Wangethdev: add API to get device configuration
2021-10-13 Konstantin Ananyevethdev: add API to retrieve multiple MAC addresses
2021-10-13 Konstantin Ananyevethdev: make fast-path functions to use new flat array
2021-10-13 Konstantin Ananyevethdev: change input parameters for Rx queue count
2021-10-12 Ivan Malovethdev: negotiate delivery of packet metadata from...
2021-10-11 Andrew Rybchenkoethdev: remove legacy Rx descriptor done API
2021-10-07 Andrew Rybchenkoethdev: remove legacy mirroring API
2021-10-06 Ivan Ilchenkoethdev: fix xstats by ID API documentation
2021-09-27 Thomas Monjalonethdev: group constant definitions in Doxygen
2021-09-21 Alvin Zhangethdev: add IPv4 and L4 checksum RSS offload types
2021-09-15 David Marchandethdev: promote sibling iterators to stable
2021-09-15 Haiyue Wangethdev: promote burst mode API
2021-09-15 Joyce Kongethdev: fix typo in Rx queue setup API comment
2021-09-15 Pavan Nikhileshethdev: promote API to set packet types
2021-09-14 Xiaoyun Liethdev: promote API to get interrupt FD per queue
2021-07-10 Viacheslav Galaktionovethdev: keep count of representor ranges in API
2021-04-21 Min Hu (Connor)ethdev: add sanity checks in control APIs
2021-04-19 Lijun Ouethdev: add queue state in queried queue information
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names