From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.159605.1669749135172371144 for ; Tue, 29 Nov 2022 11:12:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=RsIyeeft; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_rcran@quicinc.com) Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2ATGkWqe019444; Tue, 29 Nov 2022 19:12:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : to : from : subject : content-type : content-transfer-encoding; s=qcppdkim1; bh=eRdxVNj8uJ4xC9OQTO+RTWMbfB5JjMABPWCGYjM6J+A=; b=RsIyeeftqi61Nw0c3PAgjcHuMFDUAevFDiK+iVEwK1nYFc481yh9/59ECs6Ovk+BgtOF KlC7W8BiG/D1wJLnNkt0+9e2cw/HYmlJL1+DfS7Mnsf0Nwh21gshbDtnFO0ebfQWAIV4 2IIQ5AdERA7Hw686LrEG4ANL61vo8HXrlANJ00c51ALE7P5QPiWtvsGocjPxh8DKth6M 3Brq6qY7sZDtUeOkv8GhWeZJJT1m+5fBEuSnnre6QBT/54tVKPrLU9FpsL6mkptQwE2b FKRxZSEW1Ozmq94azLUywLCKzLdYrSxhu5VYnNuOvZ+Vu4AnQD3/0baApCZBuMMGZ6Gf rA== Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3m55m93a1v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 29 Nov 2022 19:12:06 +0000 Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 2ATJC5qn001154 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 29 Nov 2022 19:12:05 GMT 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:12:05 -0800 Message-ID: Date: Tue, 29 Nov 2022 12:12:04 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 To: Jian J Wang , Liming Gao , Hao A Wu , Ray Ni , =?UTF-8?B?UmljaGFyZCBIbyAo5L2V5piO5b+gKQ==?= , edk2-devel-groups-io From: "Rebecca Cran" Subject: USB: reducing/removing EHCI and XHCI logging when bulk transfer requests timeout X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: E_61UCoBrBHJv7kusKf06U_PAvbVU_Ql X-Proofpoint-GUID: E_61UCoBrBHJv7kusKf06U_PAvbVU_Ql X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-11-29_11,2022-11-29_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 bulkscore=0 spamscore=0 malwarescore=0 mlxscore=0 phishscore=0 suspectscore=0 priorityscore=1501 clxscore=1011 adultscore=0 mlxlogscore=761 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2210170000 definitions=main-2211290110 Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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? -- Rebecca Cran