[ovs-discuss] bug in vport.c file

Gregory Rose gvrose8192 at gmail.com
Fri Aug 10 16:19:12 UTC 2018


On 8/9/2018 10:40 PM, Vikas Kumar wrote:
> hello everyone,
> could anyone please help on this. Thanks in advance.
>
>
> 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

That would be the correct function.  There is some issue with your 
network configuration if it is not being
invoked.

- Greg

>
>
> On Thu, Aug 9, 2018 at 6:01 PM, Vikas Kumar <vikassanmacs at gmail.com 
> <mailto:vikassanmacs at gmail.com>> wrote:
>
>     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
> discuss at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20180810/972b180c/attachment.html>


More information about the discuss mailing list