From 0792d095fbc93a253fefd56c8e1d625cfed16c1c Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 9 Mar 2015 10:10:56 +0900 Subject: [PATCH] Use NTR rather than NTR as prefix for Netronome vendor id As pointed out by Ben Pfaff NTR (NetronoMe eXtension) is confusingly similar to NXM (Nicira eXtended Match?) which is already used widely in the Open vSwitch tree. To get ease future eye strain use NTR (NeTRonome) instead of NTR, starting with the only instance currently present in the tree, the Netronome vendor id. This is in preparation for actually using the Netronome vendor id. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- include/openflow/openflow-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h index e68ab1424..e4fecceef 100644 --- a/include/openflow/openflow-common.h +++ b/include/openflow/openflow-common.h @@ -103,7 +103,7 @@ enum ofp_version { */ #define OF_VENDOR_ID 0 #define HPL_VENDOR_ID 0x000004EA /* HP Labs. */ -#define NMX_VENDOR_ID 0x00001540 /* Netronome. */ +#define NTR_VENDOR_ID 0x00001540 /* Netronome. */ #define NX_VENDOR_ID 0x00002320 /* Nicira. */ #define ONF_VENDOR_ID 0x4f4e4600 /* Open Networking Foundation. */ -- 2.20.1