On 11/03/2016 05:10 PM, Yuanhan Liu wrote: > The "hw->started" field was introduced to stop touching queues > on restart. We never touches queues on restart any more, thus > it's safe to remove this flag. > > Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> > --- > drivers/net/virtio/virtio_ethdev.c | 15 ++------------- > drivers/net/virtio/virtio_pci.h | 1 - > 2 files changed, 2 insertions(+), 14 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com> Thanks, Maxime