From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/3] cxgbe: Fix compilation and enable FreeBSD support for CXGBE PMD Date: Tue, 21 Jul 2015 10:40:08 +0100 Message-ID: <20150721094007.GA10792@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi To: Rahul Lakkireddy Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E4DED5A31 for ; Tue, 21 Jul 2015 11:40:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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