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.7 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 3CC17C433B4 for ; Tue, 11 May 2021 19:27:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01B1961026 for ; Tue, 11 May 2021 19:27:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232056AbhEKT26 (ORCPT ); Tue, 11 May 2021 15:28:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:60064 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231454AbhEKT25 (ORCPT ); Tue, 11 May 2021 15:28:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7D5B661026; Tue, 11 May 2021 19:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620761270; bh=rI+mHAxfG+btsGqsMuf6hMha8zHnoszPJpeNAenOTWg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZT0TkeI6hzGrWXBcom5m26wY5ixzlwMLKl5BD9+8jGYjLR0oX2z567yflvpdx3xnY 5TLLRXVhJMlPJWnz8D3r3UqUJqGEFZ0udkucUZ6oJbv4BrQ1BK7ZUqIeNolvxDT0bU YJUv3JKE+gPux0mOsFwYsyeo9f3kVHyL5Sh40/g/R+I0UzZD7b2t1sP5sPMkyutUoZ 2jvtTrb4p1I5brGOgPotkzK0E+9L3O4MbkInDIjzyDE3niMGJGduw4sJBl2pg5Oy9O 1sHWiDr+RrGHQpgpeTKpSOKNNCUYOT/L6aOh/I2vSXYZ548QrUvUhM7ZWMW+PmgHuG etkMdca0n8qiQ== Date: Tue, 11 May 2021 22:27:46 +0300 From: Leon Romanovsky To: "Marciniszyn, Mike" Cc: Haakon Bugge , Doug Ledford , Jason Gunthorpe , "Dalessandro, Dennis" , "linux-kernel@vger.kernel.org" , OFED mailing list Subject: Re: [PATCH rdma-next] RDMA/rdmavt: Decouple QP and SGE lists allocations Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 11, 2021 at 07:15:09PM +0000, Marciniszyn, Mike wrote: > > > > > > Why not kzalloc_node() here? > > I agree here. > > Other allocations that have been promoted to the core have lost the node attribute in the allocation. Did you notice any performance degradation? Thanks