Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2015 17:24:39 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281773 - head/sys/dev/ixgbe
Message-ID:  <201504201724.t3KHOdCE073560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504201724.t3KHOdCE073560>