> +             /* warning if no match vport detected */
> +             if (!matched)
> +                     PMD_INIT_LOG(WARNING, "No matched vport for
> representor %s "
> +                                           "creation will be deferred when
> vport is detected",
> +                                           name);
> +
If vport info is responded successfully, what is the case that matched is 
false? And I did not find the defer process.
> +             rte_spinlock_unlock(&adapter->vport_map_lock);
> +     }
> +
> +err:
> +     rte_spinlock_unlock(&adapter->repr_lock);
> +     rte_free(vlist_resp);
> +     return ret;
> +}

Reply via email to