[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141211.141538.912268168491944997.davem@davemloft.net>
Date: Thu, 11 Dec 2014 14:15:38 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: brouer@...hat.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, cl@...ux.com, linux-api@...r.kernel.org,
eric.dumazet@...il.com, hannes@...essinduktion.org,
alexander.duyck@...il.com, ast@...mgrid.com,
paulmck@...ux.vnet.ibm.com, mathieu.desnoyers@...icios.com,
rostedt@...dmis.org
Subject: Re: [RFC PATCH 1/3] lib: adding an Array-based Lock-Free (ALF)
queue
From: Jesper Dangaard Brouer <brouer@...hat.com>
Date: Wed, 10 Dec 2014 15:15:26 +0100
> +static inline int
> +alf_mp_enqueue(const u32 n;
> + struct alf_queue *q, void *ptr[n], const u32 n)
> +{
...
> +/* Main Multi-Consumer DEQUEUE */
> +static inline int
> +alf_mc_dequeue(const u32 n;
> + struct alf_queue *q, void *ptr[n], const u32 n)
> +{
I would seriously consider not inlining these.
--
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