<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.linux.drivers.openib">
    <title>gmane.linux.drivers.openib</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58918"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58917"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58916"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58915"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58914"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58913"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58912"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58911"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58910"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58909"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58908"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58907"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58901"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58900"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.openib/58899"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58918">
    <title>Re: [ofa-general] Re: [ewg] rhel 5.2  iSER support?</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58918</link>
    <description>For me, this ended up being that the CM service was not yet configured  
at the time that I was attempting to login.  So, it is possible that  
you need to set the port settling time attribute to ensure that the  
port are configured properly.  Sameer, ping me directly if you need  
further assistance.
/jb

On Dec 3, 2008, at 2:34 AM, Or Gerlitz wrote:


</description>
    <dc:creator>Jesse Butler</dc:creator>
    <dc:date>2008-12-04T04:33:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58917">
    <title>[ofa-general] [PATCH 6/6] IB/ipath - Add locking for interrupt useof ipath_pd contexts vs free.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58917</link>
    <description>From: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;

Fixes timing race resulting in panic.  Not a performance sensitive path.

Signed-off-by: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;
---

 drivers/infiniband/hw/ipath/ipath_driver.c    |   49 +++++++++++++++----------
 drivers/infiniband/hw/ipath/ipath_file_ops.c  |   21 +++++------
 drivers/infiniband/hw/ipath/ipath_init_chip.c |    1 +
 drivers/infiniband/hw/ipath/ipath_kernel.h    |    2 +
 drivers/infiniband/hw/ipath/ipath_keys.c      |    2 +
 drivers/infiniband/hw/ipath/ipath_mad.c       |    2 +
 drivers/infiniband/hw/ipath/ipath_verbs.c     |    3 +-
 7 files changed, 49 insertions(+), 31 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c
index ad0aab6..69c0ce3 100644
--- a/drivers/infiniband/hw/ipath/ipath_driver.c
+++ b/drivers/infiniband/hw/ipath/ipath_driver.c
&lt; at &gt;&lt; at &gt; -661,6 +661,8 &lt; at &gt;&lt; at &gt; bail:
 static void __devexit cleanup_device(struct ipath_devdata *dd)
 {
 int port;
+struct ipath_portdata **tmp;
+unsig</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:37:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58916">
    <title>[ofa-general] [PATCH 5/6] IB/ipath - fix spi_pioindex value.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58916</link>
    <description>From: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;

ipath_piobufbase was a single value offset, but is multiple values on
newer chips, so use only the 32 bits for the 2K buffers (4K buffers
are currently used only by the driver).

Signed-off-by: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;
---

 drivers/infiniband/hw/ipath/ipath_file_ops.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_file_ops.c b/drivers/infiniband/hw/ipath/ipath_file_ops.c
index 1af1f3a..ceab52c 100644
--- a/drivers/infiniband/hw/ipath/ipath_file_ops.c
+++ b/drivers/infiniband/hw/ipath/ipath_file_ops.c
&lt; at &gt;&lt; at &gt; -223,8 +223,13 &lt; at &gt;&lt; at &gt; static int ipath_get_base_info(struct file *fp,
 (unsigned long long) kinfo-&gt;spi_subport_rcvhdr_base);
 }
 
-kinfo-&gt;spi_pioindex = (kinfo-&gt;spi_piobufbase - dd-&gt;ipath_piobufbase) /
-dd-&gt;ipath_palign;
+/*
+ * All user buffers are 2KB buffers.  If we ever support
+ * giving 4KB buffers to user processes, this will need some
+ * work.
+ */
+kinfo-&gt;spi_pioindex = (</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:37:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58915">
    <title>[ofa-general] [PATCH 4/6] IB/ipath - Only do 1X workaround on rev1chips.</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58915</link>
    <description>From: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;

Only do 1X workaround on rev1 chips.

Signed-off-by: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;
---

 drivers/infiniband/hw/ipath/ipath_iba7220.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_iba7220.c b/drivers/infiniband/hw/ipath/ipath_iba7220.c
index 3b38bc9..b2a9d4c 100644
--- a/drivers/infiniband/hw/ipath/ipath_iba7220.c
+++ b/drivers/infiniband/hw/ipath/ipath_iba7220.c
&lt; at &gt;&lt; at &gt; -2452,13 +2452,14 &lt; at &gt;&lt; at &gt; static int ipath_7220_ib_updown(struct ipath_devdata *dd, int ibup, u64 ibcs)
 }
 }
 /*
- * if we are in 1X, and are in autoneg width, it
- * could be due to an xgxs problem, so if we haven't
+ * if we are in 1X on rev1 only, and are in autoneg width,
+ * it could be due to an xgxs problem, so if we haven't
  * already tried, try twice to get to 4X; if we
  * tried, and couldn't, report it, since it will
  * probably not be what is desired.
  */
