On Mon, Aug 23, 2021 at 10:48:16AM -0500, Tatyana Nikolova wrote: > Add ice and irdma to kernel-boot rules so that > these devices are recognized as iWARP and RoCE capable. > > Otherwise the port mapper service which is only relevant > for iWARP devices may not start automatically after boot. > > Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@xxxxxxxxx> > kernel-boot/rdma-description.rules | 2 ++ > 1 file changed, 2 insertions(+) Given that ice is both iwarp and roce, is there some better way to detect this? Doesn't the aux device encode it? Jason