From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=bEPIwMHPSWVpBFNRTIzvDxner0yGq09AxPXV9+WZqcI=; b=O+pxyBXdlEKctDFAOprA6b8IdT4in+i+V8kiD8nK95JQsvU7Q4QyNohbMj9ZUPaLyj MZW8ZqEgHuEhlzPXaEqTGHKeeANgFYGgHIBSijsOB9MShPSxoMh79Y/tB6AUMoOyWKOM B4AIpA17iGbEboVYVoKFwxUt0RxUUSC/u9r7MQVM6BejuuAOS5EgdltIcaeEd4chBguE WuWcW8KyTdT923X8DZoHxmW2y76eqK6krr16MVmsJJCtNPtzqzIdJL/PFgUkVPGjsF5Q oRYL2Mvcrjhn1dtqkQ4Llw5OfDQp81qXBn303VcWxLD5pwVZolDAlKxw9UTCy9hofIk/ X4fA== X-Gm-Message-State: ALoCoQk6xWdnsP1583/nngLA5Yap25/qswb+VKyC15n9GHCbYnDFIsnh/8eqpZKvBI30Yia5y4vW X-Received: by 10.194.192.98 with SMTP id hf2mr5046329wjc.23.1437570737252; Wed, 22 Jul 2015 06:12:17 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ju2sm3374928wid.12.2015.07.22.06.12.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jul 2015 06:12:16 -0700 (PDT) From: Thomas Monjalon To: Rahul Lakkireddy Date: Wed, 22 Jul 2015 15:11:04 +0200 Message-ID: <1654646.lySDXjyQh1@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150721094007.GA10792@bricha3-MOBL3> References: <20150721094007.GA10792@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH v3 0/3] cxgbe: Fix compilation and enable FreeBSD support for CXGBE PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 13:12:18 -0000 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