mbox series

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

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

Message

Mark Zhang July 4, 2024, 6:28 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/

Thanks

Mark Zhang (2):
  rdma: update uapi header
  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

Mark Zhang July 4, 2024, 12:55 p.m. UTC | #1
On 7/4/2024 2:28 PM, 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/
> 
> Thanks
> 
> Mark Zhang (2):
>    rdma: update uapi header
>    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(+)
> 
Actually these are the patches, no RFC. Sorry for confusion.
David Ahern July 7, 2024, 4:38 p.m. UTC | #2
On 7/4/24 12:28 AM, 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/
> 
> Thanks
> 
> Mark Zhang (2):
>   rdma: update uapi header
>   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(+)
> 

applied to iproute2-next