[dpdk-dev] [PATCH v9 00/12] Clean up pci uio implementations

2015-07-08 Thread Thomas Monjalon
> > 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()

[dpdk-dev] [PATCH v9 00/12] Clean up pci uio implementations

2015-07-08 Thread Tetsuya Mukawa
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().

[dpdk-dev] [PATCH v9 00/12] Clean up pci uio implementations

2015-07-08 Thread David Marchand
On Wed, Jul 8, 2015 at 12:34 PM, Tetsuya Mukawa 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 rt