On 11/12/2017 10:08, Remy Horton wrote:
int
rte_representor_port_register(const char *devargs);

Question is where this *devargs comes from - I don't think there is currently any commandline option to specify a parameter string for PFs.

Remy, devargs will be passed by the application who uses the rte_representor_port_register API. We are not talking about the EAL args here.

Could go down the zero-conf route of always creating representors for all available VFs, but in that case may as well strip out the parsing code.

No zero-conf please. Application should have the control, at least for generic cases.

Reply via email to