RE: [PATCH 1/2] net: Add the CPU id to skb->queue_mapping's upper 8 bits

From: Waskiewicz Jr, Peter P
Date: Wed Jun 25 2008 - 14:31:39 EST


>Well:
>
>1) All of this multiqueue stuff is going away with my changes in
> net-tx-2.6

Do you have a guestimate of which kernel you'll be targeting these
changes? I'm very interested in this schedule.

>2) This CPU number is going to be wrong half of the time.
>
>For #2, when TCP is processing ACKs, it sends packets out from
>whichever CPU the ACK landed on.
>
>So you could end up retargetting the RX flow back and forth between
>cpus. The cpu that sends the packet into the device layer is far
>from the cpu that should be used to target the RX flow at.
>
>So this idea is pretty seriously flawed and the infrastructure it's
>using is going away anyways.

The whole point is to identify the flow and redirect your Rx filtering
to the CPU it came from. So if you did this properly, the ACKs would be
landing on the CPU that originally opened the TCP flow. I don't follow
why the scheduler would move the process if the Rx traffic is returning
to that core.

I also understand the infrastructure is going away. But without knowing
when things are being changed, we can't be expected to delay sending in
patches to this area of the kernel if there is something we see a
potential benefit for. We have seen benefit in our labs of keeping
flows on dedicated CPUs and Tx/Rx queue pairs. I think the concept is
also sensible. But if my method of getting it working in the kernel is
flawed, then that's fine. Is there an alternative we can use, or is
this something we can influence the new Tx flow design with?

>It also adds all sorts of arbitray limitations (256 queues and cpus? I
>already have systems coming to me with more than 256 cpus)

I was trying to fit this into existing infrastructure to support the
more common case, which is probably 4-64 CPUs. Plus I'm not aware of
any NICs out there that support upwards of 256 Tx queues in the physical
function, but I guess I wouldn't be surprised if there are some on the
market.

-PJ Waskiewicz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/