eal: add telemetry as dependency
[dpdk.git] / lib / librte_ethdev / rte_ethdev.c
2020-05-10 Ciara Powereal: add telemetry as dependency
2020-05-10 Bruce Richardsonethdev: add telemetry callbacks
2020-04-23 Sunil Kumar Koriethdev: add tracepoints
2020-03-18 Stephen Hemmingerethdev: fix spelling
2020-02-05 Pavan Nikhileshlib: use common macro RTE_DIM
2020-01-17 Wei Hu (Xavier)ethdev: fix VLAN offloads set if no driver callback
2020-01-17 Viacheslav Ovsiienkoethdev: fix switching domain allocation
2020-01-17 Ricardo Roldanethdev: fix callback unregister with wildcard argument...
2019-11-27 Thomas Monjalonethdev: limit maximum number of queues
2019-11-20 Andrew Rybchenkoethdev: avoid undefined behaviour on configuration...
2019-11-20 Andrew Rybchenkoethdev: improve message about not disabled offload
2019-11-20 Andrew Rybchenkoethdev: decrease verbosity of not disabled offload...
2019-11-20 Pavan Nikhileshethdev: fix log line feed
2019-11-12 Dekel Peledethdev: add maximum LRO packet size
2019-11-11 Pavan Nikhileshethdev: validate offloads set by PMD
2019-11-11 Pavan Nikhileshethdev: add mbuf RSS update as an offload
2019-11-11 Pavan Nikhileshethdev: add packet type range function
2019-11-08 Viacheslav Ovsiienkoethdev: move egress metadata to dynamic field
2019-11-08 Haiyue Wangethdev: enhance burst mode information API
2019-11-08 Thomas Monjalonethdev: remove deprecated port count function
2019-11-08 Ori Kamethdev: add hairpin queue
2019-10-25 Ciara Powerethdev: fix include of ethernet header file
2019-10-23 Ciara Powerethdev: check device promiscuous state
2019-10-23 Simei Suethdev: extend RSS offload types
2019-10-23 Haiyue Wangethdev: add API for getting burst mode information
2019-10-23 Vivek Sharmaethdev: fix QinQ offload
2019-10-07 Andrew Rybchenkoethdev: do nothing if all-multicast mode is applied...
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change allmulticast mode API to return errors
2019-10-07 Igor Romanovethdev: change owner delete function to return int
2019-10-07 Igor Romanovethdev: change MAC address get function to return int
2019-10-07 Igor Romanovethdev: change link status get functions to return int
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Igor Romanovethdev: change xstats reset function to return int
2019-10-07 Andrew Rybchenkoethdev: do nothing if promiscuous mode is applied again
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change promiscuous mode controllers to return...
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-10-07 Ivan Ilchenkoethdev: add return code to device info get function
2019-07-23 Andrew Rybchenkoethdev: avoid getting uninitialized info for bad port
2019-07-04 Vivek Sharmaethdev: support dynamic configuration of QinQ strip
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-13 Sunil Kumar Koriethdev: add default value for max segment
2019-06-13 David Marchandethdev: add a check on mempool during RxQ setup
2019-06-06 Tom Barbetteethdev: add API to read device clock
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-19 Thomas Monjalonethdev: promote function for port count as stable
2019-04-19 Thomas Monjalonethdev: avoid explicit check of valid port state
2019-04-05 Thomas Monjalonethdev: add siblings iterators
2019-04-05 Thomas Monjalonethdev: simplify port state comparisons
2019-04-05 Dekel Peledethdev: fix typo in error messages
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-29 Stephen Hemmingerethdev: add min/max MTU to device info
2019-03-21 Stephen Hemmingerethdev: check for invalid device name
2019-03-20 Stephen Hemmingerethdev: replace snprintf with strlcpy on init
2019-03-20 Stephen Hemmingerethdev: replace snprintf with strlcpy for owner
2019-02-20 Thomas Monjalonethdev: remove unused variable
2019-01-18 Nithin Dabilpuramethdev: report error on ring name truncation
2018-12-13 Yaroslav Brustinovethdev: fix typo in queue setup error log
2018-11-13 Ferruh Yigitethdev: eliminate interim variable
2018-11-13 Wenzhuo Luethdev: fix device info getting
2018-11-13 Wenzhuo Luethdev: fix invalid configuration after failure
2018-11-06 Thomas Monjalonethdev: remove experimental tag for iterator API
2018-11-05 Ferruh Yigitethdev: fix redundant function pointer check
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-26 Stephen Hemmingerethdev: make offload name API non-experimental
2018-10-26 Thomas Monjalonethdev: filter destroy event before probed
2018-10-26 Thomas Monjalonethdev: move representor parsing functions
2018-10-26 Thomas Monjalonethdev: remove deprecated attach/detach functions
2018-10-26 Thomas Monjalonethdev: allow iterating with pure class filter
2018-10-26 Thomas Monjalonethdev: add iterator to match devargs input
2018-10-26 Dekel Peledethdev: support metadata as flow rule criteria
2018-10-26 Thomas Monjalonethdev: complete closing of port
2018-10-26 Thomas Monjalonethdev: remove release function for secondary process
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Thomas Monjalonethdev: rename memzones allocated for DMA
2018-10-17 Qi Zhangethdev: add function to release port in secondary process
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 Jerin Jacobethdev: support SCTP Rx checksum offload
2018-10-11 Xiaoyun Liethdev: get Rx queue interrupt fd
2018-09-27 Alejandro Luceroethdev: fix error handling in create function
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-14 Dekel Peledethdev: fix missing names in Tx offload name array
2018-08-28 Stephen Hemmingerethdev: fix port ownership logs
2018-08-28 Alejandro Luceroethdev: fix MAC changes when live change not supported
2018-08-28 Ilia Kurakinethdev: change vtune profiling approach
2018-08-05 Kevin Traynorethdev: decrease log level for unneeded actions
2018-08-02 Stephen Hemmingerethdev: decrease log level of ownership change
2018-07-15 Gaetan Rivetdevargs: add non-variadic parsing function
2018-07-13 Kiran Kumarethdev: check queue stats mapping input arguments
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Ferruh Yigitethdev: convert static log type usage to dynamic
2018-07-02 Ferruh Yigitethdev: move log macro to header
2018-06-14 Ferruh Yigitethdev: force RSS offload rules again
2018-06-14 Ferruh Yigitethdev: force offloading API rules
next