Hi Flavio,

Thank you for your reply.

To have service chaining between two VMs with DPDK OVS on the host, what is
the configuration required in the below setup.
With ofports being as under, will the below configuration suffice, plz
suggest
 dpdkvhost1 = ofport is 2
dpdkvhost2 = ofport is 4

ovs-ofctl add-flow br0 in_port=2,action=output:4




MYBOX:~/OVS$ sudo ovs-vsctl show
39834e02-bf59-4219-8200-b91297015e92
     Bridge "br0"
        Port "dpdk0"
            Interface "dpdk0"
                type: dpdk
        Port "br0"
            Interface "br0"
                type: internal
        Port "dpdkvhost0"
            Interface "dpdkvhost0"
                type: dpdkvhostuser
        Port "dpdkvhost1"
            Interface "dpdkvhost1"
                type: dpdkvhostuser
        Port "dpdk1"
            Interface "dpdk1"
                type: dpdk

Regards,
Gayathri
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to