summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2017-05-22 11:33:44 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2017-05-22 11:33:44 +0000
commit477a40c74f51fb733dd1de9023151e94e85808f1 (patch)
treedd1f1ae3f181b4b271b6851f043990395acf55ca
parent10ee220f07bc63d23027b6b3508418df775c1a5a (diff)
Notes
-rw-r--r--sys/dev/xen/netfront/netfront.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c
index 482b9e948fde..ace76808769d 100644
--- a/sys/dev/xen/netfront/netfront.c
+++ b/sys/dev/xen/netfront/netfront.c
@@ -1224,7 +1224,6 @@ xn_rxeof(struct netfront_rxq *rxq)
RING_FINAL_CHECK_FOR_RESPONSES(&rxq->ring, work_to_do);
} while (work_to_do);
- XN_RX_UNLOCK(rxq);
mbufq_drain(&mbufq_errq);
/*
* Process all the mbufs after the remapping is complete.
@@ -1253,7 +1252,6 @@ xn_rxeof(struct netfront_rxq *rxq)
*/
tcp_lro_flush_all(lro);
#endif
- XN_RX_LOCK(rxq);
}
static void