mlx5_alloc_cmd_msg() allocates a page, zeroes 1024 (MLX5_CMD_MBOX_SIZE)
bytes, and then calls mlx5_fwp_flush() to sync the memory. This
generates a report from KMSAN since the page is not fully initialized.
Simply zero DMA memory at allocation time.
Reported by: KMSAN
Sponsored by: Klara, Inc.
Sponsored by: Juniper Networks, Inc.