initscripts icon indicating copy to clipboard operation
initscripts copied to clipboard

Adding support for IPoIB interfaces

Open wmousa opened this issue 5 years ago • 4 comments
trafficstars

The patch allow to ifup/ifdown IPoIB interfaces from network-scripts The required config is the following DEVICE=ib0.8005 # ib0 the is IB interface TYPE=Infiniband # the type is Infiniband PKEY=yes # indicator that it's IPoIB interface PKEY_ID=5 # the pkey number

wmousa avatar Dec 17 '19 16:12 wmousa

Please rename ifdown file to ifdown-ib.

Done

wmousa avatar Dec 24 '19 10:12 wmousa

@jamacku @lnykryn, anything to be done here?

wmousa avatar Jan 13 '20 09:01 wmousa

We were just discussing this with @jamacku on Friday and I have a feeling that this should not be here. At least on rhel7, there is a rdma package with contains ifup-ib and ifdown-ib scripts. So my guess is that you actually want to have this logic in https://github.com/Mellanox/rdma-utils

lnykryn avatar Jan 13 '20 09:01 lnykryn

Mellanox/rdma-utils is a repository that is used internally in Mellanox it has a bunch of other stuff that is not needed, nor is it maintained.

ipoib configurations is standard and should not be in a vendor specific repo imo.

adrianchiris avatar Jan 22 '20 12:01 adrianchiris