Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143482177
D49156.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
398 B
Referenced Files
None
Subscribers
None
D49156.id54425.diff
View Options
diff --git a/sys/dev/ixgbe/ixgbe_mbx.c b/sys/dev/ixgbe/ixgbe_mbx.c
--- a/sys/dev/ixgbe/ixgbe_mbx.c
+++ b/sys/dev/ixgbe/ixgbe_mbx.c
@@ -297,7 +297,7 @@
u32 vf_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX);
vf_mailbox |= hw->mbx.vf_mailbox;
- hw->mbx.vf_mailbox |= vf_mailbox % IXGBE_VFMAILBOX_R2C_BITS;
+ hw->mbx.vf_mailbox |= vf_mailbox & IXGBE_VFMAILBOX_R2C_BITS;
return vf_mailbox;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 5:37 PM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28119838
Default Alt Text
D49156.id54425.diff (398 B)
Attached To
Mode
D49156: Fix a logic error in ixgbe_read_mailbox_vf()
Attached
Detach File
Event Timeline
Log In to Comment