[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120709.141010.996787793429264956.davem@davemloft.net>
Date: Mon, 09 Jul 2012 14:10:10 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: meravs@...adcom.com
Cc: netdev@...r.kernel.org, eilong@...adcom.com, dmitry@...adcom.com
Subject: Re: [net-next patch v2] bnx2x: Add run-time CNIC support
From: "Merav Sicron" <meravs@...adcom.com>
Date: Mon, 9 Jul 2012 13:00:55 +0300
> - max_non_def_sbs = bnx2x_get_num_non_def_sbs(pdev);
> + cnic_enabled = IS_ENABLED(CONFIG_CNIC) ? 1 : 0;
This, as I said, it pointless.
Every distribution is going to turn on this Kconfig option so guarding
this at all using the Kconfig option is largely valueless.
--
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