Re: [Patch v7 3/5] RDMA/mana_ib: Create adapter and Add error eq

2023-10-23 Thread Jason Gunthorpe
On Mon, Oct 16, 2023 at 03:12:00PM -0700, sharmaa...@linuxonhyperv.com wrote: > From: Ajay Sharma > > Create adapter object as nice container for VF resources. > Add error eq needed for adapter creation and later used > for notification from Management SW. The management > software uses this

[Patch v7 3/5] RDMA/mana_ib: Create adapter and Add error eq

2023-10-16 Thread sharmaajay
From: Ajay Sharma Create adapter object as nice container for VF resources. Add error eq needed for adapter creation and later used for notification from Management SW. The management software uses this channel to send messages or error notifications back to the Client. Signed-off-by: Ajay