Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752639Ab3FNNdY (ORCPT ); Fri, 14 Jun 2013 09:33:24 -0400 Received: from mga11.intel.com ([192.55.52.93]:59170 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933Ab3FNNdV (ORCPT ); Fri, 14 Jun 2013 09:33:21 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,866,1363158000"; d="scan'208";a="353329379" From: Eliezer Tamir Subject: [PATCH v5 net-next 0/4] net: low latency sockets follow ups To: David Miller Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jesse Brandeburg , Don Skidmore , e1000-devel@lists.sourceforge.net, Willem de Bruijn , Eric Dumazet , Ben Hutchings , Andi Kleen , HPA , Eilon Greenstien , Or Gerlitz , Amir Vadai , Alex Rosenbaum , Avner Ben Hanoch , Or Kehati , sockperf-dev@googlegroups.com, Eliezer Tamir Date: Fri, 14 Jun 2013 16:33:14 +0300 Message-ID: <20130614133314.6126.77315.stgit@ladj378.jer.intel.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1467 Lines: 43 David, Here are three clean up patches, plus one that adds a socket option for LLS. Patch 1 converts sysctl_net_ll_poll into an unsigned int Patch 2 converts low latency sockets to sched_clock. Patch 3 removes the config menu for NET_LL_RX_POLL and defaults to y. Patch 4 adds an SO_LL socket option to allow per-socket control of busy polling. I will reply to this thread with a patch to sockperf that enables the socket option. (unchanged from v2) Again, thanks to everyone for their comments. -Eliezer Change log: v5 - use time_after64() instead of time_after, suggested by Eric Dumazet. v4 - Fixed possible overflow, pointed out by Eric Dumazet. (reordered the patches) v3 - Suggested by David Miller and Stephen Hemminger: added a patch to covert from get_cycles() to sched_clock(), remove dependency on X86_TSC. - Suggested by Eric Dumazet: un-exported sysctl_net_ll_poll since for now it's not needed in modules. v2 - added a patch to convert sysctl_net_ll_poll into an unsigned int. - suggested by Eric Dimazet: treat sk_ll_usec as a u_int rather than a u_long. - suggested by Ben Huchings: allow unprivileged user to decrease SO_LL value, correct return value when operation is not allowed. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/