ofproto-dpif: Make packet_ins thread safe.
authorEthan Jackson <ethan@nicira.com>
Sat, 3 Aug 2013 17:04:57 +0000 (10:04 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 8 Aug 2013 18:40:38 +0000 (11:40 -0700)
commitada3a58d1f81491b435d2b350a88d68318edd4ac
tree494c2bd781cdffd96c8bdfc76be90ba4df41e53a
parent991e5fae57752bc76a63027c5a8ac4a470e0f54f
ofproto-dpif: Make packet_ins thread safe.

This patch makes packet_ins thread safe by handing responsibility for
them to ofproto-dpif.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c