From: Frank Blaschka Date: Mon, 8 Aug 2011 01:33:53 +0000 (+0000) Subject: if_ether: add new Ethernet Protocol ID for af_iucv X-Git-Tag: v3.2-rc1~129^2~477 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4dc83dfd3efa015628ebaa7245d342c8d5ca0298;p=~emulex%2Finfiniband.git if_ether: add new Ethernet Protocol ID for af_iucv Add a new ethertype for af_iucv over s/390 HiperSockets transport. Since HiperSockets is not a real ethernet hw this is not an officially registered ID. Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index a3d99ff6e3b..c63bbd754a8 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -88,6 +88,7 @@ #define ETH_P_QINQ2 0x9200 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */ #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 ] */ /* * Non DIX types. Won't clash for 1500 types.