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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B55BC433E0 for ; Thu, 18 Feb 2021 22:23:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D3ED364EC4 for ; Thu, 18 Feb 2021 22:23:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230184AbhBRWWp (ORCPT ); Thu, 18 Feb 2021 17:22:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:38666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230174AbhBRWWk (ORCPT ); Thu, 18 Feb 2021 17:22:40 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2003A6186A; Thu, 18 Feb 2021 22:21:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613686917; bh=pKv6I7CRWLU1affMrs82tjDD/cxkwtt2bVAkPyzke1c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aiK7UiaadUWsQGfALQe9KXlAg90HQiBeAVeBjNp7VAc51KXjOnrRGW1plvswTO51K E4c/qiHSmaaPjfJcJAX+pzZV1ul5pMhFaCJ0GimvIvgzXNZckeTONnZgU3nlltcnVL 1PYL6zry9D/hmJGnkjpyI+Qst5A1qKj68fNM1k3KbH0yzo0jTfhOI2Kb+qwBO7YLH+ 2KdEg0d4r1arlDkuqhAoOZpRJbtrigUET0LiJLSJYhh8TU1ihAMCnehh2HTUtgpZ2B bXVTRRAzMunPuxecE7jYyyuv843zZWdE/0rIbFExZhsPcoL6Unjs9R6k/OkndS3Cyj SWU+WDjRExiww== Date: Thu, 18 Feb 2021 17:21:55 -0500 From: Sasha Levin To: Krishnamraju Eraparaju Cc: gregkh@linuxfoundation.org, stable@vger.kernel.org, Max Gurtovoy , bharat@chelsio.com Subject: Re: backport of IB/isert commit to '5.10.y' stable release Message-ID: <20210218222155.GF2013@sasha-vm> References: <20210218071914.GA17349@chelsio.com> <20210218160857.GB2013@sasha-vm> <20210218174155.GA20270@chelsio.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20210218174155.GA20270@chelsio.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 18, 2021 at 11:11:56PM +0530, Krishnamraju Eraparaju wrote: >On Thursday, February 02/18/21, 2021 at 11:08:57 -0500, Sasha Levin wrote: >> On Thu, Feb 18, 2021 at 12:49:16PM +0530, Krishnamraju Eraparaju wrote: >> > >> >Hi Greg, >> > >> >Could you please backport the below commit to "5.10.y" stable release. >> > >> >Looks like this commit was already pulled to "5.10.y" stable tree weeks >> >ago. >> > >> >This fix is required for Chelsio adapters. Without this fix the number >> >of connections supported by isert(over Chelsio adapter) will be significantly less. >> >> This reads like a performane improvement rather than a bug? >Hi Sasha Levin, > >This is not a performance improvement. >Earlier, commit:317000b926b07c has introduced a side effect, where no.of >supported isert connections, over Chelsio adapters, had come down to >9(prior to this commit it was 250). > >And this side effect got fixed with commit:dae7a75f1f19bf > >Hence, please apply this commit(dae7a75f1f19bf) to '5.10.y' stable release. Okay, I've queued it up, thanks! -- Thanks, Sasha