Re: [ovs-dev] [threaded-put 17/21] ofproto-dpif-upcall: Add memory usage stats.

2013-12-12 Thread Ethan Jackson
> Perhaps ofproto_type_get_memory_usage() should verify that the class it > gets is nonnull before it tries to use it? Agreed, changed thanks. Ethan > > Acked-by: Ben Pfaff > ___ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailma

Re: [ovs-dev] [threaded-put 17/21] ofproto-dpif-upcall: Add memory usage stats.

2013-12-12 Thread Ben Pfaff
On Sun, Dec 08, 2013 at 06:45:23PM -0800, Ethan Jackson wrote: > Signed-off-by: Ethan Jackson Perhaps ofproto_type_get_memory_usage() should verify that the class it gets is nonnull before it tries to use it? Acked-by: Ben Pfaff ___ dev mailing list d

[ovs-dev] [threaded-put 17/21] ofproto-dpif-upcall: Add memory usage stats.

2013-12-08 Thread Ethan Jackson
Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-upcall.c | 17 + ofproto/ofproto-dpif-upcall.h | 2 ++ ofproto/ofproto-dpif.c| 12 ofproto/ofproto-provider.h| 6 ++ ofproto/ofproto.c | 13 + ofproto/ofproto.h