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

2024-01-15 Thread Harman Kalra
ing ; Qiming Yang > ; Qi Zhang ; Wenjun Wu > ; Dariusz Sosnowski ; > Viacheslav Ovsiienko ; Ori Kam > ; Suanming Mou ; Matan > Azrad ; Chaoyong He ; > Andrew Rybchenko ; Thomas Monjalon > ; Ferruh Yigit ; > dev@dpdk.org > Subject: [EXT] Re: [PATCH 1/2] ethdev: parsing multip

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

2024-01-12 Thread David Marchand
On Thu, Jan 11, 2024 at 7:45 AM 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 sing

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

2024-01-12 Thread Harman Kalra
ing ; Qiming Yang > ; Qi Zhang ; Wenjun Wu > ; Dariusz Sosnowski ; > Viacheslav Ovsiienko ; Ori Kam > ; Suanming Mou ; Matan > Azrad ; Chaoyong He ; > Thomas Monjalon ; Ferruh Yigit > > Cc: dev@dpdk.org > Subject: [EXT] Re: [PATCH 1/2] ethdev: parsing multip

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

2024-01-11 Thread Andrew Rybchenko
On 1/11/24 09:44, 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 1/2] ethdev: parsing multiple representor devargs string

2024-01-10 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