Re: [PATCH 7/9] ib_srpt: Convert srp_max_rdma_size into per port configfs attribute

2011-10-25 Thread Nicholas A. Bellinger
On Mon, 2011-10-24 at 13:29 -0700, Nicholas A. Bellinger wrote: On Mon, 2011-10-24 at 05:33 +, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org This patch converts the srp_max_rdma_size module parameter into a per endpoint configfs attribute. This includes

Re: [PATCH 7/9] ib_srpt: Convert srp_max_rdma_size into per port configfs attribute

2011-10-25 Thread Bart Van Assche
On Mon, Oct 24, 2011 at 10:29 PM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: @@ -114,6 +114,7 @@ enum {       MIN_SRPT_SRQ_SIZE = 4,       DEFAULT_SRPT_SRQ_SIZE = 4095,       MAX_SRPT_SRQ_SIZE = 65535, +     MAX_SRPT_RDMA_SIZE = 256U, Hey btw, what should the proper

Re: [PATCH 7/9] ib_srpt: Convert srp_max_rdma_size into per port configfs attribute

2011-10-25 Thread Nicholas A. Bellinger
On Tue, 2011-10-25 at 12:32 +0200, Bart Van Assche wrote: On Mon, Oct 24, 2011 at 10:29 PM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: @@ -114,6 +114,7 @@ enum { MIN_SRPT_SRQ_SIZE = 4, DEFAULT_SRPT_SRQ_SIZE = 4095, MAX_SRPT_SRQ_SIZE = 65535, +

Re: [PATCH 7/9] ib_srpt: Convert srp_max_rdma_size into per port configfs attribute

2011-10-24 Thread Nicholas A. Bellinger
On Mon, 2011-10-24 at 18:34 +0200, Bart Van Assche wrote: On Mon, Oct 24, 2011 at 7:33 AM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: This patch converts the srp_max_rdma_size module parameter into a per endpoint configfs attribute. This includes adding the necessary bits for show

Re: [PATCH 7/9] ib_srpt: Convert srp_max_rdma_size into per port configfs attribute

2011-10-24 Thread Nicholas A. Bellinger
On Mon, 2011-10-24 at 05:33 +, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org This patch converts the srp_max_rdma_size module parameter into a per endpoint configfs attribute. This includes adding the necessary bits for show + store attributes w/ min/max