Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287491
b: refs/heads/master
c: 68d6d4a
h: refs/heads/master
i:
  287489: 29a363c
  287487: e97d6bf
v: v3
  • Loading branch information
Greg Rose authored and Jeff Kirsher committed Feb 3, 2012
1 parent a68f6a3 commit 485b6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9497182051f261fe688bb2d672fdbc07ab3d5348
refs/heads/master: 68d6d4ab9a963cfaece88f9b4ea23be517ce46b0
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,9 @@ static int ixgbe_rcv_msg_from_vf(struct ixgbe_adapter *adapter, u32 vf)
ixgbe_ndo_set_vf_spoofchk(adapter->netdev, vf, false);
retval = ixgbe_set_vf_macvlan(adapter, vf, index,
(unsigned char *)(&msgbuf[1]));
if (retval == -ENOSPC)
e_warn(drv, "VF %d has requested a MACVLAN filter "
"but there is no space for it\n", vf);
break;
default:
e_err(drv, "Unhandled Msg %8.8x\n", msgbuf[0]);
Expand Down

0 comments on commit 485b6c9

Please sign in to comment.