Re: virtqueue_kick() falls back to returning true

2024-12-10 Thread Snild Dolkow
2024-11-22 14:55, Snild Dolkow wrote: > If virtqueue_prepare() fails, virtqueue_kick() falls back to returning true: > > /** >* virtqueue_kick - update after add_buf >* @vq: the struct virtqueue >* >* After one or more virtqueue_a

virtqueue_kick() falls back to returning true

2024-11-22 Thread Snild Dolkow
If virtqueue_prepare() fails, virtqueue_kick() falls back to returning true: /** * virtqueue_kick - update after add_buf * @vq: the struct virtqueue * * After one or more virtqueue_add_* calls, invoke this to kick * the other side. *