changelog: fix non x86 compilation and defaults 20/15920/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 06:58:42 +0000 (07:58 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 07:50:02 +0000 (08:50 +0100)
commit05cc40fd7944827d265f2ba118a188bc1ce55a46
treeb4a7dae330138b149fd596028b58040479d736af
parentd2f073e03456f64e042eb199c74a9a3487325067
changelog: fix non x86 compilation and defaults

PPC still fails at
../drivers/net/mlx5/mlx5_flow_tcf.c: In function ‘flow_tcf_validate’:
../drivers/net/mlx5/mlx5_flow_tcf.c:2017:20: error: incompatible types when assigning to type ‘__vector __bool int’ {aka ‘__vector(4) __bool int’} from type ‘int’
     in_port_id_set = 1;
                    ^

This is fixed in -rc3, maybe you could push an -rc3 on top of this?

Change-Id: I87df7f75ee1c886a94b305d2f81126a6ad3ded00
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/changelog