Re: [ovs-dev] [PATCH] datapath: Don't use ipv6_addr_copy().

2011-11-30 Thread Jesse Gross
On Wed, Nov 30, 2011 at 10:48 AM, Ben Pfaff wrote: > On Wed, Nov 30, 2011 at 10:50:59AM -0800, Jesse Gross wrote: >> It was dropped upstream in favor of direct structure assignment. >> >> Signed-off-by: Jesse Gross > > The code looks nicer this way, thanks. > > Acked-by: Ben Pfaff Thanks, I pus

Re: [ovs-dev] [PATCH] datapath: Don't use ipv6_addr_copy().

2011-11-30 Thread Ben Pfaff
On Wed, Nov 30, 2011 at 10:50:59AM -0800, Jesse Gross wrote: > It was dropped upstream in favor of direct structure assignment. > > Signed-off-by: Jesse Gross The code looks nicer this way, thanks. Acked-by: Ben Pfaff ___ dev mailing list dev@openvsw

[ovs-dev] [PATCH] datapath: Don't use ipv6_addr_copy().

2011-11-30 Thread Jesse Gross
It was dropped upstream in favor of direct structure assignment. Signed-off-by: Jesse Gross --- datapath/flow.c |6 +++--- datapath/tunnel.c |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datapath/flow.c b/datapath/flow.c index 78f737a..c6f591a 100644 --- a/dat