Eric,
True. gianfar uses multiqueue howver in its napi poll one CPU grabs a
locks and inspects every queue one by one.
Well, we could add rx recycling per queue if you prefer it that way.
The memory for the skbs is comming from slab. slab's latency is getting
quite high on memory pressure. Therefore I try to avoid talking to slab
while I'm allocating a new skb. So I created a pool of pre-allocated.
And where are you allocating the memory from? Remember, SLAB could be
slow :)
Sebastian
--
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]