From owner-freebsd-arch@freebsd.org Sun Mar 12 19:04:53 2017 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 7209FD08EB8 for ; Sun, 12 Mar 2017 19:04:53 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (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 47FF21CBD; Sun, 12 Mar 2017 19:04:53 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.3] (c-73-147-115-187.hsd1.va.comcast.net [73.147.115.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 7860E270005C; Sun, 12 Mar 2017 14:55:21 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 7860E270005C Authentication-Results: duke.cs.duke.edu; dmarc=none header.from=cs.duke.edu DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1489344921; bh=VB6UVvOsT+N9fLieZDa4RqM9AGfjtrvhjWgw4ojFzsI=; h=Subject:To:From:Date:From; b=Bmmlt+GZy0snn+yExMIxJYgHNpNHIDdqdBD3XOvHwZIwpxKyTu35ONHC7ABN/WbbR /YboVZfVKCvGOuXVI+9PwBx/hD6dnQmhnlSCqll45nWYTm/s6/iiP6ROTz9OMTT1hJ PsbhfCYme/8/T+tzF8hgFcJzNDcucXVB1tuvioKYEBU+YJnbYzX+HL3fzzGk3aqbvq v+Z72/SiErdcjRUORbQ4YtvumlPcFVEoM0mnnIUyWOAu0P1gMLKKnFSyBaAsPzimjb DmFLJdl/HIXXV2+GFRf+zklIFoJ+ORDaoBY1kRpAak/3j/EBhA0DcKLDQAVwRocWMq Vv4RGSf9j4njg== Subject: Re: UMA_ZONE_CACHESPREAD and uma_zsecond_add To: Andriy Gapon , freebsd-arch@FreeBSD.org, Jeff Roberson References: <76a47d9a-da39-75f4-5794-24724d0befc7@FreeBSD.org> From: Andrew Gallatin Message-ID: <035f48ea-8722-f697-cc71-cb8ee772e062@cs.duke.edu> Date: Sun, 12 Mar 2017 14:55:19 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <76a47d9a-da39-75f4-5794-24724d0befc7@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 19:04:53 -0000 On 03/08/2017 10:56, Andriy Gapon wrote: > > First, the history of UMA_ZONE_CACHESPREAD and uma_zsecond_add(): > https://lists.freebsd.org/pipermail/freebsd-arch/2008-December/008800.html > > Now, more than 8 years after those features were introduced, we still don't have > a single in-tree consumer for them. > Does anyone use those features out of tree? > Does anyone still have plans to make use of them? > Will anyone get sad if those features get garbage collected? This is something that I keep getting suggestions to try at Netflix on our 100G boxes. From the description, it really seems like it might help us to have a few data types allocated like this. Can you give me, say, one month to look into this before axing it? Thanks, Drew