Re: [ovs-dev] [PATCH 2/2] dpif-netdev: Use existing flow for computing dp hash

2014-04-09 Thread Andy Zhou
Pushed. Thanks. On Wed, Apr 9, 2014 at 10:35 AM, Andy Zhou wrote: > On Wed, Apr 9, 2014 at 10:12 AM, Ben Pfaff wrote: >> Needs a sign-off. >> > will fix >> Does this visibly change any behavior? If not: > No. >> Acked-by: Ben Pfaff ___ dev mailing li

Re: [ovs-dev] [PATCH 2/2] dpif-netdev: Use existing flow for computing dp hash

2014-04-09 Thread Andy Zhou
On Wed, Apr 9, 2014 at 10:12 AM, Ben Pfaff wrote: > Needs a sign-off. > will fix > Does this visibly change any behavior? If not: No. > Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 2/2] dpif-netdev: Use existing flow for computing dp hash

2014-04-09 Thread Ben Pfaff
Needs a sign-off. Does this visibly change any behavior? If not: Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 2/2] dpif-netdev: Use existing flow for computing dp hash

2014-04-08 Thread Andy Zhou
--- lib/dpif-netdev.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 9fc51db..9ad9386 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -2151,10 +2151,7 @@ dp_execute_cb(void *aux_, struct ofpbuf *packet,