On 12/23/18 6:24 AM, Leon Romanovsky wrote: > From: Michael Guralnik <michaelgur@xxxxxxxxxxxx> > > CapabilityMask2 is defined in IBTA spec as a member of PortInfo. > Add translation to string of new CapabilityMask2 expansion of link caps. > > The flags are concatenated to current caps print as seen in this example > printing EXT_INFO flag: > > root@server-22 $ rdma -d link > 1/1: mlx5_0/1: subnet_prefix fe80:0000:0000:0000 lid 2 sm_lid 2 lmc 0 > state ACTIVE physical_state LINK_UP > caps: <SM, TRAP, SL_MAP, SYS_IMAGE_GUID, CABLE_INFO, EXTENDED_SPEEDS, > CAP_MASK2, CM, DEVICE_MGMT, VENDOR_CLASS, CAP_MASK_NOTICE, > CLIENT_REG, OTHER_LOCAL_CHANGES, MULT_PKER_TRAP, EXT_INFO> > > Signed-off-by: Michael Guralnik <michaelgur@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > rdma/link.c | 36 +++++++++++++++++++++++++++++++----- > 1 file changed, 31 insertions(+), 5 deletions(-) > applied to iproute2-next. Thanks