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
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).
*