Searched hist:"56 b5e65e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/ |
H A D | virtio_console.c | 56b5e65e Fri Jun 09 08:18:16 CDT 2023 Xianting Tian <xianting.tian@linux.alibaba.com> virtio-console: call scheduler when we free unused buffs
For virtio-net we were getting CPU stall warnings, and fixed it by calling the scheduler: see f8bb51043945 ("virtio_net: suppress cpu stall when free_unused_bufs").
This driver is similar so theoretically the same logic applies.
Signed-off-by: Xianting Tian <xianting.tian@linux.alibaba.com> Message-Id: <20230609131817.712867-3-xianting.tian@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|