Project ACRN hypervisor
Go to file
Long Liu 2550d719d3 Subject: DM: virtio-heci: process all available client each time
Right now, the virtio_heci_proc_rx only process the first
available client at a time, then clear rx_need_sched flag to make
rx_thread sleep. It cause the remain data available clients lost the
current change to be processed. This patch resolves this issue, to
process all data available clients in a round prior to push rx_thread
enter sleep.

Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Shuo Liu <shuo.a.liu@intel.com>
Reviewed-by: Yu Wang <yu1.wang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:58 +08:00
devicemodel Subject: DM: virtio-heci: process all available client each time 2018-05-15 17:25:58 +08:00
doc doc: GSG formating fix, RTD theme tweak 2018-05-15 17:25:58 +08:00
hypervisor refine external interrupt VM exit handler 2018-05-15 17:25:58 +08:00