Re: [ovs-dev] [threaded-put 15/21] ofproto: Replace reval_seq with a struct seq.

2013-12-12 Thread Ben Pfaff
On Sun, Dec 08, 2013 at 06:45:21PM -0800, Ethan Jackson wrote: > Future patches will need to poll_block() on it. > > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [threaded-put 15/21] ofproto: Replace reval_seq with a struct seq.

2013-12-08 Thread Ethan Jackson
Future patches will need to poll_block() on it. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-upcall.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index df5e3f4..8a32c00 100644 ---