[dpdk-dev] [PATCH v8 4/4] eal/linux: vfio: add pci ioport support

2016-02-18 Thread Thomas Monjalon
2016-02-18 10:55, Santosh Shukla: > >> Acked-by: Anatoly Burakov > > > > Acked-by: David Marchand > > > > Thomas, Can you pl. merge this patch? I must merge the whole series but there are still some comments to address. If you want to split the series, you're allowed to do it by re-sending a su

[dpdk-dev] [PATCH v8 4/4] eal/linux: vfio: add pci ioport support

2016-02-18 Thread Santosh Shukla
On Tue, Feb 9, 2016 at 2:34 PM, David Marchand wrote: > On Mon, Feb 8, 2016 at 3:13 PM, Burakov, Anatoly > wrote: >>> Include vfio map/rd/wr support for pci ioport. >>> >>> Signed-off-by: Santosh Shukla >>> --- >>> v7->v8: >>> - Remove rte_pci_ioport malloc and rte_free()/unmap() func from v7.

[dpdk-dev] [PATCH v8 4/4] eal/linux: vfio: add pci ioport support

2016-02-09 Thread David Marchand
On Mon, Feb 8, 2016 at 3:13 PM, Burakov, Anatoly wrote: >> Include vfio map/rd/wr support for pci ioport. >> >> Signed-off-by: Santosh Shukla >> --- >> v7->v8: >> - Remove rte_pci_ioport malloc and rte_free()/unmap() func from v7. >> - removed umap from git header. >> >> lib/librte_eal/linuxapp/

[dpdk-dev] [PATCH v8 4/4] eal/linux: vfio: add pci ioport support

2016-02-08 Thread Santosh Shukla
Include vfio map/rd/wr support for pci ioport. Signed-off-by: Santosh Shukla --- v7->v8: - Remove rte_pci_ioport malloc and rte_free()/unmap() func from v7. - removed umap from git header. lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 36 ++-- 1 file changed, 24 inserti

[dpdk-dev] [PATCH v8 4/4] eal/linux: vfio: add pci ioport support

2016-02-08 Thread Burakov, Anatoly
> Include vfio map/rd/wr support for pci ioport. > > Signed-off-by: Santosh Shukla > --- > v7->v8: > - Remove rte_pci_ioport malloc and rte_free()/unmap() func from v7. > - removed umap from git header. > > lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 36 ++--- > --- > 1 f