[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170825170749.53e49285@griffin>
Date: Fri, 25 Aug 2017 17:07:49 +0200
From: Jiri Benc <jbenc@...hat.com>
To: Yi Yang <yi.y.yang@...el.com>
Cc: netdev@...r.kernel.org, dev@...nvswitch.org, e@...g.me,
blp@....org, jan.scheurich@...csson.com
Subject: Re: [PATCH net-next v6 1/3] net: add NSH header structures and
helpers
On Fri, 25 Aug 2017 22:20:03 +0800, Yi Yang wrote:
> --- a/include/uapi/linux/if_ether.h
> +++ b/include/uapi/linux/if_ether.h
> @@ -138,6 +138,7 @@
> #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame */
> #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */
> #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */
> +#define ETH_P_NSH 0x894F /* Ethertype for NSH. */
This is in a wrong section. It belongs to Ethernet protocols a few lines
higher in the file (after ETH_P_HSR).
Jiri
Powered by blists - more mailing lists