Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Suppress sparse warning.

2014-07-27 Thread Alex Wang
sorry for the confusion, please ignore my patch~ On Sun, Jul 27, 2014 at 6:29 PM, Justin Pettit wrote: > Your patch had two fixes, so he should probably grab yours. > > --Justin > > > > On Jul 27, 2014, at 5:37 PM, Ben Pfaff wrote: > > > > Yeah, but I'm happy if Alex wants to push it since I d

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Suppress sparse warning.

2014-07-27 Thread Justin Pettit
Your patch had two fixes, so he should probably grab yours. --Justin > On Jul 27, 2014, at 5:37 PM, Ben Pfaff wrote: > > Yeah, but I'm happy if Alex wants to push it since I didn't get around to > it yet. >> On Jul 27, 2014 5:32 PM, "Joe Stringer" wrote: >> >> http://openvswitch.org/piperma

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Suppress sparse warning.

2014-07-27 Thread Ben Pfaff
Yeah, but I'm happy if Alex wants to push it since I didn't get around to it yet. On Jul 27, 2014 5:32 PM, "Joe Stringer" wrote: > http://openvswitch.org/pipermail/dev/2014-July/043119.html > ___ > dev mailing list > dev@openvswitch.org > http://openvsw

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Suppress sparse warning.

2014-07-27 Thread Joe Stringer
http://openvswitch.org/pipermail/dev/2014-July/043119.html ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] ofproto-dpif-upcall: Suppress sparse warning.

2014-07-27 Thread Alex Wang
Signed-off-by: Alex Wang --- ofproto/ofproto-dpif-upcall.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index f00c17f..654fbd3 100644 --- a/ofproto/ofproto-dpif-upcall.c +++ b/ofproto/ofproto-dpif-upcall.c