[ovs-dev] [PATCH v7] dpif-netlink: distribute polling to discreet handlers

Mark Gray mark.d.gray at redhat.com
Wed Sep 9 14:28:02 UTC 2020


On 09/09/2020 14:49, Flavio Leitner wrote:
> 

>>      error:
>> -        vport_del_channels(dpif, vport.port_no);
>> +        vport_del_channel(dpif, port_no);
> 
> The port_no here is uint32_t but vport_del_channel() receives odp_port_t.
> That breaks build:
> https://travis-ci.org/github/fleitner/ovs/jobs/725370855
> 

I think I'll rename this variable to port_idx. The convention in the
file is port_no is usually of type odp_port_t. This contributed to me
missing it.

> Thanks!
> 



More information about the dev mailing list