[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140901.153559.1200380977792272217.davem@davemloft.net>
Date: Mon, 01 Sep 2014 15:35:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: hannes@...essinduktion.org
Cc: netdev@...r.kernel.org, therbert@...gle.com, jhs@...atatu.com,
edumazet@...gle.com, jeffrey.t.kirsher@...el.com,
rusty@...tcorp.com.au, dborkman@...hat.com, brouer@...hat.com,
john.r.fastabend@...el.com
Subject: Re: [PATCH 0/2] Get rid of ndo_xmit_flush
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
Date: Tue, 02 Sep 2014 00:31:09 +0200
> I am afraid that TX-lock is per nic-queue and it won't work out that
> easy because skbs for different queues can reside in a Qdisc.
Batching will help mostly when netif_queue_start() triggers, when we
are in steady state stopping and re-starting the txq.
What we really care about are the qdisc <--> txq one to one
relationship which is by far the most common case.
In the multiple txq to qdisc case, we still can benefit because
packets for one txq will still tend to bunch op and give deferral
opportunities.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists