[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140903142714.240967bd@redhat.com>
Date: Wed, 3 Sep 2014 14:27:14 +0200
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: Daniel Borkmann <dborkman@...hat.com>
Cc: "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
Florian Westphal <fw@...len.de>,
Hannes Frederic Sowa <hannes@...essinduktion.org>,
brouer@...hat.com
Subject: Re: [net-next PATCH 2/3] qdisc: bulk dequeue support for qdiscs
with TCQ_F_ONETXQUEUE
On Tue, 02 Sep 2014 18:14:36 +0200
Daniel Borkmann <dborkman@...hat.com> wrote:
> On 09/02/2014 04:35 PM, Jesper Dangaard Brouer wrote:
>
> > This patch implements qdisc bulk dequeue, by allowing multiple packets
> > to be dequeued in dequeue_skb().
> >
[...]
> This check should better be an inline for sch_generic.h, e.g. ...
>
> static inline bool qdisc_may_bulk(const struct Qdisc *qdisc,
> const struct sk_buff *skb)
> {
> return (qdisc->flags & TCQ_F_ONETXQUEUE) && !skb->next;
> }
Good ideas of inlining these functions, it should help readability of
the code, thanks.
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Sr. Network Kernel Developer at Red Hat
Author of http://www.iptv-analyzer.org
LinkedIn: http://www.linkedin.com/in/brouer
--
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