Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp6975592imm; Sun, 20 May 2018 15:24:00 -0700 (PDT) X-Google-Smtp-Source: AB8JxZo42k7zQqeqssfYWcSVf+IfdCCjlUeheKIsto28i7dBO24fHxajfeJl5BVv88bjhim7pLqy X-Received: by 2002:a62:c413:: with SMTP id y19-v6mr17652173pff.97.1526855040737; Sun, 20 May 2018 15:24:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526855040; cv=none; d=google.com; s=arc-20160816; b=eETTZJwSdDXbDRQWjsVemTUtTrtH3YaEY9AB6I49XBuolCj79T3K0osV2+Hf2X/kXE lVlcFyyi6Yl3crku8tCxXVOfAbbhOsg1gQF6d5gGhx0KBhCcFoe2GQ77N3ibI/O7g6ZK MObxgds298L3lhUq9k0OzFp6MpGTzrI6frZWAd9ea+hTCDSSy1H4XoC+m//FPd1DY8Uh CtVbk1QFYARJYAOm17WEB04jplOa6gvcZQ+61jj2pJOGuG/2+/I+IpeHP7tKRh4PL52U UC/SsAxUHL/+eb1Kd/q/0p9fir5OuhM+5k4zaWDxmywRTsqoE1/R0nwtD8p4sSLoBsYw Ghgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=D8Chfk0cMO83gRhPRvsjluuE2AKDkRi2mIydRV0y6iM=; b=AscIlKdZAs2e7qNaBiXMHBXh9mDERLG04PNHwI960CkKpe12Z6tCM774hWyht5InLv Djc0wFiLNGSOBm13TBL5TDIOfaSqzLwaIdbbnIXMNCdtI8mJX7hvGdjEZ9fmotJNjxES wqMWcGse5gqbQqwYOdYJcQf3VrOPUlFPZugRukBDZl6UwD7Pu+DVqgqUQrGDPnyCWI3l VOP2uSpQRUCvxJpFGzOnP97L9xOWD3620JObBEKhvNulFebpqs0t0HIuD6WFBrW2obhH eFhkMN9EtBf3al855qKE3BGsvq3huL1i9VXMjAk9ZiBVawQbD1PhY1q9Vri//Q9RHeSM iYeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w23-v6si12662023plq.214.2018.05.20.15.23.45; Sun, 20 May 2018 15:24:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751609AbeETWXd (ORCPT + 99 others); Sun, 20 May 2018 18:23:33 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:46640 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751021AbeETWXb (ORCPT ); Sun, 20 May 2018 18:23:31 -0400 Received: from localhost (pool-173-77-163-54.nycmny.fios.verizon.net [173.77.163.54]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id BB413133E8162; Sun, 20 May 2018 15:23:30 -0700 (PDT) Date: Sun, 20 May 2018 18:23:27 -0400 (EDT) Message-Id: <20180520.182327.1317628777203854457.davem@davemloft.net> To: hpuranik@codeaurora.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, timur@codeaurora.org Subject: Re: [PATCH v2] net: qcom/emac: Allocate buffers from local node From: David Miller In-Reply-To: <1526614169-9586-1-git-send-email-hpuranik@codeaurora.org> References: <1526614169-9586-1-git-send-email-hpuranik@codeaurora.org> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 20 May 2018 15:23:31 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hemanth Puranik Date: Fri, 18 May 2018 08:59:29 +0530 > Currently we use non-NUMA aware allocation for TPD and RRD buffers, > this patch modifies to use NUMA friendly allocation. > > Signed-off-by: Hemanth Puranik > --- > Change since v1: > - Addressed comments related to ordering Applied to net-next.