Re: [RFC v2: Patch 1/3] net: hand off skb list to other cpu to submit to upper layer

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tom Herbert
Date: Friday, March 13, 2009 - 5:24 pm

>> I appreciate this philosophy, but unfortunately I don't have the

Yes, we are using a 10G NIC that supports multi-queue.  The number of
RX queues supported is half the number of cores on our platform, so
that is going to limit the parallelism.  With multi-queue turned on we
do see about 4X improvement in pps over just using a single queue;
this is about the same improvement we see using a single queue with
our software steering techniques (this particular device provides the
Toeplitz hash).  Enabling HW multi-queue has somewhat higher CPU
utilization though, the extra device interrupt load is not coming for
free.  We actually use the HW multi-queue in conjunction with our
software steering to get maximum pps (about 20% more).
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC v2: Patch 1/3] net: hand off skb list to other cp ..., Tom Herbert, (Fri Mar 13, 5:24 pm)