On 10/03/2016 11:00 AM, Olivier Matz wrote: > Add the ability to reset the virtio device in the configure callback > if the features flag changed since previous reset. This will be possible > with the introduction of offload support in next commits. > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com> > --- > drivers/net/virtio/virtio_ethdev.c | 26 +++++++++++++++++++------- > drivers/net/virtio/virtio_pci.h | 1 + > 2 files changed, 20 insertions(+), 7 deletions(-)
Looks good to me. Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com> Thanks, Maxime