fix various typos found by Lintian
[dpdk.git] / drivers / event / dpaa2 / dpaa2_eventdev.c
2020-04-25 Luca Boccassifix various typos found by Lintian
2020-02-15 Nipun Guptaevent/dpaa2: set number of order sequences
2019-11-08 Nipun Guptaevent/dpaa2: support ordered queue
2019-10-18 Nipun Guptaevent/dpaa2: support Tx adapter
2019-10-18 Nipun Guptaevent/dpaa2: set priority as per DPCON device
2019-10-05 Hemant Agrawalevent/dpaa2: add self test
2019-10-05 Nipun Guptaevent/dpaa2: add retry break in packet enqueue
2019-10-05 Hemant Agrawalevent/dpaa2: support destroy
2019-10-05 Hemant Agrawalevent/dpaa2: remove conditional compilation
2019-10-05 Hemant Agrawalevent/dpaa2: fix default queue configuration
2019-07-03 Nipun Guptaevent/dpaa2: fix timeout ticks
2018-10-24 Akhil Goyaldrivers: fix build if security lib disabled
2018-10-17 Akhil Goyalevent/dpaa2: support crypto adapter
2018-10-16 Nipun Guptabus/fslmc: support 32 enqueues/dequeues for LX2
2018-10-01 Hemant Agrawalevent/dpaa2: affine portal at runtime during I/O
2018-10-01 Hemant Agrawalevent/dpaa2: support max event port value
2018-10-01 Hemant Agrawalevent/dpaa2: enchance timeout handling
2018-10-01 Hemant Agrawalevent/dpaa2: rename info structure
2018-10-01 Hemant Agrawalevent/dpaa2: fix mbuf assignment in atomic processing
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-05-10 Ashish Jainevent/dpaa2: remove link from info structure
2018-05-10 Nipun Guptaevent/dpaa2: remove check on epoll return
2018-05-08 Nipun Guptabus/fslmc: keep Tx queues information for DPCI devices
2018-04-16 Gage Eadseventdev: add device stop flush callback
2018-04-02 Shreyansh Jainevent/dpaa2: support dynamic logging
2018-03-15 Hemant Agrawaldpaa2: prepare for 32-bit build
2018-01-31 Nipun Guptaevent/dpaa2: prefetch the next DQRR entry
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-19 Nipun Guptaevent/dpaa2: return correct number of event ports
2018-01-19 Nipun Guptaevent/dpaa2: have separate structure to hold dqrr entries
2018-01-19 Nipun Guptaevent/dpaa2: use dqrr index to consume the DQRR entry
2018-01-19 Nipun Guptaevent/dpaa2: replace static with dynamic logging
2018-01-19 Liang Maevent/dpaa2: apply new capability flags
2018-01-19 Gage Eadseventdev: add implicit release disable capability
2018-01-04 Hemant Agrawaldrivers: use SPDX tag in NXP dpaa2 files
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Pavan Nikhilesheventdev: remove schedule API
2017-10-26 Pavan Nikhilesheventdev: fix inconsistency in queue config
2017-10-25 Nipun Guptaevent/dpaa2: improve error handling and logs
2017-10-25 Nipun Guptaevent/dpaa2: support event Rx adapter
2017-10-25 Nipun Guptaevent/dpaa2: add queue parameter in processing callback
2017-10-06 Haiying Wangbus/fslmc: add QBMAN API to do enqueue with multiple...
2017-07-20 Nipun Guptaevent/dpaa2: advertise burst mode capability
2017-07-16 Stephen Hemmingerdrivers/dpaa2: remove duplicate includes
2017-07-14 Hemant Agrawalevent/dpaa2: fix debug build
2017-07-07 Jerin Jacobeventdev: introduce specialized enqueue forward op...
2017-07-07 Jerin Jacobeventdev: introduce specialized enqueue new op variant
2017-07-07 Nipun Guptaevent/dpaa2: handle timeout using interrupts in dequeue
2017-07-07 Nipun Guptaevent/dpaa2: add enqueue and dequeue functionality
2017-07-07 Nipun Guptaevent/dpaa2: add configuration functions
2017-07-07 Nipun Guptaevent/dpaa2: initialize device
2017-07-07 Nipun Guptaevent/dpaa2: add basic build infrastructure