On Jan 28, 2:46*pm, David Schwartz <dav...@webmaster.com> wrote:
> On Jan 28, 1:47 am, tal.omer...@gmail.com wrote:
>
> > I wish to allocate many (ten of thousands) 'net_device's, for a
> > virtual interfaces application
> > I'm looking for references this capability.
>
> What is your outer problem? It's extremely unlikely creating tens of
> thousands of devices is the correct solution to it.
>
> DS
Hi David
I wish to build a system with many external virtual interfaces.
Each virtual interface, encapsulate something (service/user/...).
A good solution will be: create one physical interface.
Many "virtual" interface using this one physical interface.
This is similar solution to 8021q/vconfig - one physical with many
"logical".
The problems I suspect:
1. "net_device" is big structure with many un-needed information
This may cause problems in scaling
2. "net_device" is saved in various search-data-structure.
This may cause problems in scaling
Others? info?
Regards,
++Tal
|