Re: [PATCH v1 1/4] net/utils: generic inet_pton_with_scope helper

2017-02-28 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH v1 1/4] net/utils: generic inet_pton_with_scope helper

2017-02-27 Thread Sagi Grimberg
Several locations in the stack need to handle ipv4/ipv6 (with scope) and port strings conversion to sockaddr. Add a helper that takes either AF_INET, AF_INET6 or AF_UNSPEC (for wildcard) to centralize this handling. Suggested-by: Christoph Hellwig Signed-off-by: Sagi Grimberg --- include/linux/