]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: Upcall NL packet format: Queue elem for packe in NL format.
authorEitan Eliahu <eliahue@vmware.com>
Wed, 15 Oct 2014 09:14:03 +0000 (02:14 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Oct 2014 21:15:42 +0000 (14:15 -0700)
commit1293a6280412134413d9120422457d6afb6d7919
treeda146d314cb6eb6784ef594f5ec1c81af6fe33f3
parentcd5303d0382bca2983031c3bbd4c0172da452c6f
datapath-windows: Upcall NL packet format: Queue elem for packe in NL format.

[1] Allocate a queue element and space to hold the packet, key, tunnel key
and user data in NL format.
[2] Format the NL header
[3] Store packet, key, tunnel key and user data in NL format
[4] Calculates and insert checksum if offloaded.

signed-off-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Ankur Sharma <ankursharma@vmware.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/include/OvsPub.h
datapath-windows/ovsext/User.c