eal: introduce architecture specific pause function
[dpdk.git] / lib /
2017-07-03 Jerin Jacobeal: introduce architecture specific pause function
2017-07-03 Ashwin Sekhar T Keal/arm: fix build with clang
2017-07-03 Ashwin Sekhar T Kacl: fix build with ARMv8 clang
2017-07-03 Ashwin Sekhar T Khash: compile ARMv8 CRC32 support conditionally
2017-07-03 Ashwin Sekhar T Keal: pause while busy-waiting for lcore slave
2017-07-03 Ashwin Sekhar T Ktable: add NEON implementation of LRU strategy 3
2017-07-03 Ashwin Sekhar T Ktable: separate out x86-specific from LRU header
2017-07-03 Ashwin Sekhar T Kefd: support lookup using NEON intrinsics
2017-07-03 Ashwin Sekhar T Ksched: add NEON optimizations
2017-07-03 Ashwin Sekhar T Khash: support NEON for Toeplitz algo
2017-07-03 Olivier Matzeal: introduce integer log2 function
2017-07-02 Nikhil Raoethdev: fix a typo in global API introduction
2017-07-01 Rami Rosenethdev: fix a typo
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-07-01 Daniel Verkampring: use aligned memzone allocation
2017-07-01 Gowrishankar Muthu... kni: allocate no more mbuf than empty slots in queue
2017-07-01 Vasily Philipovmbuf: fix debug checks for headroom and tailroom
2017-07-01 Jerin Jacobmbuf: reduce pktmbuf init cycles
2017-06-30 Ilya Maximetsmem: balanced allocation of hugepages
2017-06-28 Kirill Rybalchenkocryptodev: fix device stop function
2017-06-28 Pablo de Laracryptodev: remove unused driver struct
2017-06-28 Pablo de Laracryptodev: remove unused PCI probe/remove
2017-06-28 Pablo de Laracryptodev: add PCI driver helpers
2017-06-28 Pablo de Laracryptodev: release device if PCI probing fails
2017-06-28 Pablo de Laracryptodev: move vdev functions to a separate file
2017-06-28 Pablo de Laracryptodev: set PCI info only when device is PCI
2017-06-28 Pablo de Laracryptodev: simplify device list retrieval logic
2017-06-28 Pablo de Laracryptodev: rename device retrieval argument
2017-06-28 Pablo de Laracryptodev: set driver name for all devices
2017-06-28 Pablo de Laracryptodev: store device pointer in virtual devices
2017-06-28 Jamie Lavignemem: fix malloc element resize with padding
2017-06-27 Ferruh Yigitpci: reduce debug log verbosity when probing
2017-06-26 Luca Boccassiethdev: add missing symbol in map
2017-06-23 Tonghao Zhangpci: set default numa node for broken systems
2017-06-23 Anand B Jyotiring: fix return value for dequeue
2017-06-21 Jerin Jacobeventdev: define default value for dequeue timeout
2017-06-21 Jerin Jacobeventdev: introduce burst mode capability
2017-06-21 Jerin Jacobeventdev: make vdev init and uninit functions optional
2017-06-21 Jerin Jacobeventdev: make PCI probe and remove functions optional
2017-06-21 Jerin Jacobeventdev: restructure release function
2017-06-21 Jerin Jacobeventdev: remove PCI dependency from generic structures
2017-06-21 Jerin Jacobeventdev: clarify the worker thread workflow
2017-06-21 Gage Eadseventdev: clarify atomic and ordered queue config
2017-06-22 Allain Legacyip_frag: handle MTU sizes not aligned to 8 bytes
2017-06-22 Dahir Osmanip_frag: free mbufs on reassembly table destroy
2017-06-22 Pablo de Laracryptodev: remove socket id check
2017-06-19 Wei Dailpm: fix index of tbl8
2017-06-16 Dariusz Stojaczykvhost: log error for badly negotiated features
2017-06-16 Yuanhan Liuvhost: fix crash on NUMA
2017-06-16 Daniel Verkampvhost: access VhostUsrMsg via packed struct
2017-06-16 Dariusz Stojaczykvhost: fix guest pages memory leak
2017-06-16 Dariusz Stojaczykvhost: fix malloc size too small
2017-06-16 Zhihong Wangvhost: support Rx queue count request
2017-06-16 Jens Freimannvhost: check allocation of guest pages
2017-06-16 Thomas Monjalonmem: support page locking on FreeBSD
2017-06-16 Adrien Mazarguilethdev: tidy up endianness handling in flow API
2017-06-16 Adrien Mazarguileal: add static endianness conversion macros
2017-06-16 Nelio Laranjeiroeal: introduce big and little endian types
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-14 Reshma Pattanpdump: remove unnecessary header include
2017-06-14 Adrien Mazarguilethdev: add isolated mode to flow API
2017-06-14 Ferruh Yigithash: fix icc build
2017-06-14 Ferruh Yigitkni: fix build with gcc 7.1
2017-06-12 Jerin Jacobeal/pci: introduce a PCI driver flag
2017-06-12 Ferruh Yigitethdev: remove driver name from device private data
2017-06-12 Radu Nicolauethdev: move bypass functions to ixgbe PMD
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-09 Ilya Maximetsethdev: keep port id unchanged if obtaining by name...
2017-06-06 Jerin Jacobeal: introduce macro for no inline
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-05 Alejandro Lucerovfio: fix array bounds check
2017-06-05 Tonghao Zhangmemzone: check NUMA id when reserving a zone
2017-06-05 Lee Robertskni: fix build on RHEL 7.4
2017-06-05 Remy Hortonmetrics: fix out of bound access
2017-06-05 Sangjin Hanlpm: fix build with gcc -O0 option
2017-06-04 Ferruh Yigiteal: remove duplicated license
2017-05-15 Thomas Monjalonversion: 17.08-rc0
2017-05-11 Thomas Monjalonversion: 17.05.0
2017-05-10 Gregory Etelsonmbuf: fix bulk allocation when debug enabled
2017-05-10 Michal Jastrzebskiethdev: fix xstats by ID on 32-bit
2017-05-10 Jerin Jacobhash: add switch fall-through comments for arm64
2017-05-10 Tiwei Bieeal/bsd: fix read on PCI configuration space
2017-05-10 Tiwei Bieeal/bsd: fix ioport write operation
2017-05-10 Jianfeng Tanxen: fix physical address availability in dom0
2017-05-10 Alejandro Lucerovfio: fix index for tracking devices in a group
2017-05-07 Thomas Monjalonversion: 17.05-rc4
2017-05-05 Bruce Richardsonnet: fix missing break in CRC switch
2017-05-05 Bruce Richardsonlib: add switch fall-through comments
2017-05-05 Beilei Xingnet/i40e: add LLDP check for ethertype filter
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-05-05 Michał Mirosławnet: fix stripped VLAN flag for offload emulation
2017-05-05 Ferruh Yigitkni: fix crash caused by freeing mempool
2017-05-05 Ferruh Yigitkni: fix ethtool build with kernel 4.11
2017-05-05 Jerin Jacobeal: optimize TSC routines when HPET is disabled
2017-05-05 Wei Daiconfig: make backtrace optional
2017-05-05 Thomas Monjalonvdev: remove eal prefix
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-05-04 Thomas Monjaloneal: remove forward declaration of generic driver
2017-05-04 Thomas Monjaloneal: remove generic driver and device lists
2017-05-01 Thomas Monjalonversion: 17.05-rc3
next