[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140904125247.4108.8132.stgit@dragon>
Date: Thu, 04 Sep 2014 14:54:20 +0200
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: Jesper Dangaard Brouer <brouer@...hat.com>, netdev@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Tom Herbert <therbert@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>,
Hannes Frederic Sowa <hannes@...essinduktion.org>,
Florian Westphal <fw@...len.de>,
Daniel Borkmann <dborkman@...hat.com>
Cc: Jamal Hadi Salim <jhs@...atatu.com>,
Alexander Duyck <alexander.duyck@...il.com>,
John Fastabend <john.r.fastabend@...el.com>
Subject: [RFC net-next PATCH V2 0/3] qdisc bulk dequeuing and utilizing
delayed tailptr updates
Wanted people to review this work early... so this is the current
state, even added my debug patch, if people want to "see" it work.
I'm currently testing with different combination of netperf, and
different on/off adjustments of {gso,gro,tso} as this influences the
code path / skb list generation vs. real GSOs.
Open questions:
- For now set bulk limit to 6 packets (counting including the head),
this need some user adjustable param. I'm open to suggestions?
Perhaps we should start with 2 packets, or disable it as default?
- We are not doing proper accounting for weight_p/quota in
__qdisc_run(). Should we reduce change this. Open to suggestions.
---
Jesper Dangaard Brouer (2):
qdisc: debug statements while testing prev-patch
qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE
Tom Herbert (1):
net: Functions to report space available in device TX queues
include/linux/netdevice.h | 28 ++++++++++++-
net/sched/sch_generic.c | 95 ++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 118 insertions(+), 5 deletions(-)
--
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