* [PATCH] ether: add IEEE 1722 ethertype - TSN
@ 2015-09-09 10:25 Henrik Austad
0 siblings, 0 replies; 2+ messages in thread
From: Henrik Austad @ 2015-09-09 10:25 UTC (permalink / raw)
To: netdev-u79uwXL29TY76Z2rM5mHXA
Cc: Henrik Austad, David S. Miller, linux-api-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
IEEE 1722 describes AVB (later renamed to TSN - Time Sensitive
Networking), a protocol, encapsualtion and synchronization to utilize
standard networks for audio/video (and later other time-sensitive)
streams.
This standard uses ethertype 0x22F0.
http://standards.ieee.org/develop/regauth/ethertype/eth.txt
This is a respin of a previous patch ("ether: add AVB frame type
ETH_P_AVB")
CC: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
CC: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
CC: linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
CC: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Signed-off-by: Henrik Austad <henrik-RT+80VE2nyv1P9xLtpHBDw@public.gmane.org>
---
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 aa63ed023c2b..ea9221b0331a 100644
--- a/include/uapi/linux/if_ether.h
+++ b/include/uapi/linux/if_ether.h
@@ -42,6 +42,7 @@
#define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */
#define ETH_P_PUP 0x0200 /* Xerox PUP packet */
#define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */
+#define ETH_P_TSN 0x22F0 /* TSN (IEEE 1722) packet */
#define ETH_P_IP 0x0800 /* Internet Protocol packet */
#define ETH_P_X25 0x0805 /* CCITT X.25 */
#define ETH_P_ARP 0x0806 /* Address Resolution packet */
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ether: add IEEE 1722 ethertype - TSN
[not found] <1441790792-21036-1-git-send-email-henrik@austad.us>
@ 2015-09-10 4:53 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-09-10 4:53 UTC (permalink / raw)
To: henrik; +Cc: netdev, linux-api, linux-kernel
From: Henrik Austad <henrik@austad.us>
Date: Wed, 9 Sep 2015 11:26:32 +0200
> IEEE 1722 describes AVB (later renamed to TSN - Time Sensitive
> Networking), a protocol, encapsualtion and synchronization to utilize
> standard networks for audio/video (and later other time-sensitive)
> streams.
>
> This standard uses ethertype 0x22F0.
>
> http://standards.ieee.org/develop/regauth/ethertype/eth.txt
>
> This is a respin of a previous patch ("ether: add AVB frame type
> ETH_P_AVB")
>
> CC: "David S. Miller" <davem@davemloft.net>
> CC: netdev@vger.kernel.org
> CC: linux-api@vger.kernel.org
> CC: linux-kernel@vger.kernel.org
> Signed-off-by: Henrik Austad <henrik@austad.us>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-10 4:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1441790792-21036-1-git-send-email-henrik@austad.us>
2015-09-10 4:53 ` [PATCH] ether: add IEEE 1722 ethertype - TSN David Miller
2015-09-09 10:25 Henrik Austad
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).