[dpdk-dev] [git pull] virtio changes for 17.11-rc1

Maxime Coquelin maxime.coquelin at redhat.com
Mon Oct 9 09:13:17 CEST 2017



On 10/09/2017 04:43 AM, Yuanhan Liu wrote:
> Olivier and Maxime, please confirm the following fixes.
> 
> Thanks.
> 
> 	--yliu
> 
> ---

> diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c
> index f891f57..207fda5 100644
> --- a/lib/librte_vhost/vhost_user.c
> +++ b/lib/librte_vhost/vhost_user.c
> @@ -1352,7 +1352,7 @@ int vhost_user_iotlb_miss(struct virtio_net *dev, uint64_t iova, uint8_t perm)
>   {
>          int ret;
>          struct VhostUserMsg msg = {
> -               .request = VHOST_USER_SLAVE_IOTLB_MSG,
> +               .request = (enum VhostUserRequest)VHOST_USER_SLAVE_IOTLB_MSG,
>                  .flags = VHOST_USER_VERSION,
>                  .size = sizeof(msg.payload.iotlb),
>                  .payload.iotlb = {

Acked-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks!
Maxime


More information about the dev mailing list