Re: [ovs-dev] [PATCH v9 00/15] Reconfigure netdev at runtime

2016-05-23 Thread Daniele Di Proietto
Thanks for all the suggestion and the testing! I've applied this to master with your acks, Daniele On 15/05/2016 23:27, "Ilya Maximets" wrote: >I think, this is ready for merging. > >Tested-by: Ilya Maximets >Acked-by: Ilya Maximets

Re: [ovs-dev] [PATCH v9 00/15] Reconfigure netdev at runtime

2016-05-16 Thread Ilya Maximets
I think, this is ready for merging. Tested-by: Ilya Maximets Acked-by: Ilya Maximets On 23.04.2016 04:02, Daniele Di Proietto wrote: > Currently we treat set_multiq() calls specially in netdev and dpif-netdev: > every pmd thread must be stopped

[ovs-dev] [PATCH v9 00/15] Reconfigure netdev at runtime

2016-04-22 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). *