Re: [ovs-dev] [PATCH 4/5] odp-execute: batch odp_execute_actions

2014-05-30 Thread Pravin Shelar
On Fri, May 23, 2014 at 11:04 AM, Daniele Di Proietto wrote: > Signed-off-by: Daniele Di Proietto LGTM Acked-by: Pravin B Shelar ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 4/5] odp-execute: batch odp_execute_actions

2014-05-23 Thread Ethan Jackson
In netdev_send_batch(), I'd change 'c' to a size_t and rename it "buffers_len". That way it's a bit clearer what it is. Acked-by: Ethan Jackson On Fri, May 23, 2014 at 11:04 AM, Daniele Di Proietto wrote: > Signed-off-by: Daniele Di Proietto > --- > lib/dpif-netdev.c| 13 +++

[ovs-dev] [PATCH 4/5] odp-execute: batch odp_execute_actions

2014-05-23 Thread Daniele Di Proietto
Signed-off-by: Daniele Di Proietto --- lib/dpif-netdev.c| 13 --- lib/dpif.c | 12 ++ lib/odp-execute.c| 54 ++-- lib/odp-execute.h| 8 +++ ofproto/ofproto-dpif-xlate.c | 3 ++- 5 f