Tatyana Nikolova <[email protected]> wrote:
> The patch adds support for iWarp Port Mapper user space service

Reading the change-log below, I noted that pretty much nothing in it
explains what
is the role of this port mapper, with that presentation you sent not
being part of the upstream kernel, I think you need to add some
documentation. Care to resend this patch with modified change-log so
Roland can rebase his for-next branch or just send what you want to
add and Roland can re-word this commit.

Or.

>
> 1) Netlink interface functions are added: ibnl_unicast() and ibnl_mulitcast()
>    for sending netlink messages to user space
>
> 2) The signature of the existing ibnl_put_msg() is changed to more generic
>
> 3) Two netlink clients are added: RDMA_NL_NES, RDMA_NL_C4IW corresponding
>    to the two iWarp drivers - nes and cxgb4 which use the IWPM service
>
> 4) Enums are added to enumerate the attributes in the netlink messages, which
>    are exchanged between the user space IWPM service and the iWARP drivers
>
> 5) New files iw_portmap.h, iwpm_util.c iwpm_msg.c and iwpm_util.h are created
>    which contain the IWPM core functionality (service requests and callbacks)
>
>    iwpm_util.c, iwpm_msg.c and iwpm_util.h are added to infiniband/core
>    and the source files are compiled as part of iw_cm module.
>    iw_portmap.h which contains the port mapper driver API is added to
>    include/rdma. The iWarp drivers nes and cxgb4 are the two port mapper
>    clients which use the provided IWPM core functionality to communicate
>    with the user space port mapper service.
>
> Signed-off-by: Tatyana Nikolova <[email protected]>
> Signed-off-by: Steve Wise <[email protected]>
> Signed-off by: Peter Waskiewicz <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to