[dpdk-dev] [PATCH v2 01/12] virtio: move device initialization in a function

2016-10-11 Thread Maxime Coquelin
Hi Olivier, On 10/03/2016 11:00 AM, Olivier Matz wrote: > Move all code related to device initialization in a new function > virtio_init_device(). > > This commit brings no functional change, it prepares the next commits > that will add the offload support. For that, it will be needed to > reiniti

[dpdk-dev] [PATCH v2 01/12] virtio: move device initialization in a function

2016-10-03 Thread Olivier Matz
Move all code related to device initialization in a new function virtio_init_device(). This commit brings no functional change, it prepares the next commits that will add the offload support. For that, it will be needed to reinitialize the device from ethdev->configure(), using this new function.