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)
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

index 47318bb..d7d052b 100644 (file)
@@ -1,5 +1,6 @@
-dpdk (18.11-rc2-1~git1.1) UNRELEASED; urgency=medium
+dpdk (18.11-rc2-1~git1.1) disco; urgency=medium
 
+  [ Luca Boccassi ]
   * New upstream release 18.11; for a full list of changes see:
     https://dpdk.org/doc/guides/rel_notes/release_18_11.html
   * Add new 18.11 PMDs and libraries:
@@ -45,6 +46,9 @@ dpdk (18.11-rc2-1~git1.1) UNRELEASED; urgency=medium
     and the former is not needed as we no longer support vhost-user
     in client mode. Please switch to server mode.
 
+  [ Christian Ehrhardt ]
+  * d/p/fix-build-arch-defaults.patch: fix non x86 compilation and defaults
+
  -- Luca Boccassi <bluca@debian.org>  Mon, 29 Oct 2018 16:07:49 +0000
 
 dpdk (18.08-1~git1.1) UNRELEASED; urgency=medium