Re: [iproute PATCH 1/2] testsuite: skip link show test on big endian systems

2017-02-07 Thread Phil Sutter
On Tue, Feb 07, 2017 at 03:12:49PM -0800, Stephen Hemminger wrote: > On Wed, 8 Feb 2017 00:04:21 +0100 > Phil Sutter wrote: > > > Netlink protocol is in host byte order, so the provided binary netlink > > message buffer being in little endian format will cause the test to fail > >

Re: [iproute PATCH 1/2] testsuite: skip link show test on big endian systems

2017-02-07 Thread Stephen Hemminger
On Wed, 8 Feb 2017 00:04:21 +0100 Phil Sutter wrote: > Netlink protocol is in host byte order, so the provided binary netlink > message buffer being in little endian format will cause the test to fail > on big endian systems. > > Signed-off-by: Phil Sutter Maybe

[iproute PATCH 1/2] testsuite: skip link show test on big endian systems

2017-02-07 Thread Phil Sutter
Netlink protocol is in host byte order, so the provided binary netlink message buffer being in little endian format will cause the test to fail on big endian systems. Signed-off-by: Phil Sutter --- .gitignore| 1 + testsuite/Makefile