Hi All,

I am analyzing code for openvswitch with kernel datapath. For a mac learning 
switch implementation, I wanted to
Understand the code flow when a packet is arrived on vport(netdev). I could see 
upcalls to userspace when the packet
received on vport(netdev). Upcall handler doing DPIF_OP_FLOW_PUT (adding new 
flow entry)  & DPIF_OP_EXECUTE .
Can anyone please let me know in code where exactly userspace is consulting FDB 
to make the forwarding decision.

Thanks in Advance,
Uday
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. www.wipro.com
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to