On 2/6/24 14:17, Maxime Coquelin wrote:
On 1/25/24 04:17, Yajun Wu wrote:
For the case: `ethtool -L eth0 combined xxx` in VM, VQ will disable
and enable without calling device close. In such case, need add
drain CQ before reuse/reset event QP.
Fixes: 24969c7b62 ("vdpa/mlx5: reuse event queues")
No need to resend, but the Fixes SHA1 should be 12 chars long, not 10.
As a helper, you can below alias in your .gitconfig:
[alias]
fixline = log -1 --abbrev=12 --format='Fixes: %h (\"%s\")%nCc: %ae'
Then, you can just use it like this:
$ git fixline 24969c7b6224afc48751d94fc0152fca8b6645b1
Fixes: 24969c7b6224 ("vdpa/mlx5: reuse event queues")
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Yajun Wu <[email protected]>
Acked-by: Matan Azrad <[email protected]>
---
drivers/vdpa/mlx5/mlx5_vdpa_event.c | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]>
Thanks,
Maxime