From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SM6q0-0002Fc-Cu for garchives@archives.gentoo.org; Mon, 23 Apr 2012 00:09:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CFBE0B48; Mon, 23 Apr 2012 00:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02DA7E0B30 for ; Mon, 23 Apr 2012 00:08:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 675B61B4044 for ; Mon, 23 Apr 2012 00:08:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2195) id 1F5542004B; Mon, 23 Apr 2012 00:08:54 +0000 (UTC) To: gentoo-commits@lists.gentoo.org From: "Mike Pagano (mpagano)" Subject: [gentoo-commits] linux-patches r2127 - genpatches-2.6/trunk/3.3 X-VCS-Repository: linux-patches X-VCS-Revision: 2127 X-VCS-Files: genpatches-2.6/trunk/3.3/2900_infiniband-set-srq-type.patch genpatches-2.6/trunk/3.3/0000_README X-VCS-Directories: genpatches-2.6/trunk/3.3 X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano Content-Type: text/plain; charset=UTF-8 Message-Id: <20120423000854.1F5542004B@flycatcher.gentoo.org> Date: Mon, 23 Apr 2012 00:08:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 380a80ea-c324-4042-bd8a-644841b1850d X-Archives-Hash: f62ae3d16f59f4179db7b0ffd7648d52 Author: mpagano Date: 2012-04-23 00:08:53 +0000 (Mon, 23 Apr 2012) New Revision: 2127 Removed: genpatches-2.6/trunk/3.3/2900_infiniband-set-srq-type.patch Modified: genpatches-2.6/trunk/3.3/0000_README Log: Remove redundant patch Modified: genpatches-2.6/trunk/3.3/0000_README =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- genpatches-2.6/trunk/3.3/0000_README 2012-04-22 13:27:02 UTC (rev 212= 6) +++ genpatches-2.6/trunk/3.3/0000_README 2012-04-23 00:08:53 UTC (rev 212= 7) @@ -56,10 +56,6 @@ From: Alexey Shvetsov Desc: Zero copy for infiniband psm userspace driver =20 -Patch: 2900_infiniband-set-srq-type.patch -From: Alexey Shvetsov -Desc: Set srq_type to IB_SRQT_BASIC - Patch: 4200_fbcondecor-0.9.6.patch From: http://dev.gentoo.org/~spock Desc: Bootsplash successor by Michal Januszewski ported by Alexxy Deleted: genpatches-2.6/trunk/3.3/2900_infiniband-set-srq-type.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- genpatches-2.6/trunk/3.3/2900_infiniband-set-srq-type.patch 2012-04-2= 2 13:27:02 UTC (rev 2126) +++ genpatches-2.6/trunk/3.3/2900_infiniband-set-srq-type.patch 2012-04-2= 3 00:08:53 UTC (rev 2127) @@ -1,10 +0,0 @@ ---- a/drivers/infiniband/ulp/srpt/ib_srpt.c 2012-04-13 16:01:45.19906701= 9 -0400 -+++ b/drivers/infiniband/ulp/srpt/ib_srpt.c 2012-04-13 16:02:27.81288414= 4 -0400 -@@ -3220,6 +3220,7 @@ static void srpt_add_one(struct ib_devic - srq_attr.attr.max_wr =3D sdev->srq_size; - srq_attr.attr.max_sge =3D 1; - srq_attr.attr.srq_limit =3D 0; -+ srq_attr.srq_type =3D IB_SRQT_BASIC; -=20 - sdev->srq =3D ib_create_srq(sdev->pd, &srq_attr); - if (IS_ERR(sdev->srq))