[dpdk-dev] [PATCH v4 0/5] Clean up pci uio implementations

2015-05-19 Thread Tetsuya Mukawa
Hi Bernard, I've updated the series, because I've found the issue in BSD code. Also, I have rebased the series for latest master branch. Could you please read my below comments? On 2015/05/19 14:54, Tetsuya Mukawa wrote: > This patch set cleans up pci uio implementation. These clean up are > f

[dpdk-dev] [PATCH v4 0/5] Clean up pci uio implementations

2015-05-19 Thread Tetsuya Mukawa
This patch set cleans up pci uio implementation. These clean up are for consolidating pci uio implementation of linuxapp and bsdapp, and moving consolidated functions in eal common. Because of above, this patch set tries to implement linuxapp and bsdapp almost same. Actual consolidations will be do