[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130522151754.GD8162@phenom.dumpdata.com>
Date: Wed, 22 May 2013 11:17:54 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: Wei Liu <wei.liu2@...rix.com>
Cc: xen-devel@...ts.xen.org, netdev@...r.kernel.org,
david.vrabel@...rix.com, ian.campbell@...rix.com
Subject: Re: [Xen-devel] [PATCH net-next V2 1/2] xen-netback: split event
channels support for Xen backend driver
> +/* Provide an option to disable split event channels at load time as
> + * event channels are limited resource. Split event channels are
> + * enabled by default.
> + */
> +unsigned int feature_split_event_channels = 1;
> +module_param(feature_split_event_channels, uint, 0644);
How about just 'seperate_tx_rx_irq' ? Much easier to comprehend I think?
--
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