[dpdk-dev] [PATCH 6/8] net/virtio: move queue configure code to proper place

2016-11-04 Thread Maxime Coquelin
On 11/03/2016 05:09 PM, Yuanhan Liu wrote: > The only piece of code of virtio_dev_rxtx_start() is actually doing > queue configure/setup work. So, move it to corresponding queue_setup > callback. > > Once that is done, virtio_dev_rxtx_start() becomes an empty function, > thus it's being removed.

[dpdk-dev] [PATCH 6/8] net/virtio: move queue configure code to proper place

2016-11-04 Thread Yuanhan Liu
The only piece of code of virtio_dev_rxtx_start() is actually doing queue configure/setup work. So, move it to corresponding queue_setup callback. Once that is done, virtio_dev_rxtx_start() becomes an empty function, thus it's being removed. Signed-off-by: Yuanhan Liu --- drivers/net/virtio/vir