[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH net-next V2 1/2] xen-netback: split event channels support for Xen backend driver
On Wed, May 22, 2013 at 11:17:54AM -0400, Konrad Rzeszutek Wilk wrote: > > +/* 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? Sure. I'm not particularly picky about names and sometimes bad at picking a comprehensible name. But, I guess I should use "sepArate_tx_rx_irq" rather than "sepErate_tx_rx_irq". Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |