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

2015-03-24 Thread Tetsuya Mukawa
On 2015/03/20 18:53, Iremonger, Bernard wrote: >> -Original Message- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Tuesday, March 17, 2015 9:31 AM >> To: dev at dpdk.org >> Cc: Iremonger, Bernard; Richardson, Bruce; Tetsuya Mukawa >> Subject: [PATCH 6/6] eal: Fix interface

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

2015-03-20 Thread Iremonger, Bernard
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Tuesday, March 17, 2015 9:31 AM > To: dev at dpdk.org > Cc: Iremonger, Bernard; Richardson, Bruce; Tetsuya Mukawa > Subject: [PATCH 6/6] eal: Fix interface of pci_map_resource() > > The function is implemente

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

2015-03-17 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-