[ofa-general] [PATCH] libibmad: Fixed a name of a field in SwitchInfo to the right name
Dotan Barak
dotanb at dev.mellanox.co.il
Tue Jul 24 04:32:14 PDT 2007
Fixed a name of a field in SwitchInfo to the right name.
Signed-off-by: Dotan Barak <dotanb at dev.mellanox.co.il>
---
Index: connectx_user/src/userspace/management/libibmad/src/fields.c
===================================================================
--- connectx_user.orig/src/userspace/management/libibmad/src/fields.c 2007-07-22 16:34:02.000000000 +0300
+++ connectx_user/src/userspace/management/libibmad/src/fields.c 2007-07-24 13:58:41.000000000 +0300
@@ -193,7 +193,7 @@ ib_field_t ib_mad_f [] = {
[IB_SW_PARTITION_ENF_INB_F] {BITSOFFS(128, 1), "InboundPartEnf", mad_dump_uint},
[IB_SW_PARTITION_ENF_OUTB_F] {BITSOFFS(129, 1), "OutboundPartEnf", mad_dump_uint},
[IB_SW_FILTER_RAW_INB_F] {BITSOFFS(130, 1), "FilterRawInbound", mad_dump_uint},
- [IB_SW_FILTER_RAW_OUTB_F] {BITSOFFS(131, 1), "FilterRawInbound", mad_dump_uint},
+ [IB_SW_FILTER_RAW_OUTB_F] {BITSOFFS(131, 1), "FilterRawOutbound", mad_dump_uint},
[IB_SW_ENHANCED_PORT0_F] {BITSOFFS(132, 1), "EnhancedPort0", mad_dump_uint},
/*
More information about the general
mailing list