search for: rxdctl

Displaying 2 results from an estimated 2 matches for "rxdctl".

2009 Jan 27
5
[PATCH 2/2] Add VMDq support to ixgbe
...SC_UNUSED(&adapter->rx_ring[i])); } static int ixgbe_up_complete(struct ixgbe_adapter *adapter) @@ -2751,7 +2823,8 @@ static int ixgbe_up_complete(struct ixgb * and HTHRESH=0 descriptors (to minimize latency on fetch), * this also removes a pesky rx_no_buffer_count increment */ rxdctl |= 0x0020; - rxdctl |= IXGBE_RXDCTL_ENABLE; + if (adapter->rx_ring[i].active) + rxdctl |= IXGBE_RXDCTL_ENABLE; IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(j), rxdctl); } /* enable all receives */ @@ -2832,16 +2905,27 @@ static void ixgbe_clean_rx_ring(struct i struct ixgbe_rx_buffer *rx_buffe...
2016 May 13
2
Guest still receive packet with vlan tag (SR-IOV transparent VLAN)
Hello everyone, I'm having problem with SR-IOV transparent VLAN. My host is Fedora 22 and my guest is: pfSense 2.3. The NIC is Intel 82576. I'm using pfSense Packet Capture to check the packet and find that inbound packet still have the vlan tag. The outbound packet seem fine because the router can receive DHCP discover packet from the guest and then send DHCP offer and ARP request