[PATCH v4 09/10] net/cpfl: create port representor

Wu, Jingjing jingjing.wu at intel.com
Sat Sep 9 05:04:34 CEST 2023


> +		/* 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;
> +}


More information about the dev mailing list