Searched hist:"045 de01a174d9f0734f657eb4b3313d89b4fd5ad" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 045de01a174d9f0734f657eb4b3313d89b4fd5ad Fri May 28 05:42:43 CDT 2010 Scott Feldman <scofeldm@cisco.com> netlink: bug fix: wrong size was calculated for vfinfo list blob
The wrong size was being calculated for vfinfo. In one case, it was over- calculating using nlmsg_total_size on attrs, in another case, it was under-calculating by assuming ifla_vf_* structs are packed together, but each struct is it's own attr w/ hdr (and padding).
Signed-off-by: Scott Feldman <scofeldm@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|