From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amir Vadai Subject: Re: [PATCH net-next V6 2/2] net/mlx4_en: Use affinity hint Date: Mon, 2 Jun 2014 17:08:20 +0300 Message-ID: <538C8554.8070109@mellanox.com> References: <1401029247-15196-3-git-send-email-amirv@mellanox.com> <1401682610.3645.166.camel@edumazet-glaptop2.roam.corp.google.com> <1401683831.3645.169.camel@edumazet-glaptop2.roam.corp.google.com> <20140601.215650.2131746246978305213.davem@davemloft.net> <1401685992.3645.173.camel@edumazet-glaptop2.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , To: Eric Dumazet , David Miller Return-path: In-Reply-To: <1401685992.3645.173.camel@edumazet-glaptop2.roam.corp.google.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 6/2/2014 8:13 AM, Eric Dumazet wrote: > On Sun, 2014-06-01 at 21:56 -0700, David Miller wrote: > >> Indeed you have to provide a dummy version for a non-SMP build etc. >> >> I'm reverting. >> > > Hi David. I think your revert took one wrong commit. > > > # git show ee39facbf82e73e468c504d2b40e83e2d223c28c | diffstat -p1 -w70 > drivers/net/ethernet/micrel/ks8851.c | 50 ++++++++++--------- > include/linux/cpumask.h | 2 > lib/cpumask.c | 64 ------------------------- > 3 files changed, 28 insertions(+), 88 deletions(-) > > > Hi, Yeh, Eric is right and it seems that 2a82e40 "net: ks8851: Don't use regulator_get_optional()" was reverted by mistake instead of 70a640d: "net/mlx4_en: Use affinity hint" I'm working on a fixed version of the affinity patches - this time I will double check the CONFIG_SMP/CONFIG_CPUMASK_OFFSTACK combinations. I'm preparing a public git with Mellanox updates, so that Mellanox drivers patches will pass 0-DAY kernel build testing, before landing in net-next. Amir