From owner-freebsd-arm@freebsd.org Tue Aug 18 13:12:42 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 E01119BB4A8 for ; Tue, 18 Aug 2015 13:12:41 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 A512A1B44 for ; Tue, 18 Aug 2015 13:12:41 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: by iodb91 with SMTP id b91so187520277iod.1 for ; Tue, 18 Aug 2015 06:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aJCyP9ntW7sCRn8zCu5UWMQ2FjcRkPzi7+eBrIsTKWk=; b=AFCIUlKrysLHQp4wQSrssZtH6jOLB9pOcw4D+/hsTB3pR8JKBHrVzVPqkDXykj71mK OOTmREaN/7f0APyjsndh0xaIiTxU4/qQ/QKvuFBWp9Dv1GiXmIemPVAaSrDrsIABZPZa ffpvi7JdSacCGsasxXdoo7p9XregLRjli6ZV0HvBgr6Cy63SEd1G8CAgN38kf/BlGmlR 92pRxGDjkEfIWizODNcQ3Kw1GhXoSeuFYUVjDjBjsIwQXBEeYC/04djuldKcjOwhQjis QZuWWYmTcRyn4bYSQzL2iTKgott94wkykB70Tano2h+Vx0mnbnUyZCR2qfZ4yuHTGBUl 9PFg== MIME-Version: 1.0 X-Received: by 10.107.11.29 with SMTP id v29mr6863475ioi.186.1439903560975; Tue, 18 Aug 2015 06:12:40 -0700 (PDT) Received: by 10.64.239.196 with HTTP; Tue, 18 Aug 2015 06:12:40 -0700 (PDT) In-Reply-To: <55D32912.1070707@selasky.org> References: <55A7D8CE.4020809@selasky.org> <55B23276.8090703@selasky.org> <55B73113.2020308@selasky.org> <55B8AB76.7030603@selasky.org> <55B8B297.1010008@selasky.org> <20150729154516.GH78154@funkthat.com> <55B8F5EC.2050908@selasky.org> <46ad096c958.1a82a175@mail.schwarzes.net> <55B9C3E2.5040501@selasky.org> <46ae815c7c3.447237c8@mail.schwarzes.net> <46aece00b53.3c1cdc1f@mail.schwarzes.net> <55BB2A5F.9000502@selasky.org> <46baa16c4ce.6efd29ef@mail.schwarzes.net> <55CF31A1.5080205@selasky.org> <55D31D11.3050509@selasky.org> <55D32912.1070707@selasky.org> Date: Tue, 18 Aug 2015 15:12:40 +0200 Message-ID: Subject: Re: DWC OTG TX path optimisation for 11-current From: Svatopluk Kraus To: Hans Petter Selasky Cc: "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: Tue, 18 Aug 2015 13:12:42 -0000 On Tue, Aug 18, 2015 at 2:46 PM, Hans Petter Selasky wrote: > On 08/18/15 14:31, Svatopluk Kraus wrote: >> >> On Tue, Aug 18, 2015 at 1:54 PM, Hans Petter Selasky >> wrote: >>> >>> Hi, >>> >>> On 08/18/15 13:22, Svatopluk Kraus wrote: >>>> >>>> >>>> Do I understand it well that you are not able to trigger the problem? >>> >>> >>> >>> Maybe I haven't been trying hard enough. I've been using a kernel built >>> from >>> "projects/hps_head" which I just updated to include the latest DWC OTG >>> patches, instead of "head". There was today a timer subsystem fix, not >>> sure >>> if it makes any difference: >>> >>> https://svnweb.freebsd.org/changeset/base/286880 >>> >>> I will try to buildworld from an external USB disk later today and see >>> what >>> happens. >>> >>>> >>>> and still the system response time is terrible. >>> >>> >>> >>> If you can do: >>> >>> usbconfig -d 0.1 set_config 255 >>> >>> And verify that the IRQ rate goes to zero for DWC OTG, then we maybe >>> could >>> rule out USB. >>> >> >> Note that my root filesystem was on usb disk. >> > > Is the console still not responding properly after this command? > System response time is still bad.