Re: [openib-general] [RFC] [PATCH] ping: Add IB ping server agent

2005-03-17 Thread Hal Rosenstock
On Thu, 2005-03-17 at 15:55, Sean Hefty wrote: > My preference would still be to keep this a separate module. IMO, we > need to improve the encapsulation of the MAD layer, not weaken it, > possibly removing all MAD agents from mad.c. OK but I don't see what would bring it in other than manually

Re: [openib-general] [RFC] [PATCH] ping: Add IB ping server agent

2005-03-17 Thread Sean Hefty
Hal Rosenstock wrote: ping: Add IB ping server agent (used with ibping diagnostic tool) {snip} + ret = ib_ping_port_open(device, cur_port); + if (ret) { + printk(KERN_ERR PFX "Couldn't open %s port %d " + "for ping agent

[openib-general] [RFC] [PATCH] ping: Add IB ping server agent

2005-03-17 Thread Hal Rosenstock
ping: Add IB ping server agent (used with ibping diagnostic tool) Signed-off-by: Shahar Frank <[EMAIL PROTECTED]> Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> Index: ping_priv.h === --- ping_priv.h (revision 0) +++ ping_priv.h (