Use NTR rather than NTR as prefix for Netronome vendor id
authorSimon Horman <simon.horman@netronome.com>
Mon, 9 Mar 2015 01:10:56 +0000 (10:10 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2015 21:33:02 +0000 (14:33 -0700)
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 <simon.horman@netronome.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-common.h

index e68ab14..e4fecce 100644 (file)
@@ -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. */