Re: Multiqueue and virtualization WAS(Re: [PATCH 3/3] NET: [SCHED] Qdisc changes and sch_rr added for multiqueue
From: David Miller <davem@davemloft.net>
Date: 2007-07-08 06:02:38
From: David Miller <davem@davemloft.net>
Date: 2007-07-08 06:02:38
From: jamal <redacted> Date: Fri, 06 Jul 2007 10:39:15 -0400
If the issue is usability of listing 1024 netdevices, i can think of many ways to resolve it.
I would agree with this if there were a reason for it, it's totally unnecessary complication as far as I can see. These virtual devices are an ethernet with the subnet details exposed to the driver, nothing more. I see zero benefit to having a netdev for each guest or node we can speak to whatsoever. It's a very heavy abstraction to use for something that is so bloody simple. My demux on ->hard_start_xmit() is _5 DAMN LINES OF CODE_, you want to replace that with a full netdev because of some minor difficulties in figuring out to record the queuing state. It's beyond unreasonable. Netdevs are like salt, if you put too much in your food it tastes awful.