git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1558bea
)
e1000: revert fix for multicast in VF
author
Intel
<intel.com>
Fri, 8 Nov 2013 02:00:00 +0000
(
03:00
+0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 24 Nov 2013 00:31:34 +0000
(
01:31
+0100)
Revert fix from commit
06cf9be95ce16b363c4267d2d17e27c2706629ae
.
Signed-off-by: Intel
lib/librte_pmd_e1000/e1000/e1000_vf.c
patch
|
blob
|
history
diff --git
a/lib/librte_pmd_e1000/e1000/e1000_vf.c
b/lib/librte_pmd_e1000/e1000/e1000_vf.c
index
6f19f19
..
a4a96fd
100644
(file)
--- a/
lib/librte_pmd_e1000/e1000/e1000_vf.c
+++ b/
lib/librte_pmd_e1000/e1000/e1000_vf.c
@@
-419,13
+419,12
@@
void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
DEBUGOUT1("MC Addr Count = %d\n", mc_addr_count);
- msgbuf[0] = E1000_VF_SET_MULTICAST;
-
if (mc_addr_count > 30) {
msgbuf[0] |= E1000_VF_SET_MULTICAST_OVERFLOW;
mc_addr_count = 30;
}
+ msgbuf[0] = E1000_VF_SET_MULTICAST;
msgbuf[0] |= mc_addr_count << E1000_VT_MSGINFO_SHIFT;
for (i = 0; i < mc_addr_count; i++) {