commit | 3ac7afdbcf243d6c79c1569d9e29aef0096e4743 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Thu Feb 01 04:37:07 2018 -0800 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Feb 15 00:30:02 2018 -0800 |
tree | 2c06e76ba2670c5996c848fa81cc25582301cf3d | |
parent | f105b45bf77ced96e516e1cd771c41bb7e8c830b [diff] |
net/mlx5: Move CQ completion and event forwarding logic to eq.c Since CQ tree is now per EQ, CQ completion and event forwarding became specific implementation of EQ logic, this patch moves that logic to eq.c and makes those functions static. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Gal Pressman <galp@mellanox.com>