]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtnetlink: fix rtnl message size computation for XDP
authorSabrina Dubroca <sd@queasysnail.net>
Tue, 15 Nov 2016 10:16:35 +0000 (11:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 03:40:07 +0000 (22:40 -0500)
commitb3cfaa31e3851c743d3f9d3441710f7ff6f7e868
tree7ca9875d19d7f4f010c020ca053252f88e8e014a
parent7e75f74a171a8146cc3ee92d5562878b40c25fb5
rtnetlink: fix rtnl message size computation for XDP

rtnl_xdp_size() only considers the size of the actual payload attribute,
and misses the space taken by the attribute used for nesting (IFLA_XDP).

Fixes: d1fdd9138682 ("rtnl: add option for setting link xdp prog")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Brenden Blanco <bblanco@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c