| Submitter | Or Gerlitz |
|---|---|
| Date | Aug. 1, 2012, 5:09 p.m. |
| Message ID | <1343840975-3252-4-git-send-email-ogerlitz@mellanox.com> |
| Download | mbox | patch |
| Permalink | /patch/174540/ |
| State | Changes Requested |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/if.h b/include/linux/if.h index 1ec407b..f50dbf2 100644 --- a/include/linux/if.h +++ b/include/linux/if.h @@ -84,6 +84,8 @@ #define IFF_LIVE_ADDR_CHANGE 0x100000 /* device supports hardware address * change when it's running */ +#define IFF_EIPOIB_PIF 0x200000 /* IPoIB PIF intf (ib0, ib1 etc.) */ +#define IFF_EIPOIB_VIF 0x400000 /* IPoIB VIF intf (ib0.x, ib1.x etc.) */ #define IF_GET_IFACE 0x0001 /* for querying only */ #define IF_GET_PROTO 0x0002