Re: [dpdk-dev] [PATCH 1/2] net/virtio: drop duplicated reset method

2018-10-30 Thread Maxime Coquelin
On 10/25/18 11:46 AM, Tiwei Bie wrote: Drop the duplicated reset() method in virtio_pci_ops. Currently vtpci_reset() is implemented on set_status() and get_status() directly. The reset() method in virtio_pci_ops isn't used and its implementation in the legacy device isn't right. Signed-off-by

[dpdk-dev] [PATCH 1/2] net/virtio: drop duplicated reset method

2018-10-25 Thread Tiwei Bie
Drop the duplicated reset() method in virtio_pci_ops. Currently vtpci_reset() is implemented on set_status() and get_status() directly. The reset() method in virtio_pci_ops isn't used and its implementation in the legacy device isn't right. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_