[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201008021834.26688.arnd@arndb.de>
Date: Mon, 2 Aug 2010 18:34:26 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Krishna Kumar2 <krkumar2@...ibm.com>
Cc: bhutchings@...arflare.com, davem@...emloft.net, mst@...hat.com,
netdev@...r.kernel.org, therbert@...gle.com
Subject: Re: [PATCH v2 2/2] macvtap: Implement multiqueue macvtap driver
On Monday 02 August 2010, Krishna Kumar2 wrote:
> "include/linux/if_macvlan.h:57: error: braced-group within expression
> allowed only inside a function"
> Please let me know if there is any alternative (curly braces cannot be
> used outside of functions). Otherwise one change required is to add:
>
> #ifndef MIN
> #endif
>
> I will wait for a few hours and resubmit the patches.
Maybe just open-code the minimum computation:
#define MAX_MACVTAP_QUEUES (NR_CPUS < 16 ? NR_CPUS : 16)
ARnd
--
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