From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by mx.groups.io with SMTP id smtpd.web11.161228.1669751277254794146 for ; Tue, 29 Nov 2022 11:47:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcdkim header.b=IabGff+Z; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 199.106.114.39, mailfrom: quic_rcran@quicinc.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1669751277; x=1701287277; h=from:message-id:date:mime-version:subject:to:references: in-reply-to:content-transfer-encoding; bh=jAU6oDvr6iEuZNRV8Ro28TafVZqq01kOpzCYgM0CEuk=; b=IabGff+Z/wGzSKAD6uXcJXBD5xiEh+Sdq0bx9Jdp20d1iJd7jRz2/c+N VMwDniqRdTbtE8BGP/xFpHOmR0oE0wtaxU57MF4fr1f6n7b2ZdUyERZEJ +4UUPJWLySAQtqqgf0/q/s0d+sycR7SIPbUBx7Imw9kh5DsHj2zkv2Tp4 8=; Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-02.qualcomm.com with ESMTP; 29 Nov 2022 11:47:56 -0800 From: "Rebecca Cran" X-QCInternal: smtphost Received: from nasanex01b.na.qualcomm.com ([10.46.141.250]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 11:47:56 -0800 Received: from [10.110.4.140] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Tue, 29 Nov 2022 11:47:56 -0800 Message-ID: <5fc5a8d3-c187-9ebf-99f0-640e6e48e52a@quicinc.com> Date: Tue, 29 Nov 2022 12:47:55 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [edk2-devel] USB: reducing/removing EHCI and XHCI logging when bulk transfer requests timeout To: , , Rebecca Cran References: <4CCB8106-9E27-483D-B128-3BA11EE428BE@apple.com> In-Reply-To: <4CCB8106-9E27-483D-B128-3BA11EE428BE@apple.com> Return-Path: rebecca@quicinc.com X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01b.na.qualcomm.com (10.46.141.250) Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 11/29/22 12:43, Andrew Fish via groups.io wrote: > > >> On Nov 29, 2022, at 11:12 AM, Rebecca Cran wrote: >> >> I've been working on the UsbNetworkPkg drivers that Richard Ho submitted. One problem I've run into is that since we poll for bulk requests, most of the time they will timeout - and currently both EHCI and XHCI drivers log errors when that happens, which results in log spam and makes interacting with the system very difficult (e.g. using UiApp). >> >> I was wondering if we might consider adding some mechanism to omit those messages if the user desires, perhaps on a per-build basis? >> > > Are those DEBUG prints or report status code? They're DEBUG prints. -- Rebecca Cran