2015-07-21 10:40, Bruce Richardson: > On Mon, Jul 20, 2015 at 11:01:34PM +0530, Rahul Lakkireddy wrote: > > This series of patches fix compilation and enable CXGBE poll mode driver for > > FreeBSD. The first patch fixes a limitation of nic_uio that only binds to > > devices present in rte_pci_dev_ids.h. The second patch does the actual > > compilation fix and enabling of CXGBE PMD for FreeBSD. The last patch > > updates > > cxgbe documentation to reflect the FreeBSD support for CXGBE PMD. > > > > v3: > > - Use checks for bus, slot, and function info instead of vendor and device > > during nic_uio probe for better consistency. > > > > v2: > > - Replace "Intel(R) DPDK" with just "DPDK" in device description for > > nic_uio. > > > > Rahul Lakkireddy (3): > > nic_uio: Fix to allow any device to be bound to nic_uio > > cxgbe: Enable and fix FreeBSD compilation for CXGBE PMD > > doc: Update documentation to reflect FreeBSD support for CXGBE PMD > > > > Compilation testing with the patches on my FreeBSD system is all ok, and > unbinding > of Intel 10G NICs works ok as before for me. > > Thanks for the patches and the new FreeBSD hardware support! > > Series Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied, thanks