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. ...