datapath: Drop allocation of memory for ODP_PACKET_ATTR_TYPE.
authorJesse Gross <jesse@nicira.com>
Sun, 30 Jan 2011 19:32:30 +0000 (11:32 -0800)
committerJesse Gross <jesse@nicira.com>
Sun, 30 Jan 2011 20:34:19 +0000 (12:34 -0800)
commit47e0120572fdca82f2e97b82bee5ff2e36b6c93e
tree053cf1e36cb6c2eaccb30898ad44db1a6ed3ee6a
parent074d69f58bd9d9805e0146c8eddf3cb2e0827e8d
datapath: Drop allocation of memory for ODP_PACKET_ATTR_TYPE.

When doing an upcall we allocate memory for ODP_PACKET_ATTR_TYPE.
However, ODP_PACKET_ATTR_TYPE does not exist - the type is specified
by the command.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c