svn commit: r281773 - head/sys/dev/ixgbe

Marcelo Araujo araujo at FreeBSD.org
Mon Apr 20 17:24:40 UTC 2015


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


More information about the svn-src-head mailing list