[ovs-dev] delivery failed

2016-04-23 Thread The Post Office
The original message was received at Sun, 24 Apr 2016 08:49:28 +0300 from openvswitch.org [101.72.48.52] - The following addresses had permanent fatal errors - dev@openvswitch.org ___ dev mailing list dev@openvswitch.org

[ovs-dev] [PATCH] datapath: Fix datapath build on Centos 6.5 (2.6.31-431) kernels

2016-04-23 Thread Wanlong Gao
The following error is caused by the undefined dev_get_stats64() of kernel v2.6.32-431. The HAVE_RTNL_LINK_STATS64 does not work because this series kernel have the "struct rtnl_link_stats64" but neither have 64bit dev_get_stats() nor dev_get_stats64(), so we should use the compat defined

Re: [ovs-dev] [PATCH net-next 0/9] netlink: align attributes when needed (patchset #1)

2016-04-23 Thread David Miller
From: Nicolas Dichtel Date: Fri, 22 Apr 2016 17:31:15 +0200 > This is the continuation of the work done to align netlink attributes > when these attributes contain some 64-bit fields. > > David, if the third patch is too big (or maybe the series), I can split it. >

Re: [ovs-dev] [PATCH 2/2] netdev: Fix potential deadlock.

2016-04-23 Thread Ryan Moats
"dev" wrote on 04/22/2016 07:04:09 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 04/22/2016 07:04 PM > Subject: [ovs-dev] [PATCH 2/2] netdev: Fix potential deadlock. > Sent by: "dev"

Re: [ovs-dev] [PATCH 1/2] cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.

2016-04-23 Thread Ryan Moats
"dev" wrote on 04/22/2016 07:04:08 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Gurucharan Shetty , Ben Pfaff > Date: 04/22/2016 07:04 PM > Subject: [ovs-dev] [PATCH 1/2] cmap: New macro CMAP_INITIALIZER, for >

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Always generate wildcards.

2016-04-23 Thread Ryan Moats
"dev" wrote on 04/22/2016 07:45:03 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 04/22/2016 07:45 PM > Subject: [ovs-dev] [PATCH] ofproto-dpif-xlate: Always generate wildcards. > Sent by: "dev"

Re: [ovs-dev] [PATCH net-next 2/9] libnl: nla_put_le64(): align on a 64-bit area

2016-04-23 Thread Alexander Aring
Hi, On 04/23/2016 07:05 PM, Alexander Aring wrote: ... > > if this is really needed, then nla_put_u64/be64/etc need to be changed also, Okay, I found PATCH 3/9 do it for be64, but what's about u64? - Alex ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH v2] packets: use flow protocol when recalculating ipv6 checksums

2016-04-23 Thread Ben Pfaff
On Sat, Apr 23, 2016 at 03:12:49PM +1000, Simon Horman wrote: > On Fri, Apr 22, 2016 at 10:10:38AM -0700, Ben Pfaff wrote: > > On Fri, Apr 22, 2016 at 10:22:56PM +1000, Simon Horman wrote: > > > When using masked actions the ipv6_proto field of an action > > > to set IPv6 fields may be zero rather

Re: [ovs-dev] [PATCH net-next 2/9] libnl: nla_put_le64(): align on a 64-bit area

2016-04-23 Thread Alexander Aring
Hi, On 04/22/2016 06:51 PM, Eric Dumazet wrote: > On Fri, 2016-04-22 at 17:31 +0200, Nicolas Dichtel wrote: >> nla_data() is now aligned on a 64-bit area. >> >> Signed-off-by: Nicolas Dichtel >> --- >> include/net/netlink.h | 8 +--- >>