Vincenzo Maffione ef6fdb3312 if_vtnet: let vtnet_rx_vq_intr() and vtnet_rxq_tq_intr() share code
Since the two functions are similar, introduce a common function
(vtnet_rx_vq_process()) to share common code.
This also improves locking, by ensuring vrxs_rescheduled is accessed
under the RXQ lock, and taskqueue_enqueue() is not called under the
lock (therefore avoiding a spurious duplicate lock warning).

Reported by:	jrtc27
MFC after:	2 weeks
2020-06-15 19:46:34 +00:00
..
2020-06-12 17:31:38 +00:00
2020-04-24 01:27:25 +00:00
2020-06-12 17:31:38 +00:00
2020-06-04 17:20:58 +00:00
2020-05-23 17:51:06 +00:00
2020-06-12 21:21:18 +00:00
2020-06-07 14:39:20 +00:00
2020-02-03 17:35:11 +00:00