Re: [openib-general] RMPP implementation

2004-11-17 Thread Michael S. Tsirkin
Hello! Quoting r. Sean Hefty ([EMAIL PROTECTED]) [openib-general] RMPP implementation: I'm starting work on the RMPP implementation in the MAD code. If anyone has any ideas/preferences on the implementation, please let me know. For the send side, there are a couple of ways to perform

Re: [openib-general] RMPP implementation

2004-11-17 Thread Sean Hefty
Fab Tillier wrote: 1. Issue one send at a time. Additional sends are not transfered until the first send completes. Isn't #1 the simplest to implement? Turnaround on the send queue should be pretty quick, so send performance should be fine. I say do whatever is simplest, and then optimize

RE: [openib-general] RMPP implementation

2004-11-17 Thread Fab Tillier
From: Sean Hefty [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 9:08 AM Fab Tillier wrote: 1. Issue one send at a time. Additional sends are not transfered until the first send completes. Isn't #1 the simplest to implement? Turnaround on the send queue should be

Re: [openib-general] RMPP implementation

2004-11-17 Thread Sean Hefty
Roland Dreier wrote: Would it make sense to figure out what the expected consumers of this RMPP support will be and what they will need before designing the RMPP implementation? Absolutely. Right now, I'm assuming opensm and SA query as the primary users. - Sean

[openib-general] RMPP implementation

2004-11-16 Thread Sean Hefty
I'm starting work on the RMPP implementation in the MAD code. If anyone has any ideas/preferences on the implementation, please let me know. For the send side, there are a couple of ways to perform the segmentation: 1. Issue one send at a time. Additional sends are not transfered until the

RE: [openib-general] RMPP implementation

2004-11-16 Thread Fab Tillier
From: Sean Hefty [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 5:07 PM I'm starting work on the RMPP implementation in the MAD code. If anyone has any ideas/preferences on the implementation, please let me know. For the send side, there are a couple of ways to perform the