Hi, I am new to OVS and was going through code to understand the flow. I was looking at userspace ovs handling where no kernel module specific to OVS is needed. I understand that Bridge functionality is handled using TAP interface in this scenario. 1. First question, will other interfaces like eth0, eth1 etc will have corresponding link through TAP devices? Ideally i think it should be TAP as we want to process the packet in userspace. 2. Second question, if everything is handled in user space, what would netlink used for?
Thanks… _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss