Referring to OVS in userspace, the function dp_netdev_process_rxq_port() calls
netdev_rxq_recv()
which, depending on the type of interface, will call the specific function,
eg
for a dpdk IF it will call dp_netdev_process_rxq_port()
for an internal interface it calls netdev_linux_rxq_recv().
Then
dp_netdev_input()
will process the received packet: decode, match against emc,…

Antonio

From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Adonis 
Congaro
Sent: Tuesday, May 31, 2016 11:13 AM
To: discuss@openvswitch.org
Subject: [ovs-discuss] Packet-in event

Hi

I'm trying to understand the caching system in ovs, and I'm wondering where is 
the function that handle first packet-in event in the source code?

Many thanks
Ado
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to