igb: add pf side of VMDq support
Add the pf portion of vmdq support. This provides enough support so that VMDq is enabled, and the pf is functional without enabling vfs. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1bfaf07bb1
commit
e173952257
@ -398,7 +398,7 @@ static void igb_get_regs(struct net_device *netdev,
|
||||
regs_buff[34] = rd32(E1000_RLPML);
|
||||
regs_buff[35] = rd32(E1000_RFCTL);
|
||||
regs_buff[36] = rd32(E1000_MRQC);
|
||||
regs_buff[37] = rd32(E1000_VMD_CTL);
|
||||
regs_buff[37] = rd32(E1000_VT_CTL);
|
||||
|
||||
/* Transmit */
|
||||
regs_buff[38] = rd32(E1000_TCTL);
|
||||
|
Reference in New Issue
Block a user