> 
> Hello,
> 
> I am trying to use vhost-user for sending traffic between VMs . I have
> configured two "dpdkvhostuser" interfaces each VM using one of them each
> .
> 
> vswitchd is running with dpdk.
> Qemu is running with the vhost interfaces
> 
> Guest OS can see interfaces - Verified with the static MAC i have assigned
> for vhost interfaces.
> 
> But  i am not able to ping b/w these two VMs . Could somebody tell me how
> to debug this further .

Hi,

To ping between the VMs first assign appropriate IP addresses, then configure 
the following flows:
in_port=<vhostvm1>,actions=output:<vhostvm2>
in_port=<vhostvm2>,actions=output:<vhostvm1>

These flows allow the request/response packets to take the necessary path for a 
successful ping & you should see the stats incrementing with ovs-ofctl 
dump-flows.

If you've already done this and it's still not working, please ensure your QEMU 
version is v2.2.0 or greater.

Thanks,
Ciara

> 
> In the host i could see the ovs-netdev & ovs bridge i have created .
> 
> Regards,
> Srikanth
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to