From: Christian Ehrhardt Date: Wed, 14 Nov 2018 06:58:42 +0000 (+0100) Subject: changelog: fix non x86 compilation and defaults X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=05cc40fd7944827d265f2ba118a188bc1ce55a46;p=deb_dpdk.git 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 --- 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 Mon, 29 Oct 2018 16:07:49 +0000 dpdk (18.08-1~git1.1) UNRELEASED; urgency=medium