From owner-freebsd-arch@freebsd.org Tue Oct 13 08:05:03 2015 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 725A7A110A8 for ; Tue, 13 Oct 2015 08:05:03 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2121D9C for ; Tue, 13 Oct 2015 08:05:02 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 2E4CF1FE022 for ; Tue, 13 Oct 2015 10:04:52 +0200 (CEST) To: "freebsd-arch@freebsd.org" From: Hans Petter Selasky Subject: [RFC] New callout API function coming Message-ID: <561CBB8B.5010508@selasky.org> Date: Tue, 13 Oct 2015 10:06:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 08:05:03 -0000 Hi, I'm currently working together with Julien Charbon on adding a new callout_drain_async() function to the callout API. If you have some comments or questions, the patch is available here: https://reviews.freebsd.org/D3521 I hope to submit this piece of code by the end of this week. --HPS