aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Horman <simon.horman@netronome.com>2014-11-19 09:44:55 +0900
committerBen Pfaff <blp@nicira.com>2014-11-25 15:20:58 -0800
commita5ef74e15f476b59a390aeacf3f8747db4210873 (patch)
treeb6171b9051f3a6175f711600e44916ad2e851e46 /include
parentba96552a0a8ced94b32e3308c39ba41c8425a709 (diff)
Add Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.
This is based on the Netronome IEEE OUI, 00154D. And it has been registered with the ONF: https://rs.opennetworking.org/wiki/display/PUBLIC/ONF+Registry Signed-off-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include')
-rw-r--r--include/openflow/openflow-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
index 4a7486bd3..e68ab1424 100644
--- a/include/openflow/openflow-common.h
+++ b/include/openflow/openflow-common.h
@@ -103,6 +103,7 @@ enum ofp_version {
*/
#define OF_VENDOR_ID 0
#define HPL_VENDOR_ID 0x000004EA /* HP Labs. */
+#define NMX_VENDOR_ID 0x00001540 /* Netronome. */
#define NX_VENDOR_ID 0x00002320 /* Nicira. */
#define ONF_VENDOR_ID 0x4f4e4600 /* Open Networking Foundation. */