Re: [dpdk-dev] [PATCH] net/nfp: avoid access to sysfs resource0 file

2018-06-27 Thread Ferruh Yigit
On 6/26/2018 2:29 PM, Alejandro Lucero wrote: > NFP CPP interface dinamically configures NFP CPP BARs for accessing > any NFP chip component from user space. This requires to map PCI BAR > regions specifically. However, this does not require to do such map > over the usual map done by VFIO or UIO d

[dpdk-dev] [PATCH] net/nfp: avoid access to sysfs resource0 file

2018-06-26 Thread Alejandro Lucero
NFP CPP interface dinamically configures NFP CPP BARs for accessing any NFP chip component from user space. This requires to map PCI BAR regions specifically. However, this does not require to do such map over the usual map done by VFIO or UIO drivers with the device PCI BARs. This patch avoids th