• H
    IB/mlx5: Reorder GSI completions · ea6dc203
    Haggai Eran 提交于
    The emulated GSI QP's send completions are generated by multiple hardware
    QPs, so their completions could arrive out of order with respect to the
    order their work request were submitted.
    
    Reorder the completions by keeping a list of the posted work request and
    their completions. A newly received completion from the hardware updates
    the list and marks its work request as completed. However, the completions
    are only reported to the client according to the list order.
    
    In order to support that, create a new private CQ to handle the hardware
    completions.
    Signed-off-by: NHaggai Eran <haggaie@mellanox.com>
    Signed-off-by: NDoug Ledford <dledford@redhat.com>
    ea6dc203
gsi.c 12.1 KB