[dpdk-dev] [PATCH v3 8/8] virtio: move VIRTIO_READ/WRITE_REG_X into virtio_pci.c

2016-01-17 Thread Santosh Shukla
On Sat, Jan 16, 2016 at 3:38 PM, Santosh Shukla wrote: > On Thu, Jan 14, 2016 at 1:12 PM, Yuanhan Liu > wrote: >> virtio_pci.c become the only file references those macros; move them there. >> > > My patch VFIO series need virtio_rd/wr So keeping these api in > virtio_pci.h make more sense to me.

[dpdk-dev] [PATCH v3 8/8] virtio: move VIRTIO_READ/WRITE_REG_X into virtio_pci.c

2016-01-16 Thread Santosh Shukla
On Thu, Jan 14, 2016 at 1:12 PM, Yuanhan Liu wrote: > virtio_pci.c become the only file references those macros; move them there. > My patch VFIO series need virtio_rd/wr So keeping these api in virtio_pci.h make more sense to me.

[dpdk-dev] [PATCH v3 8/8] virtio: move VIRTIO_READ/WRITE_REG_X into virtio_pci.c

2016-01-14 Thread Yuanhan Liu
virtio_pci.c become the only file references those macros; move them there. Signed-off-by: Yuanhan Liu --- drivers/net/virtio/virtio_pci.c | 19 +++ drivers/net/virtio/virtio_pci.h | 18 -- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/drivers/n