ethdev: add namespace
[dpdk.git] / drivers / net / mlx5 / mlx5_txq.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-21 Michael Baumcommon/mlx5: share MR management
2021-10-21 Michael Baumcommon/mlx5: add MR control initialization
2021-10-21 Michael Baumcommon/mlx5: share memory related devargs
2021-10-12 Tal Shnaidermannet/mlx5: fix tunneling support query
2021-10-12 Tal Shnaidermannet/mlx5: fix software parsing support query
2021-10-06 Xueming Liethdev: change queue release callback
2021-07-22 Dmitry Kozlyuknet/mlx5: fix Rx/Tx queue checks
2021-07-21 Xueming Linet/mlx5: reduce PCI dependency
2021-04-15 Michael Baumnet/mlx5: separate Tx function implementations to new...
2021-04-15 Michael Baumnet/mlx5: separate Tx function declarations to another...
2021-01-29 Viacheslav Ovsiienkonet/mlx5: support mbuf fast free offload
2021-01-29 Suanming Mounet/mlx5: fix crash on secondary process port close
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-08 Michael Baumnet/mlx5: fix leak on Tx queue creation failure
2020-11-13 Viacheslav Ovsiienkonet/mlx5: fix Tx queue completion on stop
2020-11-13 Matan Azradnet/mlx5: fix Tx queue stop state
2020-11-13 Matan Azradnet/mlx5: fix Tx queue reference count check
2020-11-03 Alexander Kozyrevnet/mlx5: use C11 atomics for RxQ/TxQ refcounts
2020-11-03 Matan Azradnet/mlx5: fix Tx queue start
2020-11-03 Bing Zhaonet/mlx5: change hairpin queue peer checking
2020-11-03 Matan Azradnet/mlx5: fix Tx queue release
2020-11-03 Thomas Monjalonnet/mlx5: fix dynamic mbuf offset lookup check
2020-10-09 Michael Baumnet/mlx5: share Tx queue object modification
2020-10-09 Michael Baumnet/mlx5: separate Tx queue object modification
2020-10-09 Michael Baumnet/mlx5: share Tx control code
2020-10-09 Michael Baumnet/mlx5: separate Tx queue object creations
2020-10-09 Michael Baumnet/mlx5: reposition event queue number field
2020-10-09 Michael Baumnet/mlx5: reorder Tx queue Verbs object creation
2020-10-09 Michael Baumnet/mlx5: reorder Tx queue DevX object creation
2020-10-09 Michael Baumnet/mlx5: mitigate Tx queue reference counters
2020-10-09 Michael Baumnet/mlx5: remove unused variable in Tx queue creation
2020-10-09 Michael Baumnet/mlx5: fix send queue doorbell
2020-09-23 Phil Yangeal: remove deprecated coherent IO memory barriers
2020-09-18 Ferruh Yigitethdev: use hairpin helper functions
2020-09-18 Ophir Munknet/mlx5: remove Verbs dependency in Rx/Tx objects
2020-09-18 Ophir Munknet/mlx5: remove more Direct Verbs dependencies
2020-07-21 Viacheslav Ovsiienkonet/mlx5: add queue start and stop
2020-07-21 Ophir Munkcommon/mlx5: remove inclusion of Verbs header files
2020-07-21 Ophir Munknet/mlx5: replace Linux specific calls
2020-07-21 Suanming Mounet/mlx5: convert queue objects to unified malloc
2020-07-21 Viacheslav Ovsiienkonet/mlx5: prepare Tx to support scheduling
2020-07-21 Viacheslav Ovsiienkonet/mlx5: prepare Tx queue structures to support timestamp
2020-07-21 Viacheslav Ovsiienkonet/mlx5: create Tx queues with DevX
2020-07-21 Viacheslav Ovsiienkonet/mlx5: fix UAR lock sharing for multiport devices
2020-06-16 Alexander Kozyrevnet/mlx5: fix descriptors number adjustment
2020-06-16 Ophir Munknet/mlx5: rename ib in names
2020-06-16 Ophir Munknet/mlx5: remove attributes dependency on Verbs
2020-06-02 Suanming Mounet/mlx5: fix secondary process resources release
2020-06-02 Michael Baumnet/mlx5: remove needless Tx queue initialization check
2020-06-02 Michael Baumnet/mlx5: fix hairpin Tx queue creation error path
2020-05-11 Alexander Kozyrevnet/mlx5: fix Tx queue release debug log timing
2020-04-21 Vu Phamcommon/mlx5: refactor memory management
2020-04-21 Bing Zhaonet/mlx5: introduce buffer size parameter for hairpin
2020-02-25 Thomas Monjalondoc: fix naming of Mellanox devices
2020-02-19 Bing Zhaonet/mlx5: fix hairpin queue capacity
2020-02-05 Alexander Kozyrevcommon/mlx5: improve assert control
2020-02-05 Alexander Kozyrevcommon/mlx5: remove NDEBUG
2020-02-05 Matan Azradcommon/mlx5: share devices information
2020-02-05 Matan Azradcommon/mlx5: introduce common library
2020-02-05 Matan Azradnet/mlx5: separate DevX commands interface
2020-01-20 Viacheslav Ovsiienkonet/mlx5: engage free on completion queue
2020-01-20 Viacheslav Ovsiienkonet/mlx5: add free on completion queue
2020-01-20 Viacheslav Ovsiienkonet/mlx5: update Tx error handling routine
2020-01-17 Viacheslav Ovsiienkonet/mlx5: fix doorbell register offset type
2020-01-17 Tonghao Zhangnet/mlx5: clean up redundant assignment
2019-11-26 Suanming Mounet/mlx5: add GENEVE in tunnel offloads capabilities
2019-11-26 Viacheslav Ovsiienkonet/mlx5: fix legacy multi-packet Tx descriptors
2019-11-20 Viacheslav Ovsiienkonet/mlx5: fix assert in Tx inline settings
2019-11-20 Viacheslav Ovsiienkonet/mlx5: fix Tx doorbell write memory barrier
2019-11-11 Viacheslav Ovsiienkonet/mlx5: control transmit doorbell register mapping
2019-11-08 Viacheslav Ovsiienkoethdev: move egress metadata to dynamic field
2019-11-08 Ori Kamnet/mlx5: support Tx hairpin queues
2019-11-08 Ori Kamnet/mlx5: prepare Tx queues to have different types
2019-10-08 Viacheslav Ovsiienkonet/mlx5: adjust inline setting for large Tx queue...
2019-10-07 Viacheslav Ovsiienkonet/mlx5: move backing PCI device to private context
2019-10-07 Viacheslav Ovsiienkonet/mlx5: fix UAR remap initialization for 32-bit systems
2019-08-06 Viacheslav Ovsiienkonet/mlx5: fix inline data settings
2019-07-23 Dekel Pelednet/mlx5: update Tx queue create for LRO
2019-07-23 Dekel Pelednet/mlx5: remove redundant item from union
2019-07-23 Viacheslav Ovsiienkonet/mlx5: add Tx configuration and setup
2019-07-23 Viacheslav Ovsiienkonet/mlx5: remove Tx implementation
2019-07-23 Dekel Pelednet/mlx5: fix typos in comments
2019-06-28 Ali Alnubaninet/mlx5: fix 32-bit build
2019-06-13 Matan Azradnet/mlx5: handle Tx completion with error
2019-05-27 Dekel Pelednet/mlx5: fix memory free on queue create error
2019-05-24 Dekel Pelednet/mlx5: remove unused functions
2019-05-03 Yongseok Kohnet/mlx5: check Tx queue size overflow
2019-05-03 Viacheslav Ovsiienkonet/mlx5: share Memory Regions for multiport device
2019-05-03 Dekel Pelednet/mlx5: fix comments mixing Rx and Tx
2019-04-12 Yongseok Kohnet/mlx5: remove device register remap
2019-04-12 Yongseok Kohnet/mlx5: remove redundant queue index
2019-04-05 Yongseok Kohnet/mlx5: rework PMD global data init
2019-03-29 Viacheslav Ovsiienkonet/mlx5: provide IB port for the object being created
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared IB device context
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared context IB attributes
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared protection domain
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2018-10-26 Dekel Pelednet/mlx5: support metadata as flow rule criteria
2018-07-12 Moti Haimovskynet/mlx5: support 32-bit systems
next