[dpdk-dev] [PATCH v6 4/5] eal/bsdapp: Change names of pci related data structure

2015-06-26 Thread Tetsuya Mukawa
From: "Tetsuya.Mukawa" To merge pci code of linuxapp and bsdapp, this patch changes names like below. - uio_map to pci_map - uio_resource to mapped_pci_resource - uio_res_list to mapped_pci_res_list Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/bsdapp/eal/eal_pci.c | 24 -

[dpdk-dev] [PATCH v6 4/5] eal/bsdapp: Change names of pci related data structure

2015-06-26 Thread Iremonger, Bernard
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Friday, June 26, 2015 9:18 AM > To: dev at dpdk.org > Cc: Iremonger, Bernard; david.marchand at 6wind.com; Tetsuya.Mukawa > Subject: [PATCH v6 4/5] eal/bsdapp: Change names of pci related data > structure > >