Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156406743
D18103.id50699.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
554 B
Referenced Files
None
Subscribers
None
D18103.id50699.diff
View Options
Index: sys/dev/sfxge/common/efx_mcdi.c
===================================================================
--- sys/dev/sfxge/common/efx_mcdi.c
+++ sys/dev/sfxge/common/efx_mcdi.c
@@ -295,7 +295,8 @@
*/
if ((max_version >= 2) &&
((emrp->emr_cmd > MC_CMD_CMD_SPACE_ESCAPE_7) ||
- (emrp->emr_in_length > MCDI_CTL_SDU_LEN_MAX_V1))) {
+ (emrp->emr_in_length > MCDI_CTL_SDU_LEN_MAX_V1) ||
+ (emrp->emr_out_length > MCDI_CTL_SDU_LEN_MAX_V1))) {
/* Construct MCDI v2 header */
hdr_len = sizeof (hdr);
EFX_POPULATE_DWORD_8(hdr[0],
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 11:40 AM (1 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33037874
Default Alt Text
D18103.id50699.diff (554 B)
Attached To
Mode
D18103: sfxge(4): use MCDIv2 for requests with too long response
Attached
Detach File
Event Timeline
Log In to Comment