mempool: fix slow allocation of large mempools
[dpdk.git] / lib / librte_ethdev /
2019-11-27 Thomas Monjalonethdev: limit maximum number of queues
2019-11-26 Matan Azradethdev: fix item expansion for RSS flow
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
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 Matan Azradethdev: fix last item detection on RSS flow expand
2019-11-12 Dekel Peledethdev: add maximum LRO packet size
2019-11-11 Thomas Monjalonethdev: reserve space in main structs for extension
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 Xiaoyu Minethdev: fix expand RSS flows
2019-11-08 Viacheslav Ovsiienkoethdev: move egress metadata to dynamic field
2019-11-08 Viacheslav Ovsiienkoethdev: extend flow metadata
2019-11-08 Haiyue Wangethdev: enhance burst mode information API
2019-11-08 Viacheslav Ovsiienkoethdev: add flow tag
2019-11-08 Thomas Monjalonethdev: remove deprecated port count function
2019-11-08 Ori Kamethdev: add hairpin queue
2019-11-08 Ori Kamethdev: move queue state defines to private file
2019-10-27 Dharmik Thakkarrename private header files
2019-10-27 David Marchandethdev: bump library version
2019-10-25 Ciara Powerethdev: fix include of ethernet header file
2019-10-23 Kiran Kumar Kethdev: add HIGIG2 key field to flow API
2019-10-23 Ciara Powerethdev: check device promiscuous state
2019-10-23 Simei Suethdev: extend RSS offload types
2019-10-23 Simei Suethdev: decouple flow types and 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-23 Kiran Kumar Kethdev: add GTPU flow type
2019-10-23 Dekel Peledethdev: add definitions for EEPROM standards
2019-10-23 Kiran Kumar Kethdev: add AH key field to flow API
2019-10-23 Kiran Kumar Kethdev: add IGMP key field to flow API
2019-10-23 Kiran Kumar Kethdev: add NSH key field to flow API
2019-10-07 Simei Suethdev: add symmetric Toeplitz hash
2019-10-07 Ying A Wangethdev: add PPPoE to flow API
2019-10-07 Ying A Wangethdev: add GTP extension header to flow API
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-09-05 Xiaolong Yeethdev: fix typos for ENOTSUP
2019-08-27 David Marchandethdev: fix endian annotation for SPI item
2019-08-27 Andrew Rybchenkoethdev: fix doc reference to FDIR disabled mode
2019-08-05 David Marchandethdev: sort experimental symbols per release
2019-07-29 Xiaolong Yeethdev: replace license text with SPDX tag
2019-07-23 Andrew Rybchenkoethdev: avoid getting uninitialized info for bad port
2019-07-08 Stephen Hemmingerethdev: use new ethernet parsing function
2019-07-08 Xiaoyu Minethdev: add GRE key field to flow API
2019-07-04 Vivek Sharmaethdev: support dynamic configuration of QinQ strip
2019-07-04 Dekel Peledethdev: allow action with any config object type
2019-07-04 Dekel Peledethdev: add actions to modify TCP header fields
2019-07-04 Andrew Rybchenkoethdev: avoid error on PCI unplug of closed port
2019-07-03 Morten Brørupnet: move TCP flags from ethdev header
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-13 Andrew Rybchenkoethdev: fix Tx prepare documentation to use positive...
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 UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to SCTP structure
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ICMP structure
2019-05-24 Olivier Matznet: add rte prefix to ESP structure
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-05-02 John McNamaradoc: fix spelling reported by aspell in comments
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-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-11 Jasvinder Singhmeter: replace color definitions
2019-04-05 Tom Barbetteethdev: document mask requirements for RETA
2019-04-05 Qiming Yangethdev: add VXLAN-GPE tunnel type
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-29 Rami Rosenethdev: fix a typo
2019-03-21 Stephen Hemmingerethdev: check for invalid device name
2019-03-20 Andrew Rybchenkoethdev: highlight that all-multicast is retained on...
2019-03-20 Andrew Rybchenkoethdev: advertise default MAC as retained on restart
2019-03-20 Andrew Rybchenkoethdev: advertise MTU as retained across stop/start
2019-03-20 Rami Rosenethdev: fix method name in doxygen comment
2019-03-20 Stephen Hemmingerethdev: replace snprintf with strlcpy on init
2019-03-20 Stephen Hemmingerethdev: replace snprintf with strlcpy for owner
next