Re: [PATCH v2 rdma-core] irdma: Add ice and irdma to kernel-boot rules
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-23 16:11:26
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-23 16:11:26
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@intel.com> 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