mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
RDMA: Adding ethertype ETH_P_IBOE
Update the if_ether.h with the ethertype for Infiniband over Ethernet packets. Also, removing the occurances of 0x8915 from infiniband vendor drivers. Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
committed by
Doug Ledford
parent
fa83b7936e
commit
69ae543969
@@ -1901,7 +1901,6 @@ struct ocrdma_eth_vlan {
|
||||
u8 smac[6];
|
||||
__be16 eth_type;
|
||||
__be16 vlan_tag;
|
||||
#define OCRDMA_ROCE_ETH_TYPE 0x8915
|
||||
__be16 roce_eth_type;
|
||||
} __packed;
|
||||
|
||||
@@ -2179,10 +2178,6 @@ enum OCRDMA_DCBX_PARAM_TYPE {
|
||||
OCRDMA_PARAMETER_TYPE_PEER = 0x02
|
||||
};
|
||||
|
||||
enum OCRDMA_DCBX_APP_PROTO {
|
||||
OCRDMA_APP_PROTO_ROCE = 0x8915
|
||||
};
|
||||
|
||||
enum OCRDMA_DCBX_PROTO {
|
||||
OCRDMA_PROTO_SELECT_L2 = 0x00,
|
||||
OCRDMA_PROTO_SELECT_L4 = 0x01
|
||||
|
||||
Reference in New Issue
Block a user