IB/core: Add new IB rates
Add the new rates that were added to Infiniband spec as part of HDR and 2x support. Signed-off-by: Michael Guralnik <michaelgur@mellanox.com> Reviewed-by: Majd Dibbiny <majd@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
dbabf68574
commit
a5a5d19936
@@ -732,7 +732,11 @@ enum ib_rate {
|
||||
IB_RATE_25_GBPS = 15,
|
||||
IB_RATE_100_GBPS = 16,
|
||||
IB_RATE_200_GBPS = 17,
|
||||
IB_RATE_300_GBPS = 18
|
||||
IB_RATE_300_GBPS = 18,
|
||||
IB_RATE_28_GBPS = 19,
|
||||
IB_RATE_50_GBPS = 20,
|
||||
IB_RATE_400_GBPS = 21,
|
||||
IB_RATE_600_GBPS = 22,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user