• Mitch Williams's avatar
    i40e: reopen client after reset · 7be96322
    Mitch Williams authored
    Allow the client interface to reopen existing clients if they were
    closed. This allows clients to recover from reset, which is essential
    for supporting VF RDMA. In one instance, the driver was not clearing the
    open bit when the client was closed. Add the code to clear this bit so
    that the state is accurate and the driver will not attempt to reopen
    already-open clients. Remove the ref_cnt variable; it was just getting
    in the way and was not being used consistently.
    
    Change-ID: Ic71af4553b096963ac0c56a997f887c9a4ed162d
    Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
    Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    7be96322
i40e_client.c 28 KB