ethdev: replace single bit masks with macros
[dpdk.git] / lib / ethdev / rte_ethdev.h
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