All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Braunwarth <daniel@braunwarth.dev>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, daniel@braunwarth.dev
Subject: [PATCH net-next 1/2] if_ether.h: add PROFINET Ethertype
Date: Mon, 28 Feb 2022 14:30:28 +0100	[thread overview]
Message-ID: <20220228133029.100913-2-daniel@braunwarth.dev> (raw)
In-Reply-To: <20220228133029.100913-1-daniel@braunwarth.dev>

Add the Ethertype for PROFINET protocol.

Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
---
 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 c0c2f3ed5729..4f4ed35a16db 100644
--- a/include/uapi/linux/if_ether.h
+++ b/include/uapi/linux/if_ether.h
@@ -86,6 +86,7 @@
 					 * over Ethernet
 					 */
 #define ETH_P_PAE	0x888E		/* Port Access Entity (IEEE 802.1X) */
+#define ETH_P_PROFINET	0x8892		/* PROFINET			*/
 #define ETH_P_REALTEK	0x8899          /* Multiple proprietary protocols */
 #define ETH_P_AOE	0x88A2		/* ATA over Ethernet		*/
 #define ETH_P_8021AD	0x88A8          /* 802.1ad Service VLAN		*/
--
2.35.1

  reply	other threads:[~2022-02-28 13:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28 13:30 [PATCH net-next 0/2] if_ether.h: add industrial fieldbus Ethertypes Daniel Braunwarth
2022-02-28 13:30 ` Daniel Braunwarth [this message]
2022-02-28 13:30 ` [PATCH net-next 2/2] if_ether.h: add EtherCAT Ethertype Daniel Braunwarth
2022-03-02 18:00 ` [PATCH net-next 0/2] if_ether.h: add industrial fieldbus Ethertypes patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220228133029.100913-2-daniel@braunwarth.dev \
    --to=daniel@braunwarth.dev \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.