Re: [PATCH for-next] RDMA/siw: Use helper function to set sys_image_guid
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-11-25 17:40:44
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-11-25 17:40:44
On Wed, Nov 24, 2021 at 12:23:36PM +0200, Kamal Heib wrote:
Use the addrconf_addr_eui48() helper function to set the sys_image_guid, Also make sure the GUID is valid EUI-64 identifier. Signed-off-by: Kamal Heib <redacted> Acked-by: Bernard Metzler <redacted> --- drivers/infiniband/sw/siw/siw_verbs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Applied to for-next, thanks Jason