From owner-svn-src-head@FreeBSD.ORG Wed Oct 29 09:56:11 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8545059C; Wed, 29 Oct 2014 09:56:11 +0000 (UTC) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 744B5EA7; Wed, 29 Oct 2014 09:56:10 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id z11so164601lbi.5 for ; Wed, 29 Oct 2014 02:56:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=kl5CEm5o6cLSWA6UMF3miXYMPGpHL15xYKMHUiQXij4=; b=wIcIM0kpWfdaS7L0TQQ2tODKLmMyAMZJjPzbAzGPOadG1c8KuWVd6sUzVezwQrutDB zpDy7b7Qj8LbGMK7rEf0W/wAuydjauJpVfVYjPUtQa3aQEnAstNyGKrlghWzXJFuN+Mq EwB2xEyUbxWj908fyJOTRjQN/XihLKgCK2mDoKeyYjgjzDnjgwu4o5NK6rT4Qu7kCxhy BQtmI34cMCknVnBJ+NfaPIEuo//JfsTZKPluR51WtMrHYMuI3g/FOw0U5xqsx/eShJH7 OaJ1BbQjaYOTCRxYqpTrmkqHiEWIM9UTdWpWG26C+seZnTMGRgQh2Y717vV5xrDlfuKy iWXg== X-Received: by 10.112.97.175 with SMTP id eb15mr10199989lbb.12.1414576568364; Wed, 29 Oct 2014 02:56:08 -0700 (PDT) Received: from brick.home (adbe233.neoplus.adsl.tpnet.pl. [79.184.4.233]) by mx.google.com with ESMTPSA id je9sm1731711lbc.3.2014.10.29.02.56.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 02:56:07 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Wed, 29 Oct 2014 10:56:04 +0100 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Navdeep Parhar Subject: Re: svn commit: r273806 - in head/contrib/ofed: libcxgb4 libcxgb4/src usr.lib usr.lib/libcxgb4 Message-ID: <20141029095604.GA81110@brick.home> Mail-Followup-To: Navdeep Parhar , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201410290115.s9T1FnTv094112@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201410290115.s9T1FnTv094112@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 09:56:11 -0000 On 1029T0115, Navdeep Parhar wrote: > Author: np > Date: Wed Oct 29 01:15:48 2014 > New Revision: 273806 > URL: https://svnweb.freebsd.org/changeset/base/273806 > > Log: > Userspace library for Chelsio's Terminator 5 based iWARP RNICs (pretty > much every T5 card that does _not_ have "-SO" in its name is RDMA > capable). Yay! This means we could add iSER without using the ICL_PROXY hack. Well, assuming it's possible to "hand off" RDMA connection from userspace to the kernel. Is it?