[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140226.181216.1563503549713890339.davem@davemloft.net>
Date: Wed, 26 Feb 2014 18:12:16 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: hariprasad@...lsio.com
Cc: netdev@...r.kernel.org, linux-rdma@...r.kernel.org,
roland@...estorage.com, kumaras@...lsio.com, dm@...lsio.com,
swise@...ngridcomputing.com, leedom@...lsio.com,
santosh@...lsio.com, nirranjan@...lsio.com
Subject: Re: [PATCH net-next 10/31] cxgb4/iw_cxgb4: Doorbell Drop Avoidance
Bug Fixes.
From: Hariprasad Shenai <hariprasad@...lsio.com>
Date: Wed, 26 Feb 2014 20:36:49 +0530
> -static int allow_db_fc_on_t5;
> -module_param(allow_db_fc_on_t5, int, 0644);
> -MODULE_PARM_DESC(allow_db_fc_on_t5,
> - "Allow DB Flow Control on T5 (default = 0)");
> -
> -static int allow_db_coalescing_on_t5;
> -module_param(allow_db_coalescing_on_t5, int, 0644);
> -MODULE_PARM_DESC(allow_db_coalescing_on_t5,
> - "Allow DB Coalescing on T5 (default = 0)");
Module parameters are a user facing interface.
You cannot just delete, or change the semantics of, the ones you feel
like doing so to.
--
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