Skip to content

Commit

Permalink
Use NTR rather than NTR as prefix for Netronome vendor id
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
shorman-netronome authored and blp committed Mar 17, 2015
1 parent f3d5b47 commit 0792d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openflow/openflow-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 0792d09

Please sign in to comment.