We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6537b9 commit ad5381eCopy full SHA for ad5381e
src/uct/ib/dc/dc_mlx5_ep.h
@@ -62,25 +62,14 @@ enum uct_dc_mlx5_ep_flags {
62
};
63
64
struct uct_dc_mlx5_ep {
65
- /*
66
- * per value of 'flags':
67
- * INVALID - 'list' is added to iface->tx.gc_list.
68
- * Otherwise - 'super' and 'arb_group' are used.
69
- */
70
- union {
71
- struct {
72
- uct_base_ep_t super;
73
- ucs_arbiter_group_t arb_group;
74
- };
75
- ucs_list_link_t list;
76
77
-
78
- uint8_t dci;
79
- uint8_t atomic_mr_id;
80
- uint16_t flags;
81
- uint16_t flush_rkey_hi;
82
- uct_rc_fc_t fc;
83
- uct_ib_mlx5_base_av_t av;
+ uct_base_ep_t super;
+ ucs_arbiter_group_t arb_group;
+ uint8_t dci;
+ uint8_t atomic_mr_id;
+ uint16_t flags;
+ uint16_t flush_rkey_hi;
+ uct_rc_fc_t fc;
+ uct_ib_mlx5_base_av_t av;
84
85
86
typedef struct {
0 commit comments