Re: [ovs-dev] [threaded-put 19/21] ofproto-dpif: Remove avg_n_subfacet.

2013-12-12 Thread Ethan Jackson
> This patch does not remove avg_n_subfacet. It removes > avg_subfacet_life. oops > > The change to ofproto/ofproto-dpif-upcall.c seems unrelated and I think > it could be dropped or folded into the previous patch. Rebasing error. Thanks > > Acked-by: Ben Pfaff __

Re: [ovs-dev] [threaded-put 19/21] ofproto-dpif: Remove avg_n_subfacet.

2013-12-12 Thread Ben Pfaff
On Sun, Dec 08, 2013 at 06:45:25PM -0800, Ethan Jackson wrote: > This is going to be hard to compute efficiently in the new > architecture introduced in future patches. > > Signed-off-by: Ethan Jackson This patch does not remove avg_n_subfacet. It removes avg_subfacet_life. The change to ofpro

[ovs-dev] [threaded-put 19/21] ofproto-dpif: Remove avg_n_subfacet.

2013-12-08 Thread Ethan Jackson
This is going to be hard to compute efficiently in the new architecture introduced in future patches. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-upcall.c | 4 ++-- ofproto/ofproto-dpif.c| 23 --- tests/ofproto-dpif.at | 10 +- 3 files chang