On Wed, Feb 13, 2019 at 10:19:35AM -0500, Don Dutile wrote:
On 02/13/2019 08:46 AM, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 4.19-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
thanks,
greg k-h
It also needs this patch (from v4.20) applied for it to cleanly apply to v4.19: commit f3c1fd0ee294abd4367dfa72d89f016c682202f0 Author: Chuck Lever chuck.lever@oracle.com Date: Mon Oct 1 14:15:56 2018 -0400
svcrdma: Reduce max_send_sges There's no need to request a large number of send SGEs because the inline threshold already constrains the number of SGEs per Send. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
[ddutile@dddlaptop linux]$ git tag --contains !$ git tag --contains f3c1fd0ee294abd4367dfa72d89f016c682202f0 v4.20 ....
Thanks, that worked!
greg k-h