[ovs-discuss] bug in vport.c file

Vikas Kumar vikassanmacs at gmail.com
Thu Aug 9 12:31:18 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20180809/94f29026/attachment.html>


More information about the discuss mailing list