commit | 4b67379376b3674c069477aa48fe8923f735247e | [log] [tgz] |
---|---|---|
author | Ilan Tayari <ilant@mellanox.com> | Mon Jun 19 12:53:25 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Jun 27 16:36:47 2017 +0300 |
tree | 4759daa30d702b713d476f6311ae95623511ff16 | |
parent | 095b0927f0ce74f7211b9046f8493dbba26ca930 [diff] |
net/mlx5: Make get_cqe routine not ethernet-specific Move mlx5e_get_cqe routine to wq.h and rename it to mlx5_cqwq_get_cqe. This allows it to be used by other CQ users outside of the ethernet driver code. A later patch in this patchset will make use of it from FPGA code for the FPGA high-speed connection. Signed-off-by: Ilan Tayari <ilant@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>