Quoting r. Shirley Ma <[EMAIL PROTECTED]>:
> /* can be added later once ipoib support sg
> .get_sg = ethtool_op_get_sg,
> .set_sg = ethtool_op_set_sg,
> */
The difficulty here is that sg currently requires checksum offloading in
netdevice.
--
MST
___
I am going to add below ethtool ops in ipoib. Anything comments? Once ethtool support is added, GSO will be get/set directly through ethtool as Michael pointed out earlier.
static struct ethtool_ops ipoib_ethtool_ops = {
.get_settings = ipoib_get_settings,
.set_settings
http://openib.org/bugzilla/show_bug.cgi?id=263
--- Comment #10 from [EMAIL PROTECTED] 2006-10-16 23:05 ---
I'm trying debug_level=1 now, sorry for the delay, but I wanted to finish other
rc7 testing.
--- You are receiving this mail because: ---
You are the assignee for the
Quoting r. Roland Dreier <[EMAIL PROTECTED]>:
> I do put the releases into the changelog. There has not been a
> libibverbs 1.0.4 release yet, but you can find the entry
>
> 2006-05-02 Roland Dreier <[EMAIL PROTECTED]>
>
> * Release version 1.0.3.
>
> in the libibverbs ChangeLog. Every
> look up Documentation/CodingStyle Chapter 7: Centralized exiting of
functions
> which says unconditional statements are easier to understand and follow,
> and note that with this style nesting is reduced.
Hmmm, OK, I will re-phrase this patch to reduce nesting.
thanks,
- KK
"Michael S. Tsirk
Michael> Hmm, Roland, I went to look into Changelog and I note
Michael> that you don't label svn versions or release versions
Michael> there. So it's hard to see what was fixed in what
Michael> version, or to map to svn versions.
Michael> I'll dig that info up but I thin we wan
Quoting r. Krishna Kumar <[EMAIL PROTECTED]>:
> Subject: [PATCH] rdma_bind_addr() leaks a cma_dev reference count
>
> rdma_bind_addr leaks a cma_dev reference count in failure
> case.
>
> Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
>
> diff -ruNp org/drivers/infiniband/core/cma.c ne
Quoting r. Doug Ledford <[EMAIL PROTECTED]>:
> > Dough, would it be possible to update this + libmthca?
>
> Possibly. What's the justification? What's in 1.0.4 that is the
> primary reason for wanting to update from 1.0.3?
Hmm, Roland, I went to look into Changelog and I note that you don't
lab
If addr_handler() got invoked with an error status,
do not set id_priv->state to success followed by
resettting it to the old value (redundant code).
Also encapsulate some common code.
Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
diff -ruNp org/drivers/infiniband/core/cma.c new/driver
Re-send ARP, since earlier ARP request could have got
dropped/lost. This should be done in addr_resolve_remote()
as doing it in rdma_resolve_ip() means sending ARP only
once.
Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
diff -ruNp org/drivers/infiniband/core/addr.c new/drivers/infinib
cma_new_id() does not require to do destroy_id(), instead
it can kfree(), since nothing is allocated on that id.
Posting this as an RFC in case anyone feels that create_id
should be cleaned up by destroy_id (even if redundant).
Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
diff -ruNp o
rdma_bind_addr leaks a cma_dev reference count in failure
case.
Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
diff -ruNp org/drivers/infiniband/core/cma.c new/drivers/infiniband/core/cma.c
--- org/drivers/infiniband/core/cma.c 2006-10-09 17:13:41.0 +0530
+++ new/drivers/infin
Rewrite cma_req_handler error handling case to encapsulate
common code.
Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
diff -ruNp org/drivers/infiniband/core/cma.c new/drivers/infiniband/core/cma.c
--- org/drivers/infiniband/core/cma.c 2006-10-09 16:57:26.0 +0530
+++ new/drive
Fixes following problems in process_req() relating to
cancellation :
- Function is wrongly doing another addr_remote() when
cancelled, which is not required.
- Make failure reporting immediate by using time_after_eq().
- On cancellation, -ETIMEDOUT was returned to the callback
routine instead
In queue_req(), use time_after_eq() instead of time_after()
for following reasons :
- Improves insert time if multiple entries with same time are
present.
- set_timeout need not be called if entry with same time
is added to the list (and that happens to be the entry
with the smallest time),
The plan is OK with Silverstorm.
I have a question though. What are the plans to support SRP-HA feature on RHEL4 kernels ?
Thanks
Karun
From: [EMAIL PROTECTED] on behalf of Tziporet KorenSent: Mon 10/16/2006 1:03 PMTo: Open FabricsCc: openibSubject: [openfabrics-ewg] OFED 1.1 release schedul
We tested RC7, but fork() does not work:
1. system() causes IB to fail.
2. fork(), child calling exit(0) immediately also causes IB to fail.
Anyone has tested fork() related issue ?
--CQ Tang, HP-MPI
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of I
Ah, yes, that works.
Thanks,
Ira
On Tue, 17 Oct 2006 00:21:06 +0200
Sasha Khapyorsky <[EMAIL PROTECTED]> wrote:
> On 14:46 Mon 16 Oct , Ira Weiny wrote:
> > Sorry, I don't know much about git...
> >
> > I tried to "git" the module code for OFED 1.1 rc7 this using the following
> > command.
Arlin Davis wrote:
> Steve Smaldone wrote:
>
>> Hi,
>>
>> Sorry for replying to myself, but I loaded rdma_ucm and the rdma_cm
>> device appears. However, it now fails with the following:
>>
>> $ ./dapltest -T S -D IB1
>> ...
>> DAT Registry: dat_ia_openv (IB1,1:2,0) called
>> DAT Registry: IA I
Steve Smaldone wrote:
>Hi,
>
>Sorry for replying to myself, but I loaded rdma_ucm and the rdma_cm
>device appears. However, it now fails with the following:
>
>$ ./dapltest -T S -D IB1
>...
>DAT Registry: dat_ia_openv (IB1,1:2,0) called
>DAT Registry: IA IB1, trying to load library /usr/local/li
Rimmer, Todd wrote:
> In a functioning fabric, events will be rare. However its when you
> first boot the fabric, reboot the SM or other similar "start up" actions
> that things get real busy.
Hmm... I need to think more about how to handle the start up scenario.
> In general I have found that o
Hi Hal.
[snip]
>
> So will you supply another patch with this approach ?
>
> -- Hal
Here it is.
--
Yevgeny
Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]>
Index: opensm/osm_db_files.c
===
--- opensm/osm_db_files.c (r
Convert the IP-over-InfiniBand network device driver over to using
NAPI to handle all completions (both receive and send).
Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
---
drivers/infiniband/ulp/ipoib/ipoib.h |1
drivers/infiniband/ulp/ipoib/ipoib_ib.c | 77 +
The semantics defined by the InfiniBand specification say that
completion events are only generated when a completions is added to a
completion queue (CQ) after completion notification is requested. In
other words, this means that the following race is possible:
while (CQ is not empty)
> Don't know why I have trouble to get this patch from your git tree. Do you
> mind to post this patch here so I can test the performance over ehca?
No problem, I should post it anyway so people can quote from the patch
more easily. I'm very interested in hearing about ehca performance
with thi
Hal Rosenstock wrote:
> On Mon, 2006-10-16 at 18:15, Yevgeny Kliteynik wrote:
>> Sasha Khapyorsky wrote:
>>> On 11:47 Mon 16 Oct , Yevgeny Kliteynik wrote:
Hi Hal
Leaving OSM_LOG_DIR or OSM_CACHE_DIR environment variables
empty will cause OSM to wright log or cache files to
> A small optimization:
>
> if (missed_event && netif_rx_reschedule(dev, 0))
>
> should be, I think
>
> if (unlikely(missed_event) && netif_rx_reschedule(dev, 0))
Yes, makes sense. I updated my ipoib-napi branch with this.
> An API idea:
> how about instead testing missed_e
On Mon, 2006-10-16 at 18:15, Yevgeny Kliteynik wrote:
> Sasha Khapyorsky wrote:
> > On 11:47 Mon 16 Oct , Yevgeny Kliteynik wrote:
> >> Hi Hal
> >>
> >> Leaving OSM_LOG_DIR or OSM_CACHE_DIR environment variables
> >> empty will cause OSM to wright log or cache files to /
> >> since OSM runs as
Sasha Khapyorsky wrote:
> On 11:47 Mon 16 Oct , Yevgeny Kliteynik wrote:
>> Hi Hal
>>
>> Leaving OSM_LOG_DIR or OSM_CACHE_DIR environment variables
>> empty will cause OSM to wright log or cache files to /
>> since OSM runs as root process.
>>
>> Although one might say that this is just a ques
On 14:46 Mon 16 Oct , Ira Weiny wrote:
> Sorry, I don't know much about git...
>
> I tried to "git" the module code for OFED 1.1 rc7 this using the following
> command. What am I doing wrong?
>
> 14:42:40 > git clone git://www.mellanox.co.il/~git/infinibandref
> fatal: unexpected EOF
> fetch
Hi,
Sorry for replying to myself, but I loaded rdma_ucm and the rdma_cm
device appears. However, it now fails with the following:
$ ./dapltest -T S -D IB1
...
DAT Registry: dat_ia_openv (IB1,1:2,0) called
DAT Registry: IA IB1, trying to load library /usr/local/lib/libdapl.so
DAT Registry: dat_r
Steve Smaldone wrote:
> Hi,
>
> I have been trying to run dapltest with trunk rev 9717 with linux kernel
> 2.6.18 and I get an error. The error and configuration is shown below.
> Basically, the rdma_cm device is not created under /dev/infiniband. I
> am wondering if this is a known problem an
> From: Sean Hefty [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 16, 2006 5:33 PM
> To: Rimmer, Todd; Matt Leininger
> Cc: openib
> Subject: Re: [openib-general] [RFC] Notice/InformInfo event reporting
>
> Rimmer, Todd wrote:
> > My recommendation is option 2.
>
> Thanks for the response.
>
Hi,
I have been trying to run dapltest with trunk rev 9717 with linux kernel
2.6.18 and I get an error. The error and configuration is shown below.
Basically, the rdma_cm device is not created under /dev/infiniband. I
am wondering if this is a known problem and how to solve it.
Thanks,
Steve
Sorry, I don't know much about git...
I tried to "git" the module code for OFED 1.1 rc7 this using the following
command. What am I doing wrong?
14:42:40 > git clone git://www.mellanox.co.il/~git/infinibandref
fatal: unexpected EOF
fetch-pack from 'git://www.mellanox.co.il/~git/infinibandref' fa
Rimmer, Todd wrote:
> My recommendation is option 2.
Thanks for the response.
> In large fabrics the SA can be a bottleneck. It is best for an end node
> to register with the SA only for the events which are of actual interest
> to the end node.
Which part of the SA is the bottleneck? Is it th
somenath wrote:
>> Doesn't ib_cm_init_qp_attr() set this for you?
>
> No, it doesn't. it returns me
> attr_mask=0x12d181
> port=0x0 alt_port=0x0
Okay - there was a fix to the cm.c file (svn rev 8267) that added setting the
alternate port number when initializing the QP attributes. Appar
Sean Hefty wrote:
>>now I am able to create connections with pri_path = path1, alt_path = path2
>>with the following change in the code.
>>
>>I specify the port_num and al_port_num before calling ib_modify_qp() to
>>change
>>state to RTR (earlier I was changing this when modifying state to
>>IB_QP
On Mon, 2006-10-16 at 15:25 +0200, Michael S. Tsirkin wrote:
> Quoting r. Maestas, Christopher Daniel <[EMAIL PROTECTED]>:
> > Subject: Re: [openib-general] RHEL5 and OFED ...
> >
> > > Now for userspace - does RHEL5 include at least libibverbs-1.0?
> > > This has been released a while back, and R
I am running PVFS2 on OpenIB, with IBM's ehca.
When we start writing/reading large files, either with the NetPIPE
PVFS module we have or a modified GAMESS executable that uses
libpvfs2 directly, the 'ibv_reg_mr' function fails, and we get an error.
This is also correlated with kernel log mess
akepner> On second (or eighth, or whatever) look, yeah, that's
akepner> better and simpler, too. I'll repost a fixed up version.
No need -- I'll just revise it in my tree (since I already grabbed
your patch).
Thanks,
Roland
___
openib-general
Quoting r. Roland Dreier <[EMAIL PROTECTED]>:
> There are further changes I would like to add on top of that, but
> comments on the two patches there would be appreciated.
A small optimization:
if (missed_event && netif_rx_reschedule(dev, 0))
should be, I think
if (unlikely(miss
Quoting r. Doug Ledford <[EMAIL PROTECTED]>:
> > 1. The first thing would be to list fixes between 2.6.18 and 2.6.19-rc1 and
> >backport these. Some of them are in OFED.
>
> That would be helpful. Since 2.6.19-rc looks to have integrated the
> iWARP merge, the fixes are no doubt mixed in with
> From: Sean Hefty
> Sent: Monday, October 16, 2006 3:29 PM
> To: openib
> Subject: [openib-general] [RFC] Notice/InformInfo event reporting
>
> I'm beginning work on adding InformInfo/Notice event reporting to the
IB
> stack,
> and I'd like any input on potential implementations, as well as
inten
On Mon, 16 Oct 2006, Roland Dreier wrote:
>
> Would it be cleaner just to put an mmiowb() inside update_cons_index()
> in the case where the doorbell gets rung? That way there's no
> unnecessary mmiowb() in the memfree case (which doesn't use a doorbell
> or do any writing to PCI at all).
>
On s
>now I am able to create connections with pri_path = path1, alt_path = path2
>with the following change in the code.
>
>I specify the port_num and al_port_num before calling ib_modify_qp() to
>change
>state to RTR (earlier I was changing this when modifying state to
>IB_QPS_INIT).
Doesn't ib_cm_in
On Mon, 16 Oct 2006, Roland Dreier wrote:
> OK, cool. Sounds convincing to me. BTW -- are there Altix systems
> with PCIe? Have you tested the mthca_arbel_xxx (mem-free PCIe HCA)
> changes, or just the mthca_tavor_xxx (PCI-X HCA) parts?
Yes, there are PCIe Altices, but I was unable to reproduc
I'm beginning work on adding InformInfo/Notice event reporting to the IB stack,
and I'd like any input on potential implementations, as well as intended usage.
Clients use InformInfo to register for events, with registration tracked on a
per source QP basis. Given this, possible approaches are:
Sean Hefty wrote:
>>>pri_path = alt_path = path 1
>>>works
>>>
>>>
>>>
>>no, I haven't tested that. I can try that too, if u think that can
>>provide useful info..
>>
>>
>
>I misunderstood one of your earlier e-mails then. I threw together a test case
>to try this, and it worked for me.
Roland,
Don't know why I have trouble to get this patch from your git tree. Do you mind to post this patch here so I can test the performance over ehca?
Thanks
Shirley Ma___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailma
On 11:47 Mon 16 Oct , Yevgeny Kliteynik wrote:
> Hi Hal
>
> Leaving OSM_LOG_DIR or OSM_CACHE_DIR environment variables
> empty will cause OSM to wright log or cache files to /
> since OSM runs as root process.
>
> Although one might say that this is just a question of point
> of view, I real
This plan is OK with Cisco.
Scott
Weitzenkamp
SQA and Release
Manager
Server Virtualization
Business Unit
Cisco Systems
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tziporet
KorenSent: Monday, October 16, 2006 10:04 AMTo: Open
FabricsCc: openibSubject:
Eitan Zahavi wrote:
> I agree that layering on top is easier. But does it really solve the
> bug? I think not. If you would REPLACE the API and not provide both options
> (above and below refcount enforcement ) it would make sense to me.
We disagree on the philosophy here. I view ib_mad as multi
Tziporet Koren wrote:
> This is the plan to do the 1.1 release this week:
>
>
>
> We will publish 1.1-pre1 package tomorrow (Tue. 17-Oct)
>
> Only blocker issues from RC7 will be updated:
>
>1. SRP fix for Cisco FC gateway
>2. Small updates for the install
>3. Fix in diagnet to suppo
Hi,
> We will publish 1.1-pre1 package tomorrow (Tue. 17-Oct)
> Only blocker issues from RC7 will be updated:
> 1. SRP fix for Cisco FC gateway
> 2. Small updates for the install
currently we're working on the one install issue as I mentioned in another
thread.
We found out that the 64- and 32-bit
Roland Dreier <[EMAIL PROTECTED]> wrote on 10/16/2006 10:49:32 AM:
> Shirley> No, it doesn't. I am thinking to add enqueue/dequeue
> Shirley> multiple packets in qdisc. It would benifit other
> Shirley> networking device.
>
> So am I understanding correctly -- this is other work that
Shirley> No, it doesn't. I am thinking to add enqueue/dequeue
Shirley> multiple packets in qdisc. It would benifit other
Shirley> networking device.
So am I understanding correctly -- this is other work that is
independent of GSO? Is the plan to add a new optional driver method
that e
Roland Dreier <[EMAIL PROTECTED]> wrote on 10/16/2006 10:37:12 AM:
> Shirley> Good. Then after enabling GSO, we can chain multiple
> Shirley> packets together in IPoIB for one doorbell to send large
> Shirley> packet.
>
> How does that work? GSO doesn't change the hard_start_xmit()
Diags/ibnetdiscover: More changes for IB routers
Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
Index: src/ibnetdiscover.c
===
--- src/ibnetdiscover.c (revision 9827)
+++ src/ibnetdiscover.c (working copy)
@@ -461,14 +461,30 @@ no
> Roland, can we queue these two patches for 2.6.20?
Sure, no problem.
- R.
___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/op
Acked-by: Sean Hefty <[EMAIL PROTECTED]>
Roland, can we queue these two patches for 2.6.20?
> Optimize to test for an empty list. Patch made against 2.6.19-rc1 tree.
>
> Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
>
> diff -ruNp org/drivers/infiniband/core/cma.c new/drivers/infinib
Shirley> Good. Then after enabling GSO, we can chain multiple
Shirley> packets together in IPoIB for one doorbell to send large
Shirley> packet.
How does that work? GSO doesn't change the hard_start_xmit()
interface, does it?
- R.
___
ope
Good. Then after enabling GSO, we can chain multiple packets together in IPoIB for one doorbell to send large packet.
Thanks
Shirley Ma
IBM Linux Technology Center
15300 SW Koll Parkway
Beaverton, OR 97006-6063
Phone(Fax): (503) 578-7638___
openib-gener
Actually, one further question:
> @@ -314,6 +316,9 @@ void mthca_cq_clean(struct mthca_dev *de
> wmb();
> cq->cons_index += nfreed;
> update_cons_index(dev, cq, nfreed);
> +/* use mmiowb to ensure update is ordered properly
> +
This is the plan to do the 1.1 release this week:
We will publish 1.1-pre1 package tomorrow (Tue. 17-Oct)
Only blocker issues from RC7 will be updated:
SRP fix for Cisco FC gateway
Small updates for the install
Fix in diagnet to support SM on a switch
Activate scaling code of ehc
On Mon, 2006-10-16 at 09:48 -0700, Roland Dreier wrote:
> Eli> Please diff to see my comments. Generaly it looks like the
> Eli> condition on netif_rx_reschedule() should be inverted.
>
> Why? A return value of 0 means that the reschedule failed (probably
> because the poll routine is alr
akepner> At least with the workload that we used to reproduce this
akepner> bug, yes. (The workload was simply 2 ttcp processes, each
akepner> placed on a different node of an Altix.) Without the
akepner> mmiowb()s things would hang very reliably and very
akepner> quickly (withi
Eli> Please diff to see my comments. Generaly it looks like the
Eli> condition on netif_rx_reschedule() should be inverted.
Why? A return value of 0 means that the reschedule failed (probably
because the poll routine is already running somewhere else) and the
poll routine should just retu
Yes, that would be great.
Scott Weitzenkamp
SQA and Release Manager
Server Virtualization Business Unit
Cisco Systems
> -Original Message-
> From: Tziporet Koren [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 16, 2006 9:26 AM
> To: Scott Weitzenkamp (sweitzen); Tziporet Koren;
> [E
On Sun, 2006-10-15 at 09:39 -0700, Roland Dreier wrote:
> I've been meaning to mention this... I have a preliminary version in
>
> git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
> ipoib-napi
>
> There are further changes I would like to add on top of that, but
> comments
Shirley> If we only support GSO enablement in ethtool, there is no
Shirley> problem. What I meant is anything related to MAC address
Shirley> in ethtool utility needs to be updated for IB device.
Shirley> Do you like the idea to add ethtool support in IPoIB? Do
Shirley> you wan
On Sun, 15 Oct 2006, Roland Dreier wrote:
>
> However, this is a somewhat weird symptom, although I can imagine that
> out-of-order doorbells cause extra completions or something like that,
> which causes IPoIB to overrun the send queue.
>
> Adding the mmiowb()s definitely fixes things?
>
At
Hi, Roland,
If we only support GSO enablement in ethtool, there is no problem. What I meant is anything related to MAC address in ethtool utility needs to be updated for IB device.
Do you like the idea to add ethtool support in IPoIB? Do you want me to work on this?
Thanks
Shirley Ma___
This patch is already in.
We will publish latest pre-release version tomorrow so everybody can do
latest checks.
Is this OK?
Tziporet
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Weitzenkamp (sweitzen)
Sent: Sunday, October 15, 2006 10:16 PM
To:
>
>
> Go ahead and update the release notes. If you could also apply the small
> dat.conf patch that removes SCM from the configuration it would reduce
> the changes of customer picking up SCM by mistake. Most customers refer
> to dat.conf for supported configurations.
>
> -arlin
>
OK I will
Tzipo
>But we can document this in the release notes.
>Arlin - can you update uDAPL release notes with this or do you want me
>to do it.
Go ahead and update the release notes. If you could also apply the small
dat.conf patch that removes SCM from the configuration it would reduce
the changes of cus
Bill,
2 small changes to the diagram on slide
6.
SRP box should be yellow since it is IB
specific.
Drop the word "R-NIC" from the User APIs
box.
I think we can improve this diagram
message.
Both kernel and user API boxes for "verbs/API" should be
non-colored "common".
Thanks,
Arkady
Mr Sten Williams,
We have won a price off 850.000,-- US dollars but
we have to pay 500 pound delivery cost in frond.
Can u ashore me that we won 850.000,-- US dollars
en will you send it on paper to me.
I only want to know because i don't want to pay
500,-- pound and recieve nothing.
Hi.
I started to write man pages for the ib verbs API in the user level.
Those pages are based on the the verbs description (in verbs.h), on the
IB spec and on my experience.
Attached is a file with the man pages (binary + pod source files +
Makefile) of the following verbs:
ibv_get_devi
http://openib.org/bugzilla/show_bug.cgi?id=229
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
--- You are r
Quoting r. Roland Dreier <[EMAIL PROTECTED]>:
> Subject: Re: RHEL5 and OFED ...
>
> Michael> 1. The first thing would be to list fixes between 2.6.18
> Michael> and 2.6.19-rc1 and backport these. Some of them are in
> Michael> OFED.
>
> If you want to do this, I think it would be grea
Quoting r. Maestas, Christopher Daniel <[EMAIL PROTECTED]>:
> Subject: Re: [openib-general] RHEL5 and OFED ...
>
> > Now for userspace - does RHEL5 include at least libibverbs-1.0?
> > This has been released a while back, and Roland makes regular bugfix
> releases.
>
> Here's what I see on a rhel
Or Gerlitz wrote:
> Tziporet Koren wrote:
>
> To clarify, without this patch, OFED provides an untested && unsupported
> udapl provider library (libdaplscm.so). The way i realized that this
> happens was when I got bug reports and questions from a customer who
> attempted to use it... So it s
On Mon, 2006-10-16 at 05:47, Yevgeny Kliteynik wrote:
> Hi Hal
>
> Leaving OSM_LOG_DIR or OSM_CACHE_DIR environment variables
> empty will cause OSM to wright log or cache files to /
> since OSM runs as root process.
>
> Although one might say that this is just a question of point
> of view, I r
Diags/smpquery: Add support for DrSLID
Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
---
Index: src/smpquery.c
===
--- src/smpquery.c (revision 9776)
+++ src/smpquery.c (working copy)
@@ -376,7 +376,8 @@ usage(void)
libibmad: Add support for DrSLID
Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
---
Index: ../libibmad/include/infiniband/mad.h
===
--- ../libibmad/include/infiniband/mad.h(revision 9746)
+++ ../libibmad/include/infiniban
Tziporet Koren wrote:
> Arlin Davis wrote:
>> Here is a patch to remove uDAPL scm provider from the build since it
>> is no longer needed nor
>> supported. This provider was merely a stop gap until uCMA was pushed
>> into kernel.
>>
>> Tziporet, can you get this change into OFED 1.1?
>>
> Does
Arlin Davis wrote:
> Here is a patch to remove uDAPL scm provider from the build since it is
> no longer needed nor
> supported. This provider was merely a stop gap until uCMA was pushed
> into kernel.
>
> Tziporet, can you get this change into OFED 1.1?
>
> Signed-off by: Arlin Davis [EMAIL PR
On Sun, 2006-10-15 at 10:31, Yevgeny Kliteynik wrote:
> Hi Hal
>
> This patch fixes a few data type problems with OSM on
> 64-bit Windows machines.
> The changes are done in the following files:
>
> opensm/osm_prtn_config.c
> opensm/osm_pkey.c
> opensm/osm_qos.c
>
> Note that the casting
On Thu, 2006-10-12 at 20:35, Sasha Khapyorsky wrote:
> This improves switch's mcast tables dumping and eliminates multiple file
> open/seek/close sequences. In one word - cleanup.
>
> Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]>
Thanks. Applied.
-- Hal
__
Hi Hal
Leaving OSM_LOG_DIR or OSM_CACHE_DIR environment variables
empty will cause OSM to wright log or cache files to /
since OSM runs as root process.
Although one might say that this is just a question of point
of view, I really think that to prevent root directory trashing
(as I did by mista
Hello,I have been trying to build OFED source package (1.1 rev 9820) as was described in the HOWTO.build_ofed wiki. The package was built successfully, however i had trouble compilng it. The error I get is a missing library inside OFED's temporary build tree. The error is during the compilation of
Hi Sasha.
Looks good.
One remark though: all the static functions
should have the "__osm_" prefix in their names.
--
Yevgeny
Sasha Khapyorsky wrote:
> This improves switch's mcast tables dumping and eliminates multiple file
> open/seek/close sequences. In one word - cleanup.
>
> Signed-off-by
93 matches
Mail list logo