From owner-freebsd-arm@freebsd.org Thu Jul 30 11:34:28 2015 Return-Path: Delivered-To: freebsd-arm@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 30E2A9AE311 for ; Thu, 30 Jul 2015 11:34:28 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (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 CA870E96 for ; Thu, 30 Jul 2015 11:34:27 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: by wibxm9 with SMTP id xm9so64562461wib.1 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=Ro3n7me0ldZXEoRcfNlOKAlXoukBjiBu9ABKuhBoifodp1qut30G7fAAeqXMK6GMSL 8O9m/2I1o4iYUZbzXC+0V4rZX23m9UH1UteGUgGMy5s557r/02mBJVM8/zXVtsrSK20h RW3kDlozXWopGHMxbu4eobioVXZIfEtiqOvs5ALlbk4dRIFsgfZLeQxx6Q709UUKzz2T Y9ttdRYb1IMecBoGcG/2hL8J0tslVpIy4Ncl0WqAfwQ8qGgc5KFlV0fCNPcu8OJyEQow IaErf8ZhDaVeTUWKWaKVq9jzYjfjz/gRN0648YyDMmKom7xpuoKsDCbs1Fg1VeKi/zhG b72w== X-Gm-Message-State: ALoCoQmF7h/NE7vJ80MTIMpHKknUV/e2sIsUiHgur2Nc88gZ9bwutdPc1hrCIvF879vOR96mGzDj 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-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 11:34:28 -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