On Tue, Aug 01, 2017 at 09:17:36AM -0700, Steven wrote:
> Acccording to the spec,
> https://fossies.org/linux/qemu/docs/specs/vhost-user.txt
>
> client must start ring upon receiving a kick (that is, detecting that file
> descriptor is reachable) on the descriptor specified by
> VHOST_USER_SET_VRING_KICK.
>
> The code sends a kick to the rx queue. It is missing sending a kick for the
> tx queue. This patch is to add the missing code to comply with the spec.
>
> Signed-off-by: Steven <[email protected]>
Applied to dpdk-next-virtio.
Thanks.
--yliu