Re: [PATCH v4 03/14] net: ionic: Export the APIs from net driver to support device commands
From: Simon Horman <horms@kernel.org>
Date: 2025-07-25 16:41:12
Also in:
linux-doc, linux-rdma, lkml
From: Simon Horman <horms@kernel.org>
Date: 2025-07-25 16:41:12
Also in:
linux-doc, linux-rdma, lkml
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 <redacted> Signed-off-by: Abhijit Gangurde <abhijit.gangurde@amd.com>
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. ...