Author: araujo (ports committer)
Date: Mon Apr 20 17:24:39 2015
New Revision: 281773
URL: https://svnweb.freebsd.org/changeset/base/281773

Log:
  Add back ixgbe_rxeof, just remove the assignment to more.

Modified:
  head/sys/dev/ixgbe/if_ix.c

Modified: head/sys/dev/ixgbe/if_ix.c
==============================================================================
--- head/sys/dev/ixgbe/if_ix.c  Mon Apr 20 17:21:15 2015        (r281772)
+++ head/sys/dev/ixgbe/if_ix.c  Mon Apr 20 17:24:39 2015        (r281773)
@@ -1197,6 +1197,7 @@ ixgbe_handle_que(void *context, int pend
        struct ifnet    *ifp = adapter->ifp;
 
        if (ifp->if_drv_flags & IFF_DRV_RUNNING) {
+               ixgbe_rxeof(que);
                IXGBE_TX_LOCK(txr);
                ixgbe_txeof(txr);
 #ifndef IXGBE_LEGACY_TX
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to