> > > http://cr.opensolaris.org/~artem/pers-0421/ > > > > One quick question: is there a reason why dlmgmt_door_linkprop_init works > > in terms of devnames rather than linkids? > > Initially I used devname because it is trivial to derive from > mac_prop_init(dev_info_t, instance). Now that you asked, I suppose it > could be achieved, though probably at the cost of additional trip across > kernel/userland border.
I'd prefer that if possible. Linkids should be the unit of currency for both libdladm and the dlmgmt door interface, unless there is a technical issue which prevents their use. -- meem
