RDS/IB: print IB event strings as well as their number
authorZach Brown <zach.brown@oracle.com>
Wed, 14 Jul 2010 21:01:21 +0000 (14:01 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:16:43 +0000 (18:16 -0700)
It's nice to not have to go digging in the code to see which event
occurred.  It's easy to throw together a quick array that maps the ib
event enums to their strings.  I didn't see anything in the stack that
does this translation for us, but I also didn't look very hard.

Signed-off-by: Zach Brown <zach.brown@oracle.com>

No differences found