datapath: Memset executed packet's fields using memset.
authorJesse Gross <jesse@nicira.com>
Thu, 24 Feb 2011 04:04:31 +0000 (20:04 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 24 Feb 2011 04:40:26 +0000 (20:40 -0800)
commit9d1e0023e7e88570d112258d235e03591dfe2b1b
treeb80f7ae4692664f20dd850af72074eccc73bf5c5
parentc1c8308a3971526f5126201a6d1659c9247c1f0a
datapath: Memset executed packet's fields using memset.

Currently we explicitly zero out each of the fields in the OVS_CB for
executed packets.  However, it seems simpler and more robust to just
memset the whole thing to zero.

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