-if ((dd-&gt;ipath_link_width_enabled &amp; (IB_WIDT</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:37:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58914">
    <title>[ofa-general] [PATCH 3/6] IB/ipath - don't count IB symbol and linkerrors unless link is UP</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58914</link>
    <description>From: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;

Implements the ignoring of ibsymbol errors and linkrecover errors
while the link is at less than INIT (long needed), to get accurate
counts.   Particularly an issue when doing non-IBTA DDR negotiation
with chips from vendors that do not support IBTA mode negotiation.
If the driver is unloaded, and there is a delta, the adjusted counters
are written back to the chip, so they stay adjusted across driver reload.

Signed-off-by: Dave Olson &lt;dave.olson&lt; at &gt;qlogic.com&gt;
---

 drivers/infiniband/hw/ipath/ipath_iba6120.c |   61 ++++++++++++++++++++++
 drivers/infiniband/hw/ipath/ipath_iba7220.c |   76 ++++++++++++++++++++++++++-
 drivers/infiniband/hw/ipath/ipath_kernel.h  |   13 +++++
 drivers/infiniband/hw/ipath/ipath_stats.c   |    8 +++
 4 files changed, 155 insertions(+), 3 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_iba6120.c b/drivers/infiniband/hw/ipath/ipath_iba6120.c
index 421cc2a..fbf8c53 100644
--- a/drivers/infiniband/hw/ipath/ipath_iba6120.c
+++ b/d</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:37:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58913">
    <title>[ofa-general] [PATCH 2/6] IB/ipath - Check the return value ofdma_map_single for errors</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58913</link>
    <description>This fixes an obvious oversight where the return value is not checked
for error.

Signed-off-by: Ralph Campbell &lt;ralph.campbell&lt; at &gt;qlogic.com&gt;
---

 drivers/infiniband/hw/ipath/ipath_sdma.c |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_sdma.c b/drivers/infiniband/hw/ipath/ipath_sdma.c
index 284c9bc..8e255ad 100644
--- a/drivers/infiniband/hw/ipath/ipath_sdma.c
+++ b/drivers/infiniband/hw/ipath/ipath_sdma.c
&lt; at &gt;&lt; at &gt; -698,10 +698,8 &lt; at &gt;&lt; at &gt; retry:
 
 addr = dma_map_single(&amp;dd-&gt;pcidev-&gt;dev, tx-&gt;txreq.map_addr,
       tx-&gt;map_len, DMA_TO_DEVICE);
-if (dma_mapping_error(&amp;dd-&gt;pcidev-&gt;dev, addr)) {
-ret = -EIO;
-goto unlock;
-}
+if (dma_mapping_error(&amp;dd-&gt;pcidev-&gt;dev, addr))
+goto ioerr;
 
 dwoffset = tx-&gt;map_len &gt;&gt; 2;
 make_sdma_desc(dd, sdmadesc, (u64) addr, dwoffset, 0);
&lt; at &gt;&lt; at &gt; -741,6 +739,8 &lt; at &gt;&lt; at &gt; retry:
 dw = (len + 3) &gt;&gt; 2;
 addr = dma_map_single(&amp;dd-&gt;pcidev-&gt;dev, sge-&gt;vaddr, dw &lt;&lt; 2,
       DMA_TO_DEVICE);
+if (dma_mapping_er</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:36:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58912">
    <title>[ofa-general] [PATCH 1/6] IB/ipath - Fix PSN of subsequent send WQEsafter an RDMA read resend</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58912</link>
    <description>The PSN of the first packet after an RDMA read is based on the size
of the RDMA read request. This is calculated correctly for the WQE sent
after the first request message but not on subsequent requests if the
RDMA read is resent.

Signed-off-by: Ralph Campbell &lt;ralph.campbell&lt; at &gt;qlogic.com&gt;
---

 drivers/infiniband/hw/ipath/ipath_rc.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_rc.c b/drivers/infiniband/hw/ipath/ipath_rc.c
index 7b93cda..9170710 100644
--- a/drivers/infiniband/hw/ipath/ipath_rc.c
+++ b/drivers/infiniband/hw/ipath/ipath_rc.c
&lt; at &gt;&lt; at &gt; -573,9 +573,8 &lt; at &gt;&lt; at &gt; int ipath_make_rc_req(struct ipath_qp *qp)
 ohdr-&gt;u.rc.reth.length = cpu_to_be32(qp-&gt;s_len);
 qp-&gt;s_state = OP(RDMA_READ_REQUEST);
 hwords += sizeof(ohdr-&gt;u.rc.reth) / sizeof(u32);
-bth2 = qp-&gt;s_psn++ &amp; IPATH_PSN_MASK;
-if (ipath_cmp24(qp-&gt;s_psn, qp-&gt;s_next_psn) &gt; 0)
-qp-&gt;s_next_psn = qp-&gt;s_psn;
+bth2 = qp-&gt;s_psn &amp; IPATH_PSN_MASK;
+qp-&gt;s_psn = wqe-&gt;lpsn + 1;
 ss = NULL;</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:36:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58911">
    <title>[ofa-general] [PATCH 0/6] IB/ipath -- fixes for 2.6.29</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58911</link>
    <description>The following patches fix some problems recently found:

IB/ipath - Fix PSN of subsequent send WQEs after an RDMA read resend
IB/ipath - Check the return value of dma_map_single for errors
IB/ipath - Add locking for interrupt use of ipath_pd contexts vs free.
IB/ipath - don't count IB symbol and link errors unless link is UP
IB/ipath - Only do 1X workaround on rev1 chips.
IB/ipath - fix spi_pioindex value.
</description>
    <dc:creator>Ralph Campbell</dc:creator>
    <dc:date>2008-12-03T18:36:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58910">
    <title>[ofa-general] [PATCH V2] mlx4: check for FW version which properlysupports resize_cq</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58910</link>
    <description>mlx4: check for FW version which properly supports resize_cq.

If the ConnectX cards have earlier FW installed, the resize_cq command
will return -ENOSYS.

Fixes Bugzilla 1415.

Signed-off-by: Jack Morgenstein &lt;jackm&lt; at &gt;dev.mellanox.co.il&gt;

---
Roland,

I decided to solve the resize_cq problem "locally", and not deal with
the can of worms that my last patch opens.

We already do something similar for qp's (NoErrorCompletion bit)

I did this properly this time (#define in cq.h)

diff --git a/drivers/infiniband/hw/mlx4/cq.c b/drivers/infiniband/hw/mlx4/cq.c
index 1830849..a637f89 100644
--- a/drivers/infiniband/hw/mlx4/cq.c
+++ b/drivers/infiniband/hw/mlx4/cq.c
&lt; at &gt;&lt; at &gt; -347,6 +347,9 &lt; at &gt;&lt; at &gt; int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata)
 int outst_cqe;
 int err;
 
+if (dev-&gt;dev-&gt;caps.fw_ver &lt; MLX4_FW_VER_RESIZE_CQ)
+return -ENOSYS;
+
 mutex_lock(&amp;cq-&gt;resize_mutex);
 
 if (entries &lt; 1 || entries &gt; dev-&gt;dev-&gt;caps.max_cqes) {
diff --git a/include/linux/mlx4/cq.h b/include/linux/mlx4/cq.h</description>
    <dc:creator>Jack Morgenstein</dc:creator>
    <dc:date>2008-12-03T18:20:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58909">
    <title>[ofa-general] CentOS non-OFED opensm package needs /dev/infiniband</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58909</link>
    <description>This is more of an FYI that can maybe help others, but perhaps it is a 
bug that needs to be filed somewhere.

I've been trying to get the SM running without using OFED, rather "yum 
install opensm" and using the distro's kernel-provided IB drivers. I've 
banged my head around for a while trying to figure out why I was getting 
the following messages:
---
Error from osm_opensm_bind (0x2A)
Perhaps another instance of OpenSM is already running
---

It turns out the SM is looking for devices in /dev/infiniband (umad0, 
uverbs0), but the kernel-provided ib_umad and ib_uverbs modules place 
the devices in /dev. By creating a link "infiniband" in the /dev/ 
directory to the /dev/ directory, things magically started to work.

"cd /dev; ln -s . infiniband"
</description>
    <dc:creator>Cameron Harr</dc:creator>
    <dc:date>2008-12-03T18:01:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58908">
    <title>[ofa-general] error building ofa_kernel RPMs</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58908</link>
    <description>Dear all,

I've tried to build OFED 1.2.5 in my server with fedora core 9. First I 
had a problem while building ofa_user RPMs but this got solved by 
installing zlib-static package. I think I have all the rest of 
dependencies installed, both x68_64 and i386 versions.

Now the error comes in the next step: building ofa_kernel RPMs. Here I 
paste the echoes:

***

Building InfiniBand Software RPMs. Please wait...


Building ofa_user RPMs. Please wait...

Running rpmbuild --rebuild --define '_topdir /var/tmp/OFEDRPM' --define 
'_prefix /usr' --define 'build_root /var/tmp/OFED' --define 
'configure_options --with-libcxgb3 --with-libibcm --with-libibverbs 
--with-libmlx4 --with-libmthca --with-librdmacm --with-mstflint 
--with-perftest --sysconfdir=/etc --mandir=/usr/share/man' --define 
'configure_options32 --with-libcxgb3 --with-libibcm --with-libibverbs 
--with-libmlx4 --with-libmthca --with-librdmacm --sysconfdir=/etc 
--mandir=/usr/share/man' --define 'build_32bit 1' --define '_mandir 
/usr/share/man' 
/ro</description>
    <dc:creator>David Rioja</dc:creator>
    <dc:date>2008-12-03T17:58:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58907">
    <title>Re: [ofa-general] ibv_post_send fails when using malloc in a specialway</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58907</link>
    <description>The most obvious explanation is that the physical pages underlying your
allocation are different after the free/re-valloc.  This could happen
without a system call I guess if a page is faulted in.

 - R.
</description>
    <dc:creator>Roland Dreier</dc:creator>
    <dc:date>2008-12-03T17:44:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58906">
    <title>[ofa-general] Multiple job failures at same time</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58906</link>
    <description>We have just experienced a problem where 5 jobs failed at the same time ~15:50 GMT with similar messages in their respective output files. Does anybody have any idea what could have cause this and what the messages mean. One of the nodes "cfd-cnsl-0364" was found to have shutdown but could this take out other jobs? They were not running on this node,

This is a commercial CFD code which is using hp-mpi 2.2.5, we are running ofed 1.3.1 and using verbs api with Mellanox ConnectX HCA

Thanks
Wayne


JOB #1
starccm+: Rank 0:52: MPI_Test: ibv_poll_cq(): bad status 12
starccm+: Rank 0:50: MPI_Test: ibv_poll_cq(): bad status 12
starccm+: Rank 0:55: MPI_Test: ibv_poll_cq(): bad status 12
starccm+: Rank 0:55: MPI_Test: self cfd-cnsl-0355 peer cfd-cnsl-0365 (rank: 126)
starccm+: Rank 0:55: MPI_Test: error message: transport retry exceeded error
starccm+: Rank 0:52: MPI_Test: self cfd-cnsl-0355 peer cfd-cnsl-0365 (rank: 120)
starccm+: Rank 0:52: MPI_Test: error message: transport retry exceeded error
starccm+: Rank 0:5</description>
    <dc:creator>Glanfield, Wayne</dc:creator>
    <dc:date>2008-12-03T17:37:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58905">
    <title>RE: [ofa-general] CX4 Optical Cables</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58905</link>
    <description>The Topspin cards might not have the power circuitry required for the
fiber cables. We might be able to determine this with the PSID info from
those cards. Feel free to send me that info directly.

Gilad. 

-----Original Message-----
From: general-bounces&lt; at &gt;lists.openfabrics.org
[mailto:general-bounces&lt; at &gt;lists.openfabrics.org] On Behalf Of Charles
Taylor
Sent: Wednesday, December 03, 2008 8:15 AM
To: OpenFabrics General
Cc: Craig Prescott
Subject: [ofa-general] CX4 Optical Cables

Operational Question....

We have some storage nodes across the room from our IB switch and  
reach them with 10M copper cables.    These 10M cables have been an  
ongoing issue for us as they fail (start showing symbol errors) fairly  
frequently.    We  decided to start replacing them with fiber (optics  
imbedded in CX4 connectors) cables.   We got a couple of "intel- 
connect" 20m cables (note that I think Intel sold the business to
EMCore).

When we installed the first cable yesterday we were surprised to see  
that we could not g</description>
    <dc:creator>Gilad Shainer</dc:creator>
    <dc:date>2008-12-03T17:25:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58904">
    <title>Re: [ofa-general] RE: [BUG REPORT] mlx4: Incorrect event is generatedwhen SM is changing</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58904</link>
    <description>Tried rc7. It works OK now. Thanks.
</description>
    <dc:creator>Moni Shoua</dc:creator>
    <dc:date>2008-12-03T17:17:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58903">
    <title>[ofa-general] RE: [BUG REPORT] mlx4: Incorrect event is generatedwhen SM is changing</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58903</link>
    <description>It is related, since one of the capability mask bits that was wiped out
before the fix mentioned below was:
25: IsClientReregistrationSupported
  (IB Spec 1.2.1, table 146, page 831, Capability Mask bits)

- Jack
</description>
    <dc:creator>Jack Morgenstein</dc:creator>
    <dc:date>2008-12-03T16:42:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58902">
    <title>Re: [ofa-general] git http url for ofed_1_3/management.git</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58902</link>
    <description>
It looks http:// basically works when you are using
http://www.openfabrics.org/... (http://git.openfabrics.org redirects to
gitweb http://www.openfabrics.org/git/ ).

The problem with http://www.openfabrics.org/ofed_1_3/* repositories is a
lack of server-info needed for http/ftp protocols. You can ask Vlad to
run 'git update-server-info' there.

Alternatively you can use my repository
http://www.openfabrics.org/~sashak/management.git , there is ofed_1_3
branch.

Sasha
</description>
    <dc:creator>Sasha Khapyorsky</dc:creator>
    <dc:date>2008-12-03T16:31:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58901">
    <title>[ofa-general] Re: [BUG REPORT] mlx4: Incorrect event is generatedwhen SM is changing</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58901</link>
    <description>Can you try 2.6.28-rc7?  I think the fix 9a5aa622 ("mlx4_core:
Save/restore default port IB capability mask") sounds related, and that
went in after -rc6.

 - R.
</description>
    <dc:creator>Roland Dreier</dc:creator>
    <dc:date>2008-12-03T16:31:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58900">
    <title>Re: [ofa-general] CX4 Optical Cables</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58900</link>
    <description> &gt; We are just wondering if anyone knows what changed between these two
 &gt; card/chip versions such that the optical connectors work transparently
 &gt; with the the mellanox cards but not at all with the TopSpin/Cisco
 &gt; cards.

optical cables require power from the HCA port (to run the optics,
obviously).  Not all HCAs have power available at the port.  I don't
know of a very good way to tell which do.

The Topspin/Cisco HCAs are basically OEM versions of Mellanox HCAs so
maybe Mellanox can tell you which versions support power.

 - R.
</description>
    <dc:creator>Roland Dreier</dc:creator>
    <dc:date>2008-12-03T16:28:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58899">
    <title>[ofa-general] CX4 Optical Cables</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58899</link>
    <description>Operational Question....

We have some storage nodes across the room from our IB switch and  
reach them with 10M copper cables.    These 10M cables have been an  
ongoing issue for us as they fail (start showing symbol errors) fairly  
frequently.    We  decided to start replacing them with fiber (optics  
imbedded in CX4 connectors) cables.   We got a couple of "intel- 
connect" 20m cables (note that I think Intel sold the business to  
EMCore).

When we installed the first cable yesterday we were surprised to see  
that we could not get link status on the connection.    The HCA in the  
host is a Cisco/TopSpin "LionCub" (board id=MT_00A0000001).

We have some newer (by one year) Mellanox branded HCAs on some other  
nodes (MHEA28-1TC, Lion cub, board id=MT_02F0110001).    When we ran  
the optical cable from the same switch port to the mellanox HCAs, we  
got link status and a LID was issued - no problem.

We are just wondering if anyone knows what changed between these two  
card/chip versions such that </description>
    <dc:creator>Charles Taylor</dc:creator>
    <dc:date>2008-12-03T16:14:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.openib/58898">
    <title>Re: [ofa-general] RE: [BUG REPORT] mlx4: Incorrect event is generatedwhen SM is changing</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.openib/58898</link>
    <description>Since OFED-1.4  baseline is linux-2.6.27, the patches work fine there.
It will be a problem in **next** OFED (which will be probably based at least on linux-2.6.28) if 
the bug that is described here isn't solved.

In the bottom line I'd like to keep the patches in OFED-1.4 but return to this issue in OFED-1.5

thanks

</description>
    <dc:creator>Moni Shoua</dc:creator>
    <dc:date>2008-12-03T16:14:00</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.linux.drivers.openib">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.openib</link>
  </textinput>
</rdf:RDF>
