[dpdk-dev] [PATCH v2 02/12] virtio: setup and start cq in configure callback

2016-10-11 Thread Maxime Coquelin
On 10/03/2016 11:00 AM, Olivier Matz wrote: > Move the configuration of control queue in the configure callback. > This is needed by next commit, which introduces the reinitialization > of the device in the configure callback to change the feature flags. > Therefore, the control queue will have

[dpdk-dev] [PATCH v2 02/12] virtio: setup and start cq in configure callback

2016-10-03 Thread Olivier Matz
Move the configuration of control queue in the configure callback. This is needed by next commit, which introduces the reinitialization of the device in the configure callback to change the feature flags. Therefore, the control queue will have to be restarted at the same place. As