[dpdk-dev] [PATCH 8/8] net/virtio: remove started field

2016-11-04 Thread Maxime Coquelin
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 > --- > drivers/net/virtio/virtio_ethdev.c | 15

[dpdk-dev] [PATCH 8/8] net/virtio: remove started field

2016-11-04 Thread Yuanhan Liu
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 --- drivers/net/virtio/virtio_ethdev.c | 15 ++- drivers/net/virtio/virtio_pci.h| 1 - 2 files