[dpdk-dev] [PATCH v2 6/6] eal: Fix interface of pci_map_resource()

2015-03-25 Thread Iremonger, Bernard
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Tuesday, March 24, 2015 4:19 AM > To: dev at dpdk.org > Cc: Iremonger, Bernard; Richardson, Bruce; david.marchand at 6wind.com; > Tetsuya Mukawa > Subject: [PATCH v2 6/6] eal: Fix interface of pci_map_resourc

[dpdk-dev] [PATCH v2 6/6] eal: Fix interface of pci_map_resource()

2015-03-24 Thread Tetsuya Mukawa
The function is implemented in both linuxapp and bsdapp, but interface is different. The patch fixes the function of bsdapp to do same as linuxapp. After applying it, file descriptor should be opened and closed out of pci_map_resource(). Also, remove redundant error messages from linuxapp. Signed-