Hi David Thanks for review Please find responses inline
> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Friday, January 12, 2024 6:12 PM > To: Harman Kalra <[email protected]> > Cc: Ajit Khaparde <[email protected]>; Somnath Kotur > <[email protected]>; John Daley <[email protected]>; > Hyong Youb Kim <[email protected]>; Yuying Zhang > <[email protected]>; Beilei Xing <[email protected]>; Qiming Yang > <[email protected]>; Qi Zhang <[email protected]>; Wenjun Wu > <[email protected]>; Dariusz Sosnowski <[email protected]>; > Viacheslav Ovsiienko <[email protected]>; Ori Kam > <[email protected]>; Suanming Mou <[email protected]>; Matan > Azrad <[email protected]>; Chaoyong He <[email protected]>; > Andrew Rybchenko <[email protected]>; Thomas Monjalon > <[email protected]>; Ferruh Yigit <[email protected]>; > [email protected] > Subject: [EXT] Re: [PATCH 1/2] ethdev: parsing multiple representor devargs > string > > External Email > > ---------------------------------------------------------------------- > On Thu, Jan 11, 2024 at 7:45 AM Harman Kalra <[email protected]> > 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 case > > port representors can be created using devargs string: > > <PCI > > BDF>,representor=pf[0-1],representor=pf2vf[1,2-3],representor=[4-5] > > Is it possible to make the representor devargs value a list? > Like: <PCI BDF>,representor=[pf[0-1],pf2vf[1,2-3],[4-5]] Thanks for suggestion, even I was not so happy with repeated representor keywork. Please review the changes: https://patches.dpdk.org/project/dpdk/patch/[email protected]/ Thanks Harman > > > -- > David Marchand

