Hi All, I want to check if ovs-vswitchd is really receiving packets from the interface added to a switch, created by ovs-vsctl command. Currently, I am interested in if userspace is receiving the packet first packet or not.
In more detail, I just want to check if arp announcements are consumed by the created switch. There arent any activity(rx/tx) on the switch before arp announcements from neighbour. It is first time OVS switch is receiving packets. I see that function netdev_port_receive is called by netdev_frame_hook in datapath/vport-netdev.c. Is this the place, where packet should come? If it is received first time ever from ovs? Thanks, Hardik Soni
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
