Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-06-10 Thread Ben Pfaff
On Mon, Jun 06, 2016 at 01:20:59PM +0200, Gerhard Stenzel wrote: > > > On 06/06/2016 01:33 AM, Ben Pfaff wrote: > >On Fri, Jun 03, 2016 at 01:29:26PM -0700, Ben Pfaff wrote: > ... > >>>Hi, unless I overlooked something those patches are not in the git yet. Any > >>>plans to commit them to master

Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-06-06 Thread Gerhard Stenzel
On 06/06/2016 01:33 AM, Ben Pfaff wrote: On Fri, Jun 03, 2016 at 01:29:26PM -0700, Ben Pfaff wrote: ... Hi, unless I overlooked something those patches are not in the git yet. Any plans to commit them to master and also 2.5? Now applied to master, backport to 2.5 coming up... Now backport

Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-06-06 Thread Gerhard Stenzel
On 06/03/2016 10:29 PM, Ben Pfaff wrote: On Fri, Jun 03, 2016 at 04:36:23PM +0200, Gerhard Stenzel wrote: ... Hi, unless I overlooked something those patches are not in the git yet. Any plans to commit them to master and also 2.5? Now applied to master, backport to 2.5 coming up... teste

Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-06-05 Thread Ben Pfaff
On Fri, Jun 03, 2016 at 01:29:26PM -0700, Ben Pfaff wrote: > On Fri, Jun 03, 2016 at 04:36:23PM +0200, Gerhard Stenzel wrote: > > On 05/27/2016 02:17 AM, Ben Pfaff wrote: > > >These patches fix all of the test failures on big-endian architectures. > > >I tested on s390x, this machine; > > > https

Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-06-03 Thread Ben Pfaff
On Fri, Jun 03, 2016 at 04:36:23PM +0200, Gerhard Stenzel wrote: > On 05/27/2016 02:17 AM, Ben Pfaff wrote: > >These patches fix all of the test failures on big-endian architectures. > >I tested on s390x, this machine; > > https://db.debian.org/machines.cgi?host=zelenka > > > >Ben Pfaff (5): >

Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-06-03 Thread Gerhard Stenzel
On 05/27/2016 02:17 AM, Ben Pfaff wrote: These patches fix all of the test failures on big-endian architectures. I tested on s390x, this machine; https://db.debian.org/machines.cgi?host=zelenka Ben Pfaff (5): types: Change ofp_port_t from uint16_t to uint32_t. netdev-native-tnl:

Re: [ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-05-27 Thread Aaron Conole
Ben Pfaff writes: > These patches fix all of the test failures on big-endian architectures. > I tested on s390x, this machine; > https://db.debian.org/machines.cgi?host=zelenka > > Ben Pfaff (5): > types: Change ofp_port_t from uint16_t to uint32_t. > netdev-native-tnl: Fix treatment of

[ovs-dev] [PATCH 0/5] Fixes for big-endian architectures

2016-05-26 Thread Ben Pfaff
These patches fix all of the test failures on big-endian architectures. I tested on s390x, this machine; https://db.debian.org/machines.cgi?host=zelenka Ben Pfaff (5): types: Change ofp_port_t from uint16_t to uint32_t. netdev-native-tnl: Fix treatment of GRE key on big-endian systems.