From owner-freebsd-current@freebsd.org Thu Jul 30 11:34:23 2015 Return-Path: Delivered-To: freebsd-current@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 6457E9AE302 for ; Thu, 30 Jul 2015 11:34:23 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (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 059A9E27 for ; Thu, 30 Jul 2015 11:34:22 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: by wicmv11 with SMTP id mv11so17297675wic.0 for ; Thu, 30 Jul 2015 04:34:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-type; bh=MyO24hzA6UMM55Xp6/y1fdjPgR7Y/1zwCDPwTUxV/+M=; b=LJSYRzI7NZVRUYY8gTzmKqTY00DZFoe7Fgsr93QeeeUQAQMbyLEvgIMwPMoll8uIAB T1CVngIvs+lRh8Vfbcadtx399MBIYxv+okulQ4NUmGrHjKMir4XK3gdXZS81S+6zkz3d JA9WujZwBPSx0TlCc9riHbsPmCbAXH6GT+EYZwRNgzakkqjiMUqWpoXEp/z+C9an/VIV 9/dp+E06g7QipF7o+09ObvZtTLUo0p+jviHTTrg9u4JYLJdqxBGaq63WJOcDMM5dFshS nPThNXBPeA3rcuisVY5VC/UdQ/OA1OYzSWGY3P21EsbMldPEvh7JiHfQ2b6sFEeCULI9 n7Lg== X-Gm-Message-State: ALoCoQlKTEljaXZmrXuvroaLCyVmBCZ5E2Dw8dY1vJE0IOjYvEn5HLoMwdhRJX+1mKkg0vH8Rj+1 X-Received: by 10.181.12.40 with SMTP id en8mr5775609wid.10.1438256060530; Thu, 30 Jul 2015 04:34:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.27.224.12 with HTTP; Thu, 30 Jul 2015 04:34:01 -0700 (PDT) From: Zbigniew Bodek Date: Thu, 30 Jul 2015 13:34:01 +0200 Message-ID: Subject: Buf ring cleanups To: kmacy@freebsd.org, imp@freebsd.org Cc: freebsd-current@freebsd.org, "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 11:34:23 -0000 Hello, I'm writing to ensure what to do with that patch: https://reviews.freebsd.org/D1945 It was created as a result of discussion related to this review: https://reviews.freebsd.org/D1833 The patch (D1945) is still waiting to be committed. We really need fix for ARM in buf_ring so if someone is sure that the patch is OK then please commit. Thanks in advance and best regards zbb