Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965580AbdCVS0i (ORCPT ); Wed, 22 Mar 2017 14:26:38 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:42730 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965271AbdCVS0b (ORCPT ); Wed, 22 Mar 2017 14:26:31 -0400 Date: Wed, 22 Mar 2017 11:26:29 -0700 (PDT) Message-Id: <20170322.112629.1655081687167143481.davem@davemloft.net> To: alexander.duyck@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sridhar.samudrala@intel.com, edumazet@google.com Subject: Re: [net-next PATCH 0/2] NAPI ID fixups related to busy polling From: David Miller In-Reply-To: <20170320214643.13922.51284.stgit@localhost.localdomain> References: <20170320214643.13922.51284.stgit@localhost.localdomain> X-Mailer: Mew version 6.7 on Emacs 24.5 / 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]); Wed, 22 Mar 2017 11:26:30 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 14 From: Alexander Duyck Date: Mon, 20 Mar 2017 14:48:41 -0700 > These two patches are a couple of minor clean-ups related to busy polling. > The first one addresses the fact that we were trying to busy poll on > sender_cpu values instead of true NAPI IDs. The second addresses the fact > that there were a few paths where TCP sockets were being instanciated based > on a received patcket, but not recording the hash or NAPI ID of the packet > that was used to instanciate them. I'm expecting a respin of this. Patch #1 appears to be 'net' material, and Eric asked for some other minor tweaks as well. Thanks.