From owner-freebsd-arch@freebsd.org Sun Mar 12 19:57:04 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 681B8D0947C for ; Sun, 12 Mar 2017 19:57:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F39BD11DC; Sun, 12 Mar 2017 19:57:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x235.google.com with SMTP id l37so92296822wrc.1; Sun, 12 Mar 2017 12:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=F1GtIT5Vwm+VfQ7csndzkONCacL6vAuH4hXoCQ3rYso=; b=FrEDhPBxmqTyTrQPPF0SwcTKlRXSCduSp5tjJWUcWw8DQ6BCcP1Byr+ICE81BL/gxF KGnwu1X2tean3YgCENmaBAPAjSdNHcqBymjJ9jnOmwEECSRj1lq7Gesd35r4Y/NAJjNy WVcGKuhle40AFt4+8Roy9zN6nrThowY7jjvMy2Mn4mo/ruwBX8EJE/Iv43V2TQA0ZQbt +Lu4YsB7kONvwJpgd1k8mW9DHlxCWBW7MiICV7mgzpYqPQDDRD1fiK+d7iGPoamWmRRW zFqdZYzH/a1l7XYxbsp22hAwM611nqQWjdlXVKtSn8qmyTwFA4LOIIsOby1rlXIobVMS 0GGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=F1GtIT5Vwm+VfQ7csndzkONCacL6vAuH4hXoCQ3rYso=; b=iaj285iFKfwPyqvzMsFY2SLXS+tpziXd5lcfWJCRBt7yA3T4DUxYgf/48FZiBfyp7K fYJqGRlbivAfUo6BNajIh3hTJlu86b7QaJsFKcKdd+K9B/Rqgzd5jWU+YmusOjI1DsYq OTwILqDx1Pp+xq6kP8SJC4reN/OqnFuqmJUCaH+UEug0Lhucc44cFSezQ/8iT8q5j0xg Ay3QCq3GY992E6B5FiGONtfo7qrVbPEwfitdvvsmREf5jjAyMLfucxxXSU1EmnTJkB2t /FHO9rzLf9BN/NpbznPKWznSpZYDPCllQNiPbQ46DzoN4qoj1l/ti6hoqXuGf0c7jbJ9 rLig== X-Gm-Message-State: AMke39kEdJLrgEjQlrMY6Lde5kG/HlaLDi92BEyjl7OZIJTtAu8T7jcKFlCR3dFhQf5z034080zUsUbQXOmRWw== X-Received: by 10.223.183.46 with SMTP id l46mr22802572wre.89.1489348621910; Sun, 12 Mar 2017 12:57:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.128.133 with HTTP; Sun, 12 Mar 2017 12:57:01 -0700 (PDT) In-Reply-To: <035f48ea-8722-f697-cc71-cb8ee772e062@cs.duke.edu> References: <76a47d9a-da39-75f4-5794-24724d0befc7@FreeBSD.org> <035f48ea-8722-f697-cc71-cb8ee772e062@cs.duke.edu> From: Adrian Chadd Date: Sun, 12 Mar 2017 12:57:01 -0700 Message-ID: Subject: Re: UMA_ZONE_CACHESPREAD and uma_zsecond_add To: Andrew Gallatin Cc: Andriy Gapon , "freebsd-arch@freebsd.org" , Jeff Roberson Content-Type: text/plain; charset=UTF-8 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:57:04 -0000 Is there any reason to nuke it right now? Is it preventing other work from progressing? -adrian On 12 March 2017 at 11:55, Andrew Gallatin wrote: > 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 > > > _______________________________________________ > freebsd-arch@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"