commit | 1f8a7bee27e63d7c5287719049941e285e54d370 | [log] [tgz] |
---|---|---|
author | Yuval Avnery <yuvalav@mellanox.com> | Mon Jun 10 23:38:42 2019 +0000 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jun 13 10:59:49 2019 -0700 |
tree | 5f838bebd4ff22696c5d32855e1490461c4e35ee | |
parent | 81bfa206032a67f0700459a64a5493c246629604 [diff] |
net/mlx5: Add EQ enable/disable API Previously, EQ joined the chain notifier on creation. This forced the caller to be ready to handle events before creating the EQ through eq_create_generic interface. To help the caller control when the created EQ will be attached to the IRQ, add enable/disable API. Signed-off-by: Yuval Avnery <yuvalav@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>