From owner-svn-src-head@FreeBSD.ORG Tue Nov 11 22:47:05 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75F11181; Tue, 11 Nov 2014 22:47:05 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05D59A1A; Tue, 11 Nov 2014 22:47:05 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id h11so3153621wiw.3 for ; Tue, 11 Nov 2014 14:47:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZSLg7mN56B49piH9SsNJmAVKogTfBSdD+TtEPCixQa4=; b=a7zTGcSdubxbqW7qPx7XZaMc1hhYb1QO4jsjZI1vgkgWa8UAdDr3mTPb0R8ooUsrem u1DuzlQwJQDKVNG5NbuHzdEJSPDio9277G+D/lBYdsR08gRo1E3jt68BeQ1GhObEQO/a lcqV5Vw5dB2dsqVjo3C+Op2XyzAQJnJVFzbACm3C0xbJwCLQuX2CI3zS8EElUFAtq6KX CPUjAHYaFJ2TdvLQm4VcwhfOwXnX1I/vbfhf1e4I50zUhLh8awLi43MmmDR6FxDzUT1u gkrdu6mhErjwfuc/ejQq/ykE0y6GX3aKhEaaWTxZ0674z9HEQPsfmH6rDEp5U34Ae2mR 3A3A== MIME-Version: 1.0 X-Received: by 10.180.99.105 with SMTP id ep9mr51966wib.26.1415746023551; Tue, 11 Nov 2014 14:47:03 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Tue, 11 Nov 2014 14:47:03 -0800 (PST) In-Reply-To: References: <201411112032.sABKWlVl096129@svn.freebsd.org> Date: Tue, 11 Nov 2014 14:47:03 -0800 X-Google-Sender-Auth: tQQWfXAMWYqWf_HqvsRs-i3RMfg Message-ID: Subject: Re: svn commit: r274403 - in head/sys: compat/freebsd32 kern sys From: Adrian Chadd To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 22:47:05 -0000 Gleb and I talked about this privately. We agreed to keep this out of the tree for the time being, even though I have code that uses this and does do quite a bit of traffic with it. I'm going to use this as an excuse to finally write up a proper "wire pages into mbufs and write them out" api for socket writes and use a kqueue notification mechanism to complete the transactions. -adrian