commit | ca8dc1334a71d6081b09e18d55198a27e28fd44b | [log] [tgz] |
---|---|---|
author | Hans Wippel <hwippel@linux.ibm.com> | Wed Jan 30 18:51:01 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 01 14:45:44 2019 -0800 |
tree | 4333e1519e160883b6dd9b8cc32ba77b01e4364e | |
parent | 14d22d4d61e40623a7c5816728bfe55c322e779a [diff] |
net/smc: allow 16 byte pnetids in netlink policy Currently, users can only send pnetids with a maximum length of 15 bytes over the SMC netlink interface although the maximum pnetid length is 16 bytes. This patch changes the SMC netlink policy to accept 16 byte pnetids. Signed-off-by: Hans Wippel <hwippel@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>