Hi,
We install openstack using devstack with OVS-DPDK
We use host8 as compute node, use host16 as controller node. Now we create vms
on both of them as bellow.
on host8, we create vms V7510_OVS_DPDK-SCM11 and V7510_OVS_DPDK-PIM20;
on host16, we create vms V7510_OVS_DPDK-SCM10 and V7510_OVS_DPDK-PI
On Wed, Dec 9, 2015 at 5:49 PM, Shi Xin Ruan wrote:
> Hi OVS developers,
>
>
> I am trying to connect a OVS switch to physical hardware switch.
> Physical hardware switch support RFC standard VXLAN, it will use IP
> multicast group for broadcast packet.
> But OVS will receive IP multicast packet.
Hi OVS developers,
I am trying to connect a OVS switch to physical hardware switch.
Physical hardware switch support RFC standard VXLAN, it will use IP
multicast group for broadcast packet.
But OVS will receive IP multicast packet. So the connection can NOT be
setup.
Is there any plan to suppor
The controller was not setting the OFPFF_SEND_FLOW_REM flag for flows,
after fixing that on the controller, OVS worked as expected and
FLOW_REMOVED packets were seen.
-H
On Thu, Dec 10, 2015 at 1:59 AM, Seyed Hossein Mortazavi <
mortaz...@ualberta.ca> wrote:
> I'm also seeing the same problem fo