From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] cxgbe: Fix compilation and enable FreeBSD support for CXGBE PMD Date: Wed, 22 Jul 2015 15:11:04 +0200 Message-ID: <1654646.lySDXjyQh1@xps13> References: <20150721094007.GA10792@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi To: Rahul Lakkireddy Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 73B53902 for ; Wed, 22 Jul 2015 15:12:17 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so101707195wib.1 for ; Wed, 22 Jul 2015 06:12:17 -0700 (PDT) In-Reply-To: <20150721094007.GA10792@bricha3-MOBL3> 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" 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 Applied, thanks