On 2015/06/30 0:30, Bruce Richardson wrote: > On Mon, Jun 29, 2015 at 11:56:42AM +0900, Tetsuya Mukawa wrote: >> This patch series adds port hotplug support to BSD. >> Before applying, following patches should be applied. >> - [PATCH v6 1/5] eal: Fix coding style of eal_pci.c and eal_pci_uio.c >> - [PATCH v6 2/5] eal: Close file descriptor of uio configuration >> - [PATCH v6 3/5] eal: Fix memory leaks and needless increment of >> pci_map_addr >> - [PATCH v6 4/5] eal/bsdapp: Change names of pci related data structure >> - [PATCH v6 5/5] eal: Fix uio mapping differences between linuxapp and >> bsdapp >> >> Some functions will be consolidated after applying the patches, because >> these functions are implemented in both Linux and BSD code. >> >> PATCH v2 changes: >> - Fix license of eal_common_pci_uio.c >> >> PATCH v1 changes: >> - Rebase to below latest patch series. >> - [PATCH v6] Clean up pci uio implementations >> >> > The majority of patches in this set seem to be more concerned with cleaning up > common code between linux and FreeBSD rather than adding hotplug support. Are > those > changes better made as part of the previous patchset listed as a requirement > of > this? > > /Bruce
Hi Bruce, I will move all most all patches to previous patch series. Also, when I move, I will just add patches to previous series for reviewers. (I will not change previous patches at all.) Regards, Tetsuya