mbox series

[RFC,iproute2-next,0/2] Supports to add/delete IB devices with type SMI

Message ID 20240701083112.1793515-1-markzhang@nvidia.com (mailing list archive)
Headers show
Series Supports to add/delete IB devices with type SMI | expand

Message

Mark Zhang July 1, 2024, 8:31 a.m. UTC
This series supports to add/delete an IB device with type SMI. This is
complimentary to the kernel patches that support to IB sub device
and mlx5 implementation.

https://lore.kernel.org/all/cover.1718553901.git.leon@kernel.org/

There's no kernel commit ID for the rdma_netlink.h change as the kernel
part isn't accepted yet.

Thanks

Mark Zhang (2):
  Update rdma_netlink.h file upto kernel commit
  rdma: Supports to add/delete a device with type SMI

 man/man8/rdma-dev.8                   |  40 +++++++++
 rdma/dev.c                            | 120 ++++++++++++++++++++++++++
 rdma/include/uapi/rdma/rdma_netlink.h |  13 +++
 rdma/rdma.h                           |   2 +
 rdma/utils.c                          |   2 +
 5 files changed, 177 insertions(+)

Comments

Leon Romanovsky July 4, 2024, 5:01 a.m. UTC | #1
On Mon, Jul 01, 2024 at 11:31:10AM +0300, Mark Zhang wrote:
> This series supports to add/delete an IB device with type SMI. This is
> complimentary to the kernel patches that support to IB sub device
> and mlx5 implementation.
> 
> https://lore.kernel.org/all/cover.1718553901.git.leon@kernel.org/
> 
> There's no kernel commit ID for the rdma_netlink.h change as the kernel
> part isn't accepted yet.
> 
> Thanks
> 
> Mark Zhang (2):
>   Update rdma_netlink.h file upto kernel commit

Kernel part was accepted, please resend this series with the updated
first commit.

Thanks

>   rdma: Supports to add/delete a device with type SMI
> 
>  man/man8/rdma-dev.8                   |  40 +++++++++
>  rdma/dev.c                            | 120 ++++++++++++++++++++++++++
>  rdma/include/uapi/rdma/rdma_netlink.h |  13 +++
>  rdma/rdma.h                           |   2 +
>  rdma/utils.c                          |   2 +
>  5 files changed, 177 insertions(+)
> 
> -- 
> 2.26.3
> 
>