netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ether: Add ETH_P_OPCUA macro
@ 2019-12-18 22:44 Andre Guedes
  2019-12-18 22:44 ` [PATCH 2/2] ether: Add ETH_P_AVTP macro Andre Guedes
  2019-12-18 23:12 ` [PATCH 1/2] ether: Add ETH_P_OPCUA macro David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Andre Guedes @ 2019-12-18 22:44 UTC (permalink / raw)
  To: netdev; +Cc: Andre Guedes

This patch adds the ETH_P_OPCUA macro which defines the 'OPC UA over
TSN' ethertype assigned to 0xB62C, according to:

http://standards-oui.ieee.org/ethertype/eth.txt

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
---
 include/uapi/linux/if_ether.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h
index f6ceb2e63d1e..0752281ee05a 100644
--- a/include/uapi/linux/if_ether.h
+++ b/include/uapi/linux/if_ether.h
@@ -109,6 +109,7 @@
 #define ETH_P_QINQ1	0x9100		/* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
 #define ETH_P_QINQ2	0x9200		/* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
 #define ETH_P_QINQ3	0x9300		/* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
+#define ETH_P_OPCUA	0xB62C		/* OPC UA over TSN */
 #define ETH_P_EDSA	0xDADA		/* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
 #define ETH_P_DSA_8021Q	0xDADB		/* Fake VLAN Header for DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
 #define ETH_P_IFE	0xED3E		/* ForCES inter-FE LFB type */
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-19  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-18 22:44 [PATCH 1/2] ether: Add ETH_P_OPCUA macro Andre Guedes
2019-12-18 22:44 ` [PATCH 2/2] ether: Add ETH_P_AVTP macro Andre Guedes
2019-12-18 23:12   ` David Miller
2019-12-19  0:10     ` Andre Guedes
2019-12-18 23:12 ` [PATCH 1/2] ether: Add ETH_P_OPCUA macro David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).