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

Maxime Coquelin maxime.coquelin at redhat.com
Tue Oct 11 14:30:59 CEST 2016


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
> reinitialize the device from ethdev->configure(), using this new
> function.
>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> ---
>  drivers/net/virtio/virtio_ethdev.c | 99 ++++++++++++++++++++++----------------
>  1 file changed, 58 insertions(+), 41 deletions(-)

Makes sense, feel free to add my:
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime


More information about the dev mailing list