05/01/2018 08:52, Finn Christensen: > From: Thomas > > It may look like this: > > > > bus=BUS_NAME,id=BUS_ID/class=CLASS_NAME,dev_port=PORT_NUM, > > mac=MAC_ADDRESS/driver=DRIVER_NAME,driverspecificproperty=VALUE [...] > We also need to distinguish between multiple ports sitting on same PCI bus ID. > and from our point of view, this will fully cover our needs.
Which property can help to distinguish Napatech ports? Can you use class=eth,dev_port=X ? The dev_port property will use /sys/class/net/DEV/dev_port on Linux. Is it OK for you?