netlink: Do not enforce alignment of last Netlink attribute
authorThomas Graf <tgraf@redhat.com>
Mon, 11 Nov 2013 11:11:36 +0000 (12:11 +0100)
committerJesse Gross <jesse@nicira.com>
Wed, 13 Nov 2013 05:52:54 +0000 (21:52 -0800)
commitb66b7b188a7575c434074e205246df671a35636d
tree4cfae2cc04d089536dacf14dd1c98bf0eb514bc2
parentee75c5460e8a038faf8b17d81facb51cd866b83d
netlink: Do not enforce alignment of last Netlink attribute

There is no reason to enforce padding after the last attribute.
Dropping this enforcement will ease efforts to implement zerocopy
upcall.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
lib/netlink.h