ethdev: forbid MTU set before device configure
[dpdk.git] / lib / ethdev / rte_ethdev.c
2021-10-22 Ivan Ilchenkoethdev: forbid MTU set before device configure
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 Ethernet spelling
2021-10-21 Andrew Rybchenkoethdev: fix Rx/Tx spelling
2021-10-20 Thomas Monjalonethdev: replace bit shifts with macros
2021-10-20 Andrew Rybchenkoethdev: forbid closing started device
2021-10-18 Ferruh Yigitethdev: unify MTU checks
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: move MTU set check to library
2021-10-18 Ferruh Yigitethdev: move jumbo frame offload check to library
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-15 Jie Wangethdev: add API to get device configuration
2021-10-14 Gowrishankar Muthu... ethdev: add telemetry endpoint for device info
2021-10-13 Konstantin Ananyevethdev: add API to retrieve multiple MAC addresses
2021-10-13 Konstantin Ananyevethdev: copy fast-path API into separate structure
2021-10-13 Konstantin Ananyevethdev: allocate max space for internal queue array
2021-10-12 Ivan Malovethdev: negotiate delivery of packet metadata from...
2021-10-12 Viacheslav Galaktionovethdev: fix representor port ID search by name
2021-10-11 Andrew Rybchenkoethdev: remove legacy Rx descriptor done API
2021-10-07 Andrew Rybchenkoethdev: remove legacy mirroring API
2021-10-06 Xueming Liethdev: change queue release callback
2021-10-06 Xueming Liethdev: make queue release callback optional
2021-10-06 Andrew Rybchenkoethdev: improve xstats names by IDs get prototype
2021-10-06 Andrew Rybchenkoethdev: do not use get xstats names by IDs to obtain...
2021-09-02 Xueming Lidevargs: parse global device syntax
2021-07-10 Viacheslav Galaktionovethdev: keep count of representor ranges in API
2021-07-08 Huisong Liethdev: add dev configured flag
2021-05-11 David Marchandlog: register with standardized names
2021-05-04 Hemant Agrawalethdev: add missing buses in device iterator
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