hi Team,
please help me on this issue if i am wrong please correct me and provide
some information,

I am trying to test ovs switch with mininet by tracing the call stack in
datapath module by printing some messages, and i found that   ovs_vport_send()
function which internally calls
vport->ops->send(skb); function which is referencing rpl_dev_queue_xmit()
function, which is defined in gso.c file under datapath/linux directory is
not getting invoked.

Which function in datapath module is responsible to transmit the packets to
the host in the network?

Thanks
vikash
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to