datapath: Call genlmsg_end in queue_userspace_packet
authorRich Lane <rlane@bigswitch.com>
Fri, 8 Feb 2013 23:29:56 +0000 (15:29 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 15 Feb 2013 18:55:26 +0000 (10:55 -0800)
commitc39b1a5c3b0854846f1b956196628e0185b61c72
treefb887ce7512a9b6b67cdabc1fe2fcf41ed49b4d4
parent31f4bd47171c8ec48cf5c315053f3070b37d0234
datapath: Call genlmsg_end in queue_userspace_packet

Without genlmsg_end the upcall message ends (according to nlmsg_len) after the
struct ovs_header.

Signed-off-by: Rich Lane <rlane@bigswitch.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c