Re: [PATCH v5 net-next 04/36] net/tls: expose get_netdev_for_sock
From: Or Gerlitz <hidden>
Date: 2021-08-10 13:25:52
On Wed, Aug 4, 2021 at 6:07 PM Or Gerlitz [off-list ref] wrote:
On Wed, Aug 4, 2021 at 5:29 PM Jakub Kicinski [off-list ref] wrote:quoted
On Wed, 4 Aug 2021 16:26:31 +0300 Or Gerlitz wrote:quoted
On Fri, Jul 23, 2021 at 9:09 AM Christoph Hellwig [off-list ref] wrote:quoted
On Thu, Jul 22, 2021 at 02:02:53PM +0300, Boris Pismenny wrote:quoted
From: Boris Pismenny <redacted> get_netdev_for_sock is a utility that is used to obtain the net_device structure from a connected socket. Later patches will use this for nvme-tcp DDP and DDP DDGST offloads. Signed-off-by: Boris Pismenny <redacted> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>I don't think this should be an inline. Please move it to net/core/dev.c, andd add an EXPORT_SYMBOL_GPL and a kerneldoc comment.
quoted
quoted
Jakub, What's your preference here?
quoted
Fine either way.
copying the list and few ppl
Christoph, We will add the kdoc. Prefer to leave it as inline which is fine by the networking maintainer. Or.