Discussion:
[ofw] [Patch 54/62] Reference implementation of NDv2
Fab Tillier
2013-02-21 05:03:12 UTC
Permalink
[IPoIB] The guid2mac translation table used to have comments with the vendor that matched the OUI. This patch restores these comments, which can be useful when debugging stuff.

Signed-off-by: Fab Tillier <***@microsoft.com>

diff -dwup3 -X excl.txt -I ^ \*$ -I ^ \* \$ -r \dev\openib\Mellanox\10916\ulp\ipoib\kernel\ipoib_xfr_mgr.cpp .\ulp\ipoib\kernel\ipoib_xfr_mgr.cpp
--- \dev\openib\Mellanox\10916\ulp\ipoib\kernel\ipoib_xfr_mgr.cpp Mon Sep 10 11:47:49 2012
+++ .\ulp\ipoib\kernel\ipoib_xfr_mgr.cpp Wed Aug 22 17:17:49 2012
@@ -39,38 +39,38 @@


const ipoib_guid2mac_translation_t guid2mac_table[] = {
- {0x00, 0x30, 0x48, 0xE7},
- {0x00, 0x05, 0xAD, 0xE7},
- {0x00, 0x18, 0x8B, 0xE7},
- {0x00, 0x1A, 0x4B, 0xE7},
- {0x00, 0x17, 0x08, 0xE7},
- {0x00, 0x1E, 0x0B, 0xE7},
+ {0x00, 0x30, 0x48, 0xE7}, //SuperMicro
+ {0x00, 0x05, 0xAD, 0xE7}, //Topspin
+ {0x00, 0x18, 0x8B, 0xE7}, //Dell
+ {0x00, 0x1A, 0x4B, 0xE7}, //HP
+ {0x00, 0x17, 0x08, 0xE7}, //HP
+ {0x00, 0x1E, 0x0B, 0xE7}, //HP

- {0x00, 0x03, 0xBA, 0xE7},
- {0x00, 0x05, 0xAD, 0xE7},
- {0x00, 0x0D, 0x9D, 0xE7},
- {0x00, 0x11, 0x0A, 0xE7},
- {0x00, 0x11, 0x85, 0xE7},
- {0x00, 0x12, 0x79, 0xE7},
- {0x00, 0x13, 0x21, 0xE7},
- {0x00, 0x14, 0x38, 0xE7},
- {0x00, 0x16, 0x35, 0xE7},
- {0x00, 0x17, 0x08, 0xE7},
- {0x00, 0x17, 0xA4, 0xE7},
- {0x00, 0x18, 0x8B, 0xE7},
- {0x00, 0x18, 0xFE, 0xE7},
- {0x00, 0x19, 0xBB, 0xE7},
+ {0x00, 0x03, 0xBA, 0xE7}, //Oracle
+ {0x00, 0x05, 0xAD, 0xE7}, //Topspin
+ {0x00, 0x0D, 0x9D, 0xE7}, //HP
+ {0x00, 0x11, 0x0A, 0xE7}, //HP
+ {0x00, 0x11, 0x85, 0xE7}, //HP
+ {0x00, 0x12, 0x79, 0xE7}, //HP
+ {0x00, 0x13, 0x21, 0xE7}, //HP
+ {0x00, 0x14, 0x38, 0xE7}, //HP
+ {0x00, 0x16, 0x35, 0xE7}, //HP
+ {0x00, 0x17, 0x08, 0xE7}, //HP
+ {0x00, 0x17, 0xA4, 0xE7}, //HP
+ {0x00, 0x18, 0x8B, 0xE7}, //Dell
+ {0x00, 0x18, 0xFE, 0xE7}, //HP
+ {0x00, 0x19, 0xBB, 0xE7}, //HP
{0x00, 0x21, 0x28, 0xE7},
- {0x00, 0x1A, 0x4B, 0xE7},
- {0x00, 0x1B, 0x78, 0xE7},
- {0x00, 0x1E, 0x0B, 0xE7},
- {0x00, 0x22, 0x64, 0xE7},
- {0x00, 0x23, 0x7D, 0xE7},
+ {0x00, 0x1A, 0x4B, 0xE7}, //HP
+ {0x00, 0x1B, 0x78, 0xE7}, //HP
+ {0x00, 0x1E, 0x0B, 0xE7}, //HP
+ {0x00, 0x22, 0x64, 0xE7}, //HP
+ {0x00, 0x23, 0x7D, 0xE7}, //HP
{0x00, 0x24, 0xE8, 0xE7},
- {0x00, 0x25, 0x90, 0xE7},
+ {0x00, 0x25, 0x90, 0xE7}, //SuperMicro
{0x00, 0x25, 0xB3, 0xE7},
- {0x00, 0x30, 0x48, 0xE7},
- {0x00, 0x80, 0x5F, 0xE7},
+ {0x00, 0x30, 0x48, 0xE7}, //SuperMicro
+ {0x00, 0x80, 0x5F, 0xE7}, //HP
{0x78, 0xE7, 0xD1, 0xE7},
{0xD8, 0xD3, 0x85, 0xE7},
{0xF0, 0x4D, 0xA2, 0xE7},

Loading...