datapath-windows: changes to existing PACKET_CMD handler.
authorAnkur Sharma <ankursharma@vmware.com>
Wed, 15 Oct 2014 22:54:52 +0000 (15:54 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Oct 2014 00:00:23 +0000 (17:00 -0700)
commita74933bc9f3935c50900fcb16c6f61bf6056ca5f
treee2cfd57be321e246bde66b1880022ce3a2557f4a
parent094a1315c53162b2eddf1fc8213a0e900650e25b
datapath-windows: changes to existing PACKET_CMD handler.

In this patch we have made following changes:

OvsPacketExecute =>
Changed the data structure to have packet and
actions as pointer (instead of zero length array). It is done because
we will not do memcpy of packet now, pointer will just point
to corresponding offset in input buffer.

OvsExecuteDpIoctl =>
We only need input buffer now. Hence Changed the function signature.

Signed-off-by: Ankur Sharma <ankursharma@vmware.com>
Acked-by: Eitan Eliahu <eliahue@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
datapath-windows/ovsext/User.h