From owner-svn-src-head@freebsd.org Sat Aug 15 22:21:05 2015 Return-Path: Delivered-To: svn-src-head@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 BDCA69BA42A; Sat, 15 Aug 2015 22:21:05 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 74AEF1D2C; Sat, 15 Aug 2015 22:21:05 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 9F46225D389C; Sat, 15 Aug 2015 22:21:00 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 2DA07C76FE4; Sat, 15 Aug 2015 22:21:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id cmdbpAKMYnAi; Sat, 15 Aug 2015 22:20:59 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:cbf:80dc:dfab:35a7] (unknown [IPv6:fde9:577b:c1a9:4410:cbf:80dc:dfab:35a7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 31A82C76FE0; Sat, 15 Aug 2015 22:20:57 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r286814 - head/sys/dev/ata From: "Bjoern A. Zeeb" In-Reply-To: <201508152146.t7FLk2ul081565@repo.freebsd.org> Date: Sat, 15 Aug 2015 22:20:37 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <6B5CDF68-5F7D-444C-9DD9-430159C19646@FreeBSD.org> References: <201508152146.t7FLk2ul081565@repo.freebsd.org> To: Alexander Motin X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2015 22:21:05 -0000 > On 15 Aug 2015, at 21:46 , Alexander Motin wrote: >=20 > Author: mav > Date: Sat Aug 15 21:46:02 2015 > New Revision: 286814 > URL: https://svnweb.freebsd.org/changeset/base/286814 >=20 > Log: > Remove UMA allocation of ATA requests. >=20 > After CAM replaced old ATA stack, this driver processes no more then = one > request at a time per channel. Using UMA after that is overkill, so > replace it with simple preallocation of one request per channel. >=20 > MFC after: 2 weeks >=20 > Modified: > head/sys/dev/ata/ata-all.c > head/sys/dev/ata/ata-all.h >=20 = /scratch/tmp/bz/head.svn/sys/modules/ata/atacore/../../../dev/ata/ata-all.= c:67: warning: 'ata_init' declared 'static' but never defined = /scratch/tmp/bz/head.svn/sys/modules/ata/atacore/../../../dev/ata/ata-all.= c:72: warning: =E2=80=98ata_uninit' declared 'static' but never defined