[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150825.111449.2276623889939482929.davem@davemloft.net>
Date: Tue, 25 Aug 2015 11:14:49 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sshah@...arflare.com
Cc: netdev@...r.kernel.org, linux-net-drivers@...arflare.com
Subject: Re: [PATCH net-next 1/1] sfc: Allow driver to cope with a lower
number of VIs than it needs for RSS
From: Shradha Shah <sshah@...arflare.com>
Date: Fri, 21 Aug 2015 10:43:51 +0100
> @@ -115,7 +115,7 @@ static struct workqueue_struct *reset_workqueue;
> *
> * This is only used in MSI-X interrupt mode
> */
> -static bool separate_tx_channels;
> +bool separate_tx_channels;
...
> @@ -35,6 +35,7 @@ void efx_xmit_done(struct efx_tx_queue *tx_queue, unsigned int index);
> int efx_setup_tc(struct net_device *net_dev, u8 num_tc);
> unsigned int efx_tx_max_skb_descs(struct efx_nic *efx);
> extern unsigned int efx_piobuf_size;
> +extern bool separate_tx_channels;
Once you put this into the global namespace, you should prefix it
with "efx_*" or similar to avoid namespace pollution issues.
--
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