[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150708203325.GB16812@obsidianresearch.com>
Date: Wed, 8 Jul 2015 14:33:25 -0600
From: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
To: Haggai Eran <haggaie@...lanox.com>
Cc: Doug Ledford <dledford@...hat.com>, linux-rdma@...r.kernel.org,
netdev@...r.kernel.org, Liran Liss <liranl@...lanox.com>,
Guy Shapiro <guysh@...lanox.com>,
Shachar Raindel <raindel@...lanox.com>,
Yotam Kenneth <yotamke@...lanox.com>
Subject: Re: [PATCH v1 02/12] IB/core: Find the network device matching
connection parameters
On Mon, Jun 22, 2015 at 03:42:31PM +0300, Haggai Eran wrote:
> +/**
> + * ib_get_net_dev_by_params() - Return the appropriate net_dev
> + * for a received CM request
> + * @dev: An RDMA device on which the request has been received.
> + * @port: Port number on the RDMA device.
> + * @pkey: The Pkey the request came on.
> + * @gid: A GID that the net_dev uses to communicate.
> + * @addr: Contains the IP address that the request specified as its
> + * destination.
> + */
> +struct net_device *ib_get_net_dev_by_params(struct ib_device *dev, u8 port,
> + u16 pkey, const union ib_gid *gid,
> + const struct sockaddr *addr);
I feel like this has been repated a few times now, but kdocs should be
with the function body, not in the header.
Reviewed-By: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
Jason
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists