Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171713314
D49156/new/.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/new/.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
Sun, Sep 13, 10:59 PM (4 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38875669
Default Alt Text
D49156/new/.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