Re: [ovs-dev] [PATCH] dpif-netdev: Remove redundant hash action handling.

2014-11-21 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Nov 13, 2014, at 3:03 PM, Pravin B Shelar wrote: > odp_execute_actions() already handles hash execution part. > > Signed-off-by: Pravin B Shelar > --- > lib/dpif-netdev.c | 29 + > 1 files changed, 1 insertions(+), 28 deletions(-) > >

Re: [ovs-dev] [PATCH] dpif-netdev: Remove redundant hash action handling.

2014-11-21 Thread Pravin Shelar
Jarno, Can you review this patch? Thanks. On Thu, Nov 13, 2014 at 3:03 PM, Pravin B Shelar wrote: > odp_execute_actions() already handles hash execution part. > > Signed-off-by: Pravin B Shelar > --- > lib/dpif-netdev.c | 29 + > 1 files changed, 1 insertions(+),

[ovs-dev] [PATCH] dpif-netdev: Remove redundant hash action handling.

2014-11-13 Thread Pravin B Shelar
odp_execute_actions() already handles hash execution part. Signed-off-by: Pravin B Shelar --- lib/dpif-netdev.c | 29 + 1 files changed, 1 insertions(+), 28 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 65df19b..2afe71d 100644 --- a/lib/dpif