Re: [PATCH V3] svcrdma: advertise the correct max payload

2014-09-29 Thread J. Bruce Fields
On Mon, Sep 29, 2014 at 11:07:25AM -0500, Steve Wise wrote: > > Hey Bruce, is this version acceptable for 3.18? Yes, applying, thanks for the reminder.--b. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH V3] svcrdma: advertise the correct max payload

2014-09-29 Thread Steve Wise
Hey Bruce, is this version acceptable for 3.18? Thanks, Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH V3] svcrdma: advertise the correct max payload

2014-09-24 Thread Chuck Lever
On Sep 24, 2014, at 4:55 AM, Sagi Grimberg wrote: > On 9/24/2014 1:11 AM, Steve Wise wrote: >> Svcrdma currently advertises 1MB, which is too large. The correct value >> is the minimum of RPCSVC_MAXPAYLOAD and the max scatter-gather allowed >> in an NFSRDMA IO chunk * the host page size. This b

Re: [PATCH V3] svcrdma: advertise the correct max payload

2014-09-24 Thread Sagi Grimberg
On 9/24/2014 1:11 AM, Steve Wise wrote: Svcrdma currently advertises 1MB, which is too large. The correct value is the minimum of RPCSVC_MAXPAYLOAD and the max scatter-gather allowed in an NFSRDMA IO chunk * the host page size. This bug is usually benign because the Linux X64 NFSRDMA client corr

[PATCH V3] svcrdma: advertise the correct max payload

2014-09-23 Thread Steve Wise
Svcrdma currently advertises 1MB, which is too large. The correct value is the minimum of RPCSVC_MAXPAYLOAD and the max scatter-gather allowed in an NFSRDMA IO chunk * the host page size. This bug is usually benign because the Linux X64 NFSRDMA client correctly limits the payload size to the corre