Author: bz
Date: Fri Nov 7 11:34:06 2014
New Revision: 274228
URL: https://svnweb.freebsd.org/changeset/base/274228
Log:
After r274205 unbreak NOIP kernels. vsi is now also used outside
address family specific blocks so move it out from under the condition.
MFC after: 6 days
X-MFC with: r274205
Modified:
head/sys/dev/ixl/ixl_txrx.c
Modified: head/sys/dev/ixl/ixl_txrx.c
==============================================================================
--- head/sys/dev/ixl/ixl_txrx.c Fri Nov 7 11:04:27 2014 (r274227)
+++ head/sys/dev/ixl/ixl_txrx.c Fri Nov 7 11:34:06 2014 (r274228)
@@ -1089,8 +1089,8 @@ int
ixl_init_rx_ring(struct ixl_queue *que)
{
struct rx_ring *rxr = &que->rxr;
-#if defined(INET6) || defined(INET)
struct ixl_vsi *vsi = que->vsi;
+#if defined(INET6) || defined(INET)
struct ifnet *ifp = vsi->ifp;
struct lro_ctrl *lro = &rxr->lro;
#endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"