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 <[email protected]> --- include/openflow/openflow-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h index 4a7486b..e68ab14 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. */ -- 2.1.1 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
