Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp43802imm; Fri, 10 Aug 2018 07:21:23 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxbRMuvnn+5Nk2Oli23+cADSWRwAmXx3c2Q4ZK/MrrdSD2PjY4k9K4h3VB7jyDJSS0stewX X-Received: by 2002:a17:902:b401:: with SMTP id x1-v6mr6357607plr.236.1533910883012; Fri, 10 Aug 2018 07:21:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533910882; cv=none; d=google.com; s=arc-20160816; b=pOERFTPFMeTpp03q7ELX79EmCO7yYtEGiMlJE5gR04JXMks4JXVevGUzGJZuYIJQon 2/Z2pN2e3ZtRrIo5lCdRiJaBfcgR4AexlV40LpkAZ0ZGXB8TL5Jbzxbt91nHZt5w40We PmjFRjAUY02YacK5lGa+mNuNCHqqQPvghtEBCZBUFFKA/VcSUWoCEHwKk92bDaEOjhX6 T8fPoHIXZLscZQXz3iQnXOdUAiqz1It1yStwll8G89KCWxVOuY3lRLbnQoxKUpainTNQ T67WM7EjbZXfazn6uEmhDGFblyXOZl7xC9kWLdA7Pjlz1vw29si0MH+h0ZXNKj2784MW cMrA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date:arc-authentication-results; bh=CJwApfJeWfnY6JFW7o/pi3R7EBTUII2RVdt1fBRbuSo=; b=X5Z41kPUTeBhjGX27sGOuphLB/EkKSlMugOUh4KfeJPn2qFnhhBxtuWwa3GhUtDASV GzZ6bYsLkRS+QqmHePT6ieQJS72rWdvnTJYGslYuF9lgxkjEIWzzhYV+iY7/NinEX003 eHIyFWddVHFWdlzmP3fEEOspxoyA5e86xc0a2pgC84JHuSkGXsQcAvjbBJ2EYAMBCANP IOGTnQ58jVTYikulkrLYRdpoBFF6Ii2f8YglHjAgpFJuluueKPua+L1Ye1tR1tR9i0PT SDwFYW5LkuGfz/W38oC6TsdVgG6EkiNgFr9Edji0aOibPmEJsSd9+c8vpiUGOK+3sY6Z zFlA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l67-v6si10174747pfl.167.2018.08.10.07.20.44; Fri, 10 Aug 2018 07:21:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727778AbeHJQth (ORCPT + 99 others); Fri, 10 Aug 2018 12:49:37 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:57334 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1727432AbeHJQth (ORCPT ); Fri, 10 Aug 2018 12:49:37 -0400 Received: (qmail 1574 invoked by uid 2102); 10 Aug 2018 10:19:30 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 10 Aug 2018 10:19:30 -0400 Date: Fri, 10 Aug 2018 10:19:30 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Roger Quadros cc: Zeng Tao , , , , , , , , , Subject: Re: [PATCH] usb: hub: try old enumeration scheme first for high speed devices In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Aug 2018, Roger Quadros wrote: > Hi, > > On 10/08/18 18:01, Zeng Tao wrote: > > The new scheme is required just to support legacy low and full-speed > > devices. For high speed devices, it will slower the enumeration speed. > > So in this patch we try the "old" enumeration scheme first for high speed > > devices. > > How slow does it get? Is it significant? > Do we risk breaking existing HS devices that work? I don't think we can > be sure till we run this through testing. Indeed. I am extremely skeptical about a patch like this, unless somebody can show that Windows uses the "old" scheme for high-speed devices. Alan Stern