Age | Commit message (Expand) | Author | Files | Lines |
2018-12-04 | RDMA/mlx5: Use stages for callback to setup and release DEVX | Leon Romanovsky | 2 | -7/+20 |
2018-12-04 | RDMA/mlx5: Remove SRQ signature global flag | Leon Romanovsky | 1 | -4/+1 |
2018-12-04 | net/mlx5: Move SRQ functions to RDMA part | Leon Romanovsky | 10 | -724/+717 |
2018-12-04 | net/mlx5: Remove references to local mlx5_core functions | Leon Romanovsky | 1 | -19/+3 |
2018-12-04 | net/mlx5: Remove not-used lib/eq.h header file | Leon Romanovsky | 1 | -1/+0 |
2018-12-04 | net/mlx5: Remove dead transobj code | Leon Romanovsky | 2 | -71/+0 |
2018-12-04 | net/mlx5: Align SRQ licenses and copyright information | Leon Romanovsky | 3 | -87/+6 |
2018-11-30 | net/mlx5: Debug print for forwarded async events | Saeed Mahameed | 1 | -0/+3 |
2018-11-30 | net/mlx5: Forward SRQ resource events | Saeed Mahameed | 3 | -30/+14 |
2018-11-30 | net/mlx5: Forward QP/WorkQueues resource events | Saeed Mahameed | 3 | -5/+15 |
2018-11-30 | net/mlx5: Remove all deprecated software versions of FW events | Saeed Mahameed | 2 | -100/+1 |
2018-11-30 | IB/mlx5: Handle raw delay drop general event | Saeed Mahameed | 1 | -3/+15 |
2018-11-30 | net/mlx5: Allow forwarding event type general event as is | Saeed Mahameed | 1 | -0/+1 |
2018-11-30 | IB/mlx5: Handle raw port change event rather than the software version | Saeed Mahameed | 1 | -34/+52 |
2018-11-30 | net/mlx5: Remove unused events callback and logic | Saeed Mahameed | 6 | -132/+11 |
2018-11-30 | IB/mlx5: Use the new mlx5 core notifier API | Saeed Mahameed | 2 | -14/+66 |
2018-11-30 | net/mlx5: Forward all mlx5 events to mlx5 notifiers chain | Saeed Mahameed | 2 | -1/+4 |
2018-11-30 | net/mlx5e: Use the new mlx5 core notifier API | Saeed Mahameed | 2 | -14/+16 |
2018-11-30 | net/mlx5: Allow port change event to be forwarded to driver notifiers chain | Saeed Mahameed | 1 | -0/+16 |
2018-11-30 | net/mlx5: Driver events notifier API | Saeed Mahameed | 3 | -1/+29 |
2018-11-27 | net/mlx5: Improve core device events handling | Saeed Mahameed | 1 | -87/+136 |
2018-11-27 | net/mlx5: Device events, Use async events chain | Saeed Mahameed | 10 | -252/+344 |
2018-11-27 | net/mlx5: CQ ERR, Use async events chain | Saeed Mahameed | 1 | -22/+44 |
2018-11-27 | net/mlx5: Resource tables, Use async events chain | Saeed Mahameed | 4 | -50/+108 |
2018-11-27 | net/mlx5: CmdIF, Use async events chain | Saeed Mahameed | 5 | -31/+50 |
2018-11-27 | net/mlx5: FWPage, Use async events chain | Saeed Mahameed | 4 | -40/+47 |
2018-11-27 | net/mlx5: E-Switch, Use async events chain | Saeed Mahameed | 3 | -25/+26 |
2018-11-27 | net/mlx5: Clock, Use async events chain | Saeed Mahameed | 4 | -15/+20 |
2018-11-27 | net/mlx5: FPGA, Use async events chain | Saeed Mahameed | 3 | -16/+38 |
2018-11-27 | net/mlx5: FWTrace, Use async events chain | Saeed Mahameed | 3 | -17/+16 |
2018-11-27 | net/mlx5: EQ, Introduce atomic notifier chain subscription API | Saeed Mahameed | 5 | -6/+72 |
2018-11-20 | net/mlx5: EQ, Make EQE access methods inline | Saeed Mahameed | 2 | -24/+24 |
2018-11-20 | {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA | Saeed Mahameed | 10 | -381/+308 |
2018-11-20 | net/mlx5: EQ, Generic EQ | Saeed Mahameed | 3 | -73/+221 |
2018-11-20 | net/mlx5: EQ, Different EQ types | Saeed Mahameed | 10 | -199/+270 |
2018-11-20 | net/mlx5: EQ, Privatize eq_table and friends | Saeed Mahameed | 12 | -135/+179 |
2018-11-20 | net/mlx5: EQ, irq_info and rmap belong to eq_table | Saeed Mahameed | 3 | -26/+28 |
2018-11-20 | net/mlx5: EQ, Create all EQs in one place | Saeed Mahameed | 4 | -104/+116 |
2018-11-20 | net/mlx5: EQ, Move all EQ logic to eq.c | Saeed Mahameed | 3 | -176/+181 |
2018-11-20 | net/mlx5: EQ, Remove redundant completion EQ list lock | Saeed Mahameed | 3 | -19/+3 |
2018-11-20 | net/mlx5: EQ, No need to store eq index as a field | Saeed Mahameed | 2 | -3/+2 |
2018-11-20 | net/mlx5: EQ, Remove unused fields and structures | Saeed Mahameed | 2 | -14/+0 |
2018-11-20 | net/mlx5: EQ, Use the right place to store/read IRQ affinity hint | Saeed Mahameed | 3 | -8/+10 |
2018-11-12 | IB/mlx5: Improve ODP debugging messages | Moni Shoua | 2 | -4/+14 |
2018-11-12 | net/mlx5: Use multi threaded workqueue for page fault handling | Moni Shoua | 1 | -2/+3 |
2018-11-12 | net/mlx5: Return success for PAGE_FAULT_RESUME in internal error state | Moni Shoua | 1 | -1/+1 |
2018-11-12 | IB/mlx5: Lock QP during page fault handling | Moni Shoua | 1 | -9/+37 |
2018-11-12 | net/mlx5: Enumerate page fault types | Moni Shoua | 1 | -0/+7 |
2018-11-12 | net/mlx5: Add interface to hold and release core resources | Moni Shoua | 2 | -0/+21 |
2018-11-12 | net/mlx5: Release resource on error flow | Moni Shoua | 1 | -2/+2 |