Re: [ovs-dev] [PATCH v2 00/11] Reconfigure netdev at runtime

2016-03-03 Thread Ilya Maximets
Thanks, Daniele. This version works for me. It should be rebased on top of current master. I'll try to review the code more carefully soon. For now: Tested-by: Ilya Maximets On 03.03.2016 04:33, Daniele Di Proietto wrote: > Currently we treat set_multiq() calls specially in netdev and dpif-netdev

[ovs-dev] [PATCH v2 00/11] Reconfigure netdev at runtime

2016-03-02 Thread Daniele Di Proietto
Currently we treat set_multiq() calls specially in netdev and dpif-netdev: every pmd thread must be stopped and set_multiq() is allowed to destroy and recreate the device. I think we can improve this by: * Generalizing the mechanism to allow changing other parameters at runtime (such as MTU). *