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

2020-09-09 Thread Mark Gray
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: >

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

2020-09-09 Thread Flavio Leitner
Hi Mark, Found one issue, and then since another spin is needed I am suggesting a stylish improvement. On Tue, Sep 08, 2020 at 06:27:48PM +0100, Mark Gray wrote: > From: Aaron Conole > > Currently, the channel handlers are polled globally. On some > systems, this causes a thundering herd