RE: [EXT] Re: [PATCH v3 1/1] ethdev: parsing multiple representor devargs string

2024-01-21 Thread Harman Kalra
Hi Andrew, Thanks for the review comments. Please see responses inline. Kindly review V4 as well. > -Original Message- > > @@ -459,9 +460,23 @@ eth_dev_devargs_tokenise(struct rte_kvargs > *arglist, const char *str_in) > > break; > > > > case 3: /* Pars

Re: [PATCH v3 1/1] ethdev: parsing multiple representor devargs string

2024-01-17 Thread Andrew Rybchenko
On 1/16/24 12:55, Harman Kalra wrote: Adding support for parsing multiple representor devargs strings passed to a PCI BDF. There may be scenario where port representors for various PFs or VFs under PFs are required and all these are representor ports shall be backed by single pci device. In such

[PATCH v3 1/1] ethdev: parsing multiple representor devargs string

2024-01-16 Thread Harman Kalra
Adding support for parsing multiple representor devargs strings passed to a PCI BDF. There may be scenario where port representors for various PFs or VFs under PFs are required and all these are representor ports shall be backed by single pci device. In such case port representors can be created us