lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 18 Dec 2019 15:12:21 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     andre.guedes@...el.com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] ether: Add ETH_P_AVTP macro

From: Andre Guedes <andre.guedes@...el.com>
Date: Wed, 18 Dec 2019 14:44:48 -0800

> This patch adds the ETH_P_AVTP macro which defines the Audio/Video
> Transport Protocol (AVTP) ethertype assigned to 0x22F0, according to:
> 
> http://standards-oui.ieee.org/ethertype/eth.txt
> 
> AVTP is the transport protocol utilized in Audio/Video Bridging (AVB),
> and it is defined by IEEE 1722 standard.
> 
> Note that we have ETH_P_TSN macro defined with the number assigned to
> AVTP. However, there is no "TSN" ethertype. TSN is not a protocol, but a
> set of features to deliver networking determinism, so ETH_P_TSN can be a
> bit misleading. For compatibility reasons we should keep it around.
> This patch re-defines it using the ETH_P_AVTP macro to make it explicit.
> 
> Signed-off-by: Andre Guedes <andre.guedes@...el.com>

Likewise, let's see an in-kernel user first.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