diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-11-14 07:58:42 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-11-14 08:50:02 +0100 |
commit | 05cc40fd7944827d265f2ba118a188bc1ce55a46 (patch) | |
tree | b4a7dae330138b149fd596028b58040479d736af | |
parent | d2f073e03456f64e042eb199c74a9a3487325067 (diff) |
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>
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 47318bb5..d7d052bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |