[ovs-dev] [PATCH] odp-execute: Add helpful comment to odp_execute_actions().

2017-11-29 Thread Ben Pfaff
It wasn't obvious how ownership transferred to odp_execute_actions() or to its callback. CC: Yifeng Sun Signed-off-by: Ben Pfaff --- lib/odp-execute.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/odp-execute.c b/lib/odp-execute.c index 2d20cd57fd1d..5ff180f9cbca 100644 --- a

Re: [ovs-dev] [PATCH] odp-execute: Add helpful comment to odp_execute_actions().

2017-11-30 Thread Yifeng Sun
Thanks for the comments that clarify the usage of this function. Reviewed-by: Yifeng Sun On Wed, Nov 29, 2017 at 2:14 PM, Ben Pfaff wrote: > It wasn't obvious how ownership transferred to odp_execute_actions() or > to its callback. > > CC: Yifeng Sun > Signed-off-by: Ben Pfaff > --- > lib/

Re: [ovs-dev] [PATCH] odp-execute: Add helpful comment to odp_execute_actions().

2017-11-30 Thread Ben Pfaff
Thanks for the review. I applied this to master. On Thu, Nov 30, 2017 at 10:30:02AM -0800, Yifeng Sun wrote: > Thanks for the comments that clarify the usage of this function. > > > Reviewed-by: Yifeng Sun > > On Wed, Nov 29, 2017 at 2:14 PM, Ben Pfaff wrote: > > > It wasn't obvious how own