From patchwork Mon May 24 17:23:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arlin Davis X-Patchwork-Id: 101908 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4OHNu9r003226 for ; Mon, 24 May 2010 17:23:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758032Ab0EXRXz (ORCPT ); Mon, 24 May 2010 13:23:55 -0400 Received: from mga03.intel.com ([143.182.124.21]:51643 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758060Ab0EXRXy convert rfc822-to-8bit (ORCPT ); Mon, 24 May 2010 13:23:54 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 24 May 2010 10:23:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.53,292,1272870000"; d="scan'208";a="280712616" Received: from orsmsx604.amr.corp.intel.com ([10.22.226.87]) by azsmga001.ch.intel.com with ESMTP; 24 May 2010 10:23:51 -0700 Received: from orsmsx001.amr.corp.intel.com (10.22.226.42) by orsmsx604.amr.corp.intel.com (10.22.226.87) with Microsoft SMTP Server (TLS) id 8.2.176.0; Mon, 24 May 2010 10:23:47 -0700 Received: from orsmsx506.amr.corp.intel.com ([10.22.226.44]) by orsmsx001.amr.corp.intel.com ([10.22.226.42]) with mapi; Mon, 24 May 2010 10:23:47 -0700 From: "Davis, Arlin R" To: "linux-rdma@vger.kernel.org" , ofw_list Date: Mon, 24 May 2010 10:23:47 -0700 Subject: [PATCH] compat-dapl-1.2: cma, scm: add new provider entries for Mellanox RDMA over Ethernet device for uDAPL v1.2 Thread-Topic: [PATCH] compat-dapl-1.2: cma, scm: add new provider entries for Mellanox RDMA over Ethernet device for uDAPL v1.2 Thread-Index: Acr3q2d81DxyEWVySWisAsIj6NStYgDuAlyA Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 24 May 2010 17:23:56 +0000 (UTC) diff --git a/Makefile.am b/Makefile.am index b353180..3dd9c3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -407,7 +407,11 @@ install-exec-hook: echo OpenIB-ipath0-1 u1.2 nonthreadsafe default libdaplscm.so.2 dapl.1.2 '"ipath0 1" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ echo OpenIB-ipath0-2 u1.2 nonthreadsafe default libdaplscm.so.2 dapl.1.2 '"ipath0 2" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ echo OpenIB-ehca0-2 u1.2 nonthreadsafe default libdaplscm.so.2 dapl.1.2 '"ehca0 1" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ - echo OpenIB-iwarp u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth2 0" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; + echo OpenIB-iwarp u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth2 0" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ + echo OpenIB-cma-roe-eth2 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth2 0" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ + echo OpenIB-cma-roe-eth3 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth3 0" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ + echo OpenIB-scm-roe-mlx4_0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"mlx4_0 1" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; \ + echo OpenIB-scm-roe-mlx4_0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"mlx4_0 2" ""' >> $(DESTDIR)$(sysconfdir)/dat.conf; uninstall-hook: if test -e $(DESTDIR)$(sysconfdir)/dat.conf; then \ diff --git a/dapl.spec.in b/dapl.spec.in index 4b9234d..3cb8d09 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -106,6 +106,10 @@ echo OpenIB-ipath0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"ipath echo OpenIB-ipath0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"ipath0 2" ""' >> %{_sysconfdir}/dat.conf echo OpenIB-ehca0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"ehca0 1" ""' >> %{_sysconfdir}/dat.conf echo OpenIB-iwarp u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth2 0" ""' >> %{_sysconfdir}/dat.conf +echo OpenIB-cma-roe-eth2 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth2 0" ""' >> %{_sysconfdir}/dat.conf +echo OpenIB-cma-roe-eth3 u1.2 nonthreadsafe default libdaplcma.so.1 dapl.1.2 '"eth3 0" ""' >> %{_sysconfdir}/dat.conf +echo OpenIB-scm-roe-mlx4_0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"mlx4_0 1" ""' >> %{_sysconfdir}/dat.conf +echo OpenIB-scm-roe-mlx4_0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 '"mlx4_0 2" ""' >> %{_sysconfdir}/dat.conf %postun /sbin/ldconfig