Sebastien Roy wrote:
On Tue, 2009-09-08 at 16:03 -0700, Garrett D'Amore wrote:
Before I go off traipsing into the Nemo code, I thought I'd ask around.
Is there any other driver that uses multiple PPAs for a single
dev_info_t?
Yes: aggr and vnic (and the soon to be integrated iptun) all do that.
These all set m_instance to -1, right? I think my driver might be the
first to use m_instance > 0. They're also all pseudo drivers and so so
don't need a working getinfo(9e) implementation.
Of course, for PPA 0, I use m_instance == 0. (ddi_get_instance() on the
dip also returns 0 for that particular driver.)
I think at a minimum getinfo() in dld is busted for my driver; I
*suspect* other things may be busted too. I'll do more digging.
-- Garrett
Is this a known bug?
Not that I'm aware of.
-Seb
_______________________________________________
networking-discuss mailing list
[email protected]