Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [PATCH] dvb-ttpci+budgetpatch integrated v22



> > HM! Something is a need, beacuse it got me oops when I first
> > want to register dvb0_0 from net0 and then again I
> > tried to register dvb0_0 from net1.
> 
> I would prefer dvbA_N where A is adapter number (like it is now)
> and N is simply incremented regardless of whether it's net0 or net1.

I would also, but as as the state of current API, to add
or remove interface you have to contact net* device, not
the adapter* device. This raises an issue...

net device position is 3-dimensional: 
adapter_A x net_B x interface_N

If you hide information which net* has created the device,
and convert 3-dimensions into 2-dimensions,
there will be difficult to delete dvbA_N interface, because
you don't know which net_B does it belong to, and have to
try all net*'s until one successfully deletes it!

Emard




Home | Main Index | Thread Index