From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: rename low latency sockets functions to busy poll Date: Mon, 08 Jul 2013 19:27:06 -0700 (PDT) Message-ID: <20130708.192706.1245480344087449229.davem@davemloft.net> References: <51DAF373.4040606@linux.intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eliezer.tamir@linux.intel.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, akpm@linux-foundation.org, dwmw2@infradead.org, eliezer@tamir.org.il To: torvalds@linux-foundation.org Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:47908 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751736Ab3GIC1H (ORCPT ); Mon, 8 Jul 2013 22:27:07 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Linus Torvalds Date: Mon, 8 Jul 2013 12:37:06 -0700 > I think it's getting closer, and I'm ok with the last final details > being sorted out later. I just can't reasonably test any of my > suggestions, so I'd like to get it to a point where when I pull, I > don't feel like I'm pulling core code that I really detest. And the > VFS layer in particular I'm pretty attached to. So I've applied Eliezer's rename patch and will send another pull request once he also takes care of the reduction of the number and size of the variables used to track the poll timestamps. Thanks.