Re: [PATCH net-next 1/3 v7] net: ether: Add support for multiplexing and aggregation type

2017-08-21 Thread Subash Abhinov Kasiviswanathan
+#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. +

Re: [PATCH net-next 1/3 v7] net: ether: Add support for multiplexing and aggregation type

2017-08-21 Thread Andrew Lunn
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

[PATCH net-next 1/3 v7] net: ether: Add support for multiplexing and aggregation type

2017-08-21 Thread Subash Abhinov Kasiviswanathan
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 --- include/uapi/linux/if_ether.h | 4 +++- 1 file