From owner-freebsd-multimedia@freebsd.org Fri Aug 19 19:49:14 2016 Return-Path: Delivered-To: freebsd-multimedia@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 6F4DBBBFDC0 for ; Fri, 19 Aug 2016 19:49:14 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 39B4612FE; Fri, 19 Aug 2016 19:49:14 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id ED10A1FE023; Fri, 19 Aug 2016 21:49:11 +0200 (CEST) Subject: Re: [CFT] New version of webcamd, now v4.8.0.2 To: =?UTF-8?B?T3RhY8OtbGlv?= , vbox@FreeBSD.org, freebsd-multimedia@freebsd.org References: <308013fd-1eec-eb3b-ca89-146f816803a9@selasky.org> <919ec558-e17c-9698-4d89-6299b4045d17@bsd.com.br> <868feaf1-195b-dac8-b572-d7029a84dfdf@selasky.org> From: Hans Petter Selasky Message-ID: <9f3f6656-bfab-2fe4-8831-f5f3dab9b734@selasky.org> Date: Fri, 19 Aug 2016 21:53:41 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 19:49:14 -0000 On 08/19/16 21:38, Otacílio wrote: > irq23: ahci0 ohci0+ 36858 56 Can you check this IRQ. How much is the counter changing per second. It looks like the VM is sharing IRQs. You might try to set: hw.usb.ohci.debug=16; sleep 1; hw.usb.ohci.debug=0 Same for ehci and xhci. And see if there are interrupts with STATUS=0, which means spurious IRQs. --HPS