Hi Matan,
> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Matan Azrad > Sent: Sunday, January 7, 2018 5:46 PM > To: Thomas Monjalon <[email protected]>; Gaetan Rivet > <[email protected]>; Wu, Jingjing <[email protected]> > Cc: [email protected]; Neil Horman <[email protected]>; Richardson, > Bruce <[email protected]>; Ananyev, Konstantin > <[email protected]> > Subject: [dpdk-dev] [PATCH v2 6/6] app/testpmd: adjust ethdev port > ownership > > Testpmd should not use ethdev ports which are managed by other DPDK > entities. > > Set Testpmd ownership to each port which is not used by other entity and > prevent any usage of ethdev ports which are not owned by Testpmd. Sorry I don't follow all the discussion as there's too much. So it may be a silly question. Testpmd already has the parameter " --pci-whitelist" to only use the assigned devices. When using this parameter, all the devices are owned by the current APP. So I don't know why need to set/check the ownership. BTW, in this patch, seem all the change is for ownership checking. I don't find the setting code. Do I miss something?

