From: Andrew Lunn <andrew@lunn.ch>
To: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Cc: netdev@vger.kernel.org, davem@davemloft.net,
fengguang.wu@intel.com, dcbw@redhat.com, jiri@resnulli.us,
stephen@networkplumber.org, David.Laight@ACULAB.COM,
marcel@holtmann.org
Subject: Re: [PATCH net-next 1/3 v7] net: ether: Add support for multiplexing and aggregation type
Date: Tue, 22 Aug 2017 03:02:08 +0200 [thread overview]
Message-ID: <20170822010208.GA24555@lunn.ch> (raw)
In-Reply-To: <1503355019-12236-2-git-send-email-subashab@codeaurora.org>
On Mon, Aug 21, 2017 at 04:36:57PM -0600, Subash Abhinov Kasiviswanathan wrote:
> Define the multiplexing and aggregation (MAP) ether type 0xDA1A. This
> is needed for receiving data in the MAP protocol like RMNET. This is
> not an officially registered ID.
>
> Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
> ---
> include/uapi/linux/if_ether.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h
> index 5bc9bfd..e80b03f 100644
> --- a/include/uapi/linux/if_ether.h
> +++ b/include/uapi/linux/if_ether.h
> @@ -104,7 +104,9 @@
> #define ETH_P_QINQ3 0x9300 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
> #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
> #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */
> -
> +#define ETH_P_MAP 0xDA1A /* Multiplexing and Aggregation Protocol
> + * NOT AN OFFICIALLY REGISTERED ID ]
> + */
Hi Subash
This list is sorted. So this entry should go earlier.
Andrew
next prev parent reply other threads:[~2017-08-22 1:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-21 22:36 [PATCH net-next 0/3 v7] Add support for rmnet driver Subash Abhinov Kasiviswanathan
2017-08-21 22:36 ` [PATCH net-next 1/3 v7] net: ether: Add support for multiplexing and aggregation type Subash Abhinov Kasiviswanathan
2017-08-22 1:02 ` Andrew Lunn [this message]
2017-08-22 5:27 ` Subash Abhinov Kasiviswanathan
2017-08-21 22:36 ` [PATCH net-next 2/3 v7] net: arp: Add support for raw IP device Subash Abhinov Kasiviswanathan
2017-08-21 22:36 ` [PATCH net-next 3/3 v7] drivers: net: ethernet: qualcomm: rmnet: Initial implementation Subash Abhinov Kasiviswanathan
2017-08-22 1:17 ` Andrew Lunn
2017-08-24 19:15 ` David Miller
2017-08-24 22:45 ` Subash Abhinov Kasiviswanathan
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=20170822010208.GA24555@lunn.ch \
--to=andrew@lunn.ch \
--cc=David.Laight@ACULAB.COM \
--cc=davem@davemloft.net \
--cc=dcbw@redhat.com \
--cc=fengguang.wu@intel.com \
--cc=jiri@resnulli.us \
--cc=marcel@holtmann.org \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
--cc=subashab@codeaurora.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.