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\n",
+                              device->name, cur_port);
+               }
        }

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.


- Sean
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to