lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20231023182149.GK691768@ziepe.ca> Date: Mon, 23 Oct 2023 15:21:49 -0300 From: Jason Gunthorpe <jgg@...pe.ca> To: sharmaajay@...uxonhyperv.com Cc: Long Li <longli@...rosoft.com>, Leon Romanovsky <leon@...nel.org>, Dexuan Cui <decui@...rosoft.com>, Wei Liu <wei.liu@...nel.org>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, linux-rdma@...r.kernel.org, linux-hyperv@...r.kernel.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Ajay Sharma <sharmaajay@...rosoft.com> Subject: Re: [Patch v7 3/5] RDMA/mana_ib: Create adapter and Add error eq On Mon, Oct 16, 2023 at 03:12:00PM -0700, sharmaajay@...uxonhyperv.com wrote: > From: Ajay Sharma <sharmaajay@...rosoft.com> > > 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 Sharma <sharmaajay@...rosoft.com> > --- > drivers/infiniband/hw/mana/device.c | 22 ++- > drivers/infiniband/hw/mana/main.c | 97 ++++++++++++ > drivers/infiniband/hw/mana/mana_ib.h | 33 ++++ > .../net/ethernet/microsoft/mana/gdma_main.c | 147 ++++++++++-------- > drivers/net/ethernet/microsoft/mana/mana_en.c | 3 + > include/net/mana/gdma.h | 13 +- > 6 files changed, 245 insertions(+), 70 deletions(-) Split up your patches properly please this says it creates the adapter, code to create an EQ and process events should not be in this patch. Jason
Powered by blists - more mailing lists