From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C950AC433EF for ; Sun, 13 Feb 2022 11:57:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235754AbiBML5D (ORCPT ); Sun, 13 Feb 2022 06:57:03 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:59092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235745AbiBML46 (ORCPT ); Sun, 13 Feb 2022 06:56:58 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E5C05B8AC; Sun, 13 Feb 2022 03:56:53 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 33E1EB80AE8; Sun, 13 Feb 2022 11:56:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 050D6C004E1; Sun, 13 Feb 2022 11:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644753410; bh=uMBE7nklEtwOQeHfA15TM5pA68TW4OU2vBGHyA6pUu0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SmWWtNpkrLLRbe7yla5PPtHw9zKbtmS4IWI5sKgY6ECuFnr+MV+uEUyIJr9oBtnM1 fdeuwQ2U8r6anWKEyF3X/P00YjypfaRPn0+abN3i8tAo5fYE7+J2wzI8NmoGdq1A8+ DCagidpp6GYBOhf8G1PFEkZX7VMpM1mmT4G01xTrpwU7DnaMEjzlPCcDMzZ7RXmBE/ Fy44UnbavzBbgj3ZkQldpcvyHI/8LZyRt7PuFJerKN2sWNnfgT3+eRVsyw+gWq4sQm ajPz+dAr+kiZZg6/cxrSFhPJQjsz5DIAsHlazTAlkcbUoEtOruJOnoMRb4W7eEYR+e ryn7/G7gp0jgw== Date: Sun, 13 Feb 2022 13:56:45 +0200 From: Leon Romanovsky To: =?iso-8859-1?Q?H=E5kon?= Bugge Cc: Jason Gunthorpe , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH for-rc v2] IB/cma: Allow XRG INI QPs to set their local ACK timeout Message-ID: References: <1644421175-31943-1-git-send-email-haakon.bugge@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1644421175-31943-1-git-send-email-haakon.bugge@oracle.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Feb 09, 2022 at 04:39:35PM +0100, Håkon Bugge wrote: > XRC INI QPs should be able to adjust their local ACK timeout. > > Fixes: 2c1619edef61 ("IB/cma: Define option to set ack timeout and pack tos_set") > Signed-off-by: Håkon Bugge > Suggested-by: Avneesh Pant > > --- > Thanks, Reviewed-by: Leon Romanovsky