Re: [ovs-dev] [PATCH net-next] openvswitch: Use ether_addr_copy

2014-02-19 Thread Pravin Shelar
Jesse is on vacation. So I applied it to ovs master. Thanks. On Tue, Feb 18, 2014 at 3:15 PM, David Miller wrote: > From: Joe Perches > Date: Tue, 18 Feb 2014 11:15:45 -0800 > >> It's slightly smaller/faster for some architectures. >> >> Signed-off-by: Joe Perches > > I'll let Jesse take this

Re: [PATCH net-next] openvswitch: Use ether_addr_copy

2014-02-18 Thread David Miller
From: Joe Perches Date: Tue, 18 Feb 2014 11:15:45 -0800 > It's slightly smaller/faster for some architectures. > > Signed-off-by: Joe Perches I'll let Jesse take this via his tree, thanks Joe. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

[PATCH net-next] openvswitch: Use ether_addr_copy

2014-02-18 Thread Joe Perches
It's slightly smaller/faster for some architectures. Signed-off-by: Joe Perches --- net/openvswitch/actions.c | 4 ++-- net/openvswitch/flow.c | 16 net/openvswitch/flow_netlink.c | 12 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/n