Re: [PATCH v4 03/14] net: ionic: Export the APIs from net driver to support device commands
From: Simon Horman
Date: Fri Jul 25 2025 - 12:41:25 EST
On Wed, Jul 23, 2025 at 11:01:38PM +0530, Abhijit Gangurde wrote:
> RDMA driver needs to establish admin queues to support admin operations.
> Export the APIs to send device commands for the RDMA driver.
>
> Reviewed-by: Shannon Nelson <shannon.nelson@xxxxxxx>
> Signed-off-by: Abhijit Gangurde <abhijit.gangurde@xxxxxxx>
Hi Abhijit,
Perhaps I misunderstand things, or otherwise am on the wrong track here.
But this seems to open the possibility of users of ionic_adminq_post_wait(),
outside the Ethernet driver, executing a wide range or admin commands.
It seems to me that it would be nice to narrow that surface.
...