Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161290AbaJ3U2d (ORCPT ); Thu, 30 Oct 2014 16:28:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:56171 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932513AbaJ3U2c (ORCPT ); Thu, 30 Oct 2014 16:28:32 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Alex Elsayed Subject: Re: [PATCH 00/12] Add kdbus implementation Date: Thu, 30 Oct 2014 13:28:09 -0700 Lines: 12 Message-ID: References: <1414620056-6675-1-git-send-email-gregkh@linuxfoundation.org> <20141029231106.GB16548@kroah.com> <20141029234001.GB16520@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 50.245.141.77 User-Agent: KNode/4.14 Cc: linux-api@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Lutomirski wrote: > There should be a number measured in, say, nanoseconds in here > somewhere. The actual extent of the speedup is unmeasurable here. > Also, it's worth reading at least one of Linus' many rants about > zero-copy. It's not an automatic win. It's well-understood that it's not an automatic win; significant testing on multiple architectures indicated that 512K is a surprisingly universal crossover point. The userspace code, therefore, switches from copying (normal kdbus parameters) to zero-copy (memfds) right around there. -- 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/