On Wed, Jul 8, 2015 at 12:34 PM, Tetsuya Mukawa <mukawa at igel.co.jp> wrote:
> Currently Linux implementation and BSD implementation have almost same > code about pci uio. This patch series cleans up it. > > PATCH v9 changes: > - Add lost Acked-by and Tested-by signatures. > - Remove NULL checkings before calling rte_free(). > - Fix pci_uio_map_secondary() to remove needless close(). > - Remove needless parameter checkings of pci_uio_alloc_resource() and > pci_uio_map_resource_by_index(). > - Remove needless error checking for return value of > pci_uio_alloc_resource(). > - Introduce pci_uio_free_resource(). > - Remove some comments of pci_uio_map_resource(). > (Thanks to David Marchand) > > Acked-by: David Marchand <david.marchand at 6wind.com> Thanks for this big cleanup Tetsuya. -- David Marchand