Re: [dpdk-dev] [PATCH v3 6/6] net/virtio: remove dead structure field

2017-01-11 Thread Yuanhan Liu
On Fri, Jan 06, 2017 at 06:16:20PM +0800, Yuanhan Liu wrote: > Actually, virtio_hw->dev is not used since the beginning when it's > introduced. Remove it. It's not true after the refactoring of decoupling from PCI device. This patch is dropped. Instead, two more patches will be sent soon.

[dpdk-dev] [PATCH v3 6/6] net/virtio: remove dead structure field

2017-01-06 Thread Yuanhan Liu
Actually, virtio_hw->dev is not used since the beginning when it's introduced. Remove it. Signed-off-by: Yuanhan Liu --- drivers/net/virtio/virtio_pci.c | 2 -- drivers/net/virtio/virtio_pci.h | 1 - 2 files changed, 3 deletions(-) diff --git a/drivers/net/virtio/virtio_pci.c b/drivers/net/virt