IB: Rename RAW_ETY to RAW_ETHERTYPE
Change abbreviated IB_QPT_RAW_ETY to IB_QPT_RAW_ETHERTYPE to make the special QP type easier to understand. cf http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg04530.html Signed-off-by: Aleksey Senin <alekseys@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:

committed by
Roland Dreier

parent
48d8fcebb7
commit
a2ebf07ae5
@@ -555,7 +555,7 @@ enum ib_qp_type {
|
||||
IB_QPT_UC,
|
||||
IB_QPT_UD,
|
||||
IB_QPT_RAW_IPV6,
|
||||
IB_QPT_RAW_ETY
|
||||
IB_QPT_RAW_ETHERTYPE
|
||||
};
|
||||
|
||||
enum ib_qp_create_flags {
|
||||
|
Reference in New Issue
Block a user