Um, what about people running their box as just a VLAN router/firewall?
That seems to be one of the principle uses so far. Actually, in that case
both VLAN and IP traffic would come through, so it would be a tie if VLAN
came first, but non-vlan traffic would suffer worse.
So, how can I make sure that it is second in the list?
>
> > strcpy(dev->name, buf);
> > return i;
> > }
> > }
> > - return -ENFILE; /* Over 100 of the things .. bail out! */
> > + return -ENFILE; /* Over 8192 of the things .. bail out! */
>
> So fix the algorithm. You want the list sorted at this point, or to generate
> a bitmap of free/used entries and scan the list then scan the map
Actually, VLAN code no longer uses this method to generate it's name,
it uses it's own mechanism (which, by the way, the hashed name lookup
makes much faster.) So, this part of the patch can be removed.
>
> Question: How do devices with hardware vlan support fit into your model ?
I don't know of any, and I'm not sure how they would be supported.
>
> Alan
-- Ben Greear (greearb@candelatech.com) http://www.candelatech.com Author of ScryMUD: scry.wanfear.com 4444 (Released under GPL) http://scry.wanfear.com http://scry.wanfear.com/~greear - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/