[dpdk-dev] [PATCH v2 01/16] Separate igb_uio mapping into a separate file

2014-05-27 Thread Xu, HuilongX
In order to make the code a bit more clean while using multiple drivers, IGB_UIO mapping has been separated into its own file. Signed-off-by: Anatoly Burakov Test-by: HuilongX Xu mailto:huilongx.xu at intel.com>> Compile pass >>Compile OS: FC20 x86_64 >>Kernel version: 3.13.6-200 >

[dpdk-dev] [PATCH v2 01/16] Separate igb_uio mapping into a separate file

2014-05-21 Thread Thomas Monjalon
Hi Anatoly, 2014-05-19 16:51, Anatoly Burakov: > In order to make the code a bit more clean while using multiple > drivers, IGB_UIO mapping has been separated into its own file. > > Signed-off-by: Anatoly Burakov [...] > /* map a particular resource from a file */ > -static void * > -pci_map_r

[dpdk-dev] [PATCH v2 01/16] Separate igb_uio mapping into a separate file

2014-05-19 Thread Anatoly Burakov
In order to make the code a bit more clean while using multiple drivers, IGB_UIO mapping has been separated into its own file. Signed-off-by: Anatoly Burakov --- lib/librte_eal/linuxapp/eal/Makefile |1 + lib/librte_eal/linuxapp/eal/eal_pci.c | 424 +--