net/mlx5: fix shared Rx queue segment configuration match
[dpdk.git] / drivers / net / mlx5 / mlx5_rxq.c
2021-11-24 Viacheslav Ovsiienkonet/mlx5: fix shared Rx queue segment configuration...
2021-11-24 Dmitry Kozlyuknet/mlx5: fix Rx queue reference count for indirect RSS
2021-11-24 Dmitry Kozlyuknet/mlx5: fix indirect RSS creation when port is stopped
2021-11-23 Dmitry Kozlyuknet/mlx5: fix crash on close after failed start
2021-11-23 Dariusz Sosnowskinet/mlx5: fix reference count on detached indirect...
2021-11-21 Dmitry Kozlyukcommon/mlx5: fix mempool registration
2021-11-16 Dmitry Kozlyuknet/mlx5: fix keeping indirect RSS non-isolated mode
2021-11-17 Michael Baumcommon/mlx5: fix redundant field in MR control structure
2021-11-07 Michael Baumcommon/mlx5: fix post doorbell barrier
2021-11-07 Michael Baumcommon/mlx5: make multi-process MR management port...
2021-11-07 Michael Baumcommon/mlx5: remove redundant parameter in MR search
2021-11-04 Viacheslav Ovsiienkonet/mlx5: support shared Rx queue port data path
2021-11-04 Xueming Linet/mlx5: support shared Rx queue
2021-11-04 Xueming Linet/mlx5: remove Rx queue data list from device
2021-11-04 Xueming Linet/mlx5: move Rx queue DevX resource
2021-11-04 Xueming Linet/mlx5: remove port info from shareable Rx queue
2021-11-04 Xueming Linet/mlx5: move Rx queue hairpin info to private data
2021-11-04 Xueming Linet/mlx5: move Rx queue reference count
2021-11-04 Xueming Linet/mlx5: split Rx queue into shareable and private
2021-11-04 Xueming Linet/mlx5: clean Rx queue code
2021-11-04 Xueming Linet/mlx5: fix Rx queue memory allocation return value
2021-11-02 Dmitry Kozlyuknet/mlx5: preserve indirect actions on restart
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-21 Michael Baumcommon/mlx5: share MR mempool registration
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 protection domain object
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-19 Dmitry Kozlyuknet/mlx5: support mempool registration
2021-10-06 Xueming Liethdev: change queue release callback
2021-07-29 Gregory Etelsonnet/mlx5: fix representor interrupt handler
2021-07-22 Dmitry Kozlyuknet/mlx5: fix indirect action modify rollback
2021-07-22 Dmitry Kozlyuknet/mlx5: fix Rx/Tx queue checks
2021-07-22 Michael Baumnet/mlx5: fix overflow in mempool argument
2021-07-15 Suanming Mounet/mlx5: optimize Rx queue match
2021-07-15 Suanming Moucommon/mlx5: call list callbacks with context
2021-07-15 Matan Azradnet/mlx5: allocate list memory in create function
2021-07-15 Matan Azradnet/mlx5: add per-lcore cache to the list utility
2021-07-15 Matan Azradnet/mlx5: remove cache term from the list utility
2021-04-15 Michael Baumnet/mlx5: separate Tx function declarations to another...
2021-04-15 Michael Baumnet/mlx5: separate Rx function declarations to another...
2021-03-15 Thomas Monjalonnet/mlx5: enable debug logs dynamically
2021-02-04 Dekel Pelednet/mlx5: validate hash Rx queue pointer
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-08 Michael Baumnet/mlx5: fix leak on Rx queue creation failure
2021-01-08 Ophir Munknet/mlx5: define MPRQ functions as static inline
2021-01-08 Viacheslav Ovsiienkonet/mlx5: fix buffer split offload advertising
2021-01-08 Alexander Kozyrevnet/mlx5: fix mbuf freeing in vectorized MPRQ
2020-11-22 Gregory Etelsonnet/mlx5: fix representor interrupts handler
2020-11-22 Andrey Vesnovatynet/mlx5: fix shared RSS action update
2020-11-14 Michael Baumnet/mlx5: fix leak on Rx queue creation failure
2020-11-13 Suanming Mounet/mlx5: fix shared RSS action release
2020-11-13 Viacheslav Ovsiienkonet/mlx5: fix Rx queue completion index consistency
2020-11-13 Jiawei Wangnet/mlx5: fix group value of sample suffix flow
2020-11-13 Matan Azradnet/mlx5: fix Tx queue stop state
2020-11-13 Ophir Munknet/mlx5: fix Rx queue object allocation with MPRQ
2020-11-03 Suanming Mounet/mlx5: make Rx queue thread safe
2020-11-03 Suanming Mounet/mlx5: optimize shared RSS list operation
2020-11-03 Alexander Kozyrevnet/mlx5: use C11 atomics for RxQ/TxQ refcounts
2020-11-03 Bing Zhaonet/mlx5: change hairpin ingress flow validation
2020-11-03 Bing Zhaonet/mlx5: change hairpin queue peer checking
2020-11-03 Viacheslav Ovsiienkonet/mlx5: report Rx buffer split capabilities
2020-11-03 Viacheslav Ovsiienkonet/mlx5: support Rx buffer split on datapath
2020-11-03 Viacheslav Ovsiienkonet/mlx5: configure Rx queue for buffer split
2020-11-03 Viacheslav Ovsiienkonet/mlx5: support Rx buffer split description
2020-11-03 Andrey Vesnovatynet/mlx5: modify hash Rx queue objects
2020-11-03 Alexander Kozyrevnet/mlx5: implement vectorized MPRQ burst
2020-11-03 Matan Azradnet/mlx5: fix Rx queue release
2020-11-03 Thomas Monjalonnet/mlx5: switch Rx timestamp to dynamic mbuf field
2020-10-09 Michael Baumnet/mlx5: separate Rx queue state modification
2020-09-30 Phil Yangnet/mlx5: relax atomic refcnt for multi-packet Rx buffer
2020-09-30 Viacheslav Ovsiienkonet/mlx5: fix vectorized Rx burst check
2020-09-23 Phil Yangeal: remove deprecated coherent IO memory barriers
2020-09-18 Ferruh Yigitethdev: use hairpin helper functions
2020-09-18 Michael Baumnet/mlx5: share Rx queue drop action code
2020-09-18 Michael Baumnet/mlx5: separate Rx queue drop
2020-09-18 Michael Baumnet/mlx5: share Rx hash queue code
2020-09-18 Michael Baumnet/mlx5: share Rx queue indirection table code
2020-09-18 Michael Baumnet/mlx5: separate Rx hash queue creation
2020-09-18 Michael Baumnet/mlx5: separate Rx indirection table object creation
2020-09-18 Michael Baumnet/mlx5: separate Rx queue object modification
2020-09-18 Michael Baumnet/mlx5: rearrange creation of WQ and CQ object
2020-09-18 Michael Baumnet/mlx5: share Rx control code
2020-09-18 Michael Baumnet/mlx5: separate Rx interrupt handling
2020-09-18 Michael Baumnet/mlx5: separate Rx queue object creations
2020-09-18 Michael Baumnet/mlx5: mitigate Rx queue reference counters
2020-09-18 Michael Baumnet/mlx5: fix types differentiation in Rx queue create
2020-09-18 Michael Baumnet/mlx5: fix Rx queue state update
2020-09-18 Michael Baumnet/mlx5: fix Rx hash queue creation error flow
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-29 Dekel Pelednet/mlx5: fix Rx interrupt handling and cleanup
2020-07-29 Ophir Munknet/mlx5: fix premature disabling of interrupt
2020-07-21 Viacheslav Ovsiienkonet/mlx5: add queue start and stop
2020-07-21 Dekel Pelednet/mlx5: implement CQ for Rx using DevX API
2020-07-21 Ophir Munkcommon/mlx5: remove inclusion of Verbs header files
2020-07-21 Ophir Munknet/mlx5: replace Linux specific calls
next