Skip to content

Commit

Permalink
Do not attempt to set the virtio ring to READY after setting the call…
Browse files Browse the repository at this point in the history
… fd.

This fails when the virtio PMD starts in a VM after the kernel virtio driver
has already started.

Change-Id: I0b2d00a02f985887928205fab39bffdbebc07ab0
Closes-bug: #1537043
  • Loading branch information
srajag committed Jan 29, 2016
1 parent 720a9eb commit f456685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dpdk/vr_uvhost_msg.c
Expand Up @@ -456,8 +456,6 @@ vr_uvhm_set_vring_call(vr_uvh_client_t *vru_cl)
/* set FD to -1, so we do not close it in vr_uvh_cl_msg_handler() */
vru_cl->vruc_fds_sent[0] = -1;

uvhm_check_vring_ready(vru_cl, vring_idx);

return 0;
}

Expand Down

0 comments on commit f456685

Please sign in to comment.