Mention nodoc and policy compliance in d/changelog
[deb_dpdk.git] / debian / changelog
1 dpdk (16.11.3-1~git1) UNRELEASED; urgency=medium
2
3   * Merge stable update to 16.11.3; For a list of changes see
4     http://dpdk.org/ml/archives/announce/2017-August/000143.html
5   * Fix reproducibility of librte-eal linuxapp.
6   * Mark build-dependencies needed for documentation builds with the <!nodoc>
7     build-profile to fully implement support for it.
8   * Bump Standards-Version to 4.1.0. Relevant changes are nodoc support and
9     build reprodicibility.
10
11  -- Luca Boccassi <luca.boccassi@gmail.com>  Wed, 30 Aug 2017 15:11:09 +0100
12
13 dpdk (16.11.2-1~git1) UNRELEASED; urgency=medium
14
15   [ Christian Ehrhardt ]
16   * Merge stable update to 16.11.2; For a list of changes
17     see http://dpdk.org/ml/archives/announce/2017-May/000131.html
18   * Dropped changes - patches that were included in 16.11.2 stable:
19     - d/p/kni-fix-build-with-kernel-4.11.patch
20     - d/p/nicvf-0002-net-thunderx-fix-32-bit-build.patch
21     - d/p/nicvf-0006-mk-fix-lib-filtering-when-linking-app.patch
22     - d/p/nicvf-0008-net-thunderx-fix-stats-access-out-of-bounds.patch
23     - d/p/nicvf-0010-net-thunderx-fix-deadlock-in-Rx-path.patch
24   * d/p/igb_uio-switch-to-new-irq-function-for-MSI-X.patch: fix dkms issue
25     in kernel 4.12 (LP: #1700768)
26
27   [ Luca Boccassi ]
28   * Optionally generate libdpdk-dbgsym metapackage that depends on every
29     librte/PMD binary package's dbgsym. Keep it disabled by default, and
30     let users choose to enable it by passing dbgsym_meta via DEB_BUILD_OPTIONS.
31     Thanks Jan Blunck for the patch!
32   * Generate dependency list of libdpdk-dev to all librte and PMDs packages
33     dynamically at build time.
34   * Generate list of recommends for dpdk dynamically at build time.
35   * dpdk-modules-$KVERS: depend on same kernel version used to build rather than
36     just recommend - in-kernel API/ABI is not stable.
37   * Support for building packages for the new mempool framework has been added.
38     In 17.05 and newer a mempool framework was added, that has to be loaded
39     like a PMD. So any "plugin" will be linked in RTE_EAL_PMD_PATH just like
40     the PMDs. No mempool plugins are built for now, so it is currently a no-op.
41   * Drop libethdev4, librte-cryptodev1 and librte-eal2 transitional packages,
42     no longer needed.
43   * Fix some upstream documentation links in the packages metadata.
44     Thanks Chas Williams!
45   * Fix building debugging symbols for -dbgsym packages. Thanks Chas Williams!
46   * Add patches to make the documentation and linker script builds fully
47     reproducible.
48   * Add patches to make the libraries and PMDs builds fully reproducible,
49     by making the listing order of headers, source files and objects in
50     the makefiles stable (via sorting).
51   * Install headers with arch-specific content in /usr/include/<multiarch>/dpdk
52     to make libdpdk-dev multiarch-compliant.
53     To ensure backward compatibility in x86_64, which is what most of the
54     consumers use, symlink x86_64 headers in /usr/include/dpdk.
55     pkg-config returns the arch-specific headers first so that other
56     architectures are still compatible.
57     Also create a full copy of the headers in the dpdk-dev SDK package, as it
58     does not support multiple levels of headers.
59
60  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 08 Jun 2017 10:05:44 -0600
61
62 dpdk (16.11.1-1~git1) UNRELEASED; urgency=medium
63
64   [ Christian Ehrhardt ]
65   * Merge stable update to 16.11.1; For a list of changes
66     see http://dpdk.org/ml/archives/dev/2017-March/058930.html
67   * dpdk.conf: add info about unwanted effects of multiple hugepage
68     mountpoints
69   * d/p/dpdk-dev-v3-eal-sPAPR-IOMMU-support-in-pci-probing-for-vfio-pci-
70     in-ppc64le.patch: sPAPR IOMMU based pci probing enabled for vfio-pci
71     devices.
72   * enable librte-pmd-i40e1 for ppc64el
73     - debian/control: enable arch onpackage
74     - d/p/dpdk-dev-v4-i40e-implement-vector-PMD-for-altivec.patch: add i40e
75       PMD / vector PMD implementation and enable by default on ppc64el
76   * fix library availability/dependency
77     - librte-kni is built on ppc64el, fix dependency from libdpdk-dev
78     - librte-pmd-fm10k1 is not built on ppc64el (empty pkg atm) adapt arch
79     - librte-pmd-i40e is built on all architectures now
80   * Fix up thunderx to make arm support useful on more devices (LP: #1691659)
81     - d/p/nicvf-00[01-10]* backports of 17.02/17.05 fixes for thunderx
82     - d/control: dependencies and package for librte-pmd-thunderx-nicvf
83     - d/librte-pmd-thunderx-nicvf1.symbols: tracking library symbols
84   * fix dpdk-rte-kni dkms issues with kernel 4.11 (LP: #1691830)
85     - d/p/kni-fix-build-with-kernel-4.11.patch: fix pci_enable_msix usage
86     - d/p/kni-fix-ethtool-build-with-kernel-4.11.patch: Use new signal header
87   * ensure man pages are bundled with executables on all architectures
88   * d/p/fix-vhost-user-socket-permission.patch: updated to work with newer
89     openvswitch versions
90
91   [ Luca Boccassi ]
92   * Simplify debian/rules by using upstream's install target
93     and Debian's multiarch dir. Thanks Jan Blunck!
94   * Clarify that only the kni and igb_uio kernel modules are
95     distributed exclusively under the GPL2 in debian/copyright
96   * Add new DEB_BUILD_OPTIONS "nodoc" to allow users to avoid
97     building the DPDK documentation
98   * Add new DEB_BUILD_OPTIONS "nostatic" to allow users to avoid
99     building the DPDK static libraries
100   * Add try-restart to dpdk.init script
101   * Update Standards-Version to 4.0.0
102
103  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 08 Dec 2016 16:58:37 +0100
104
105 dpdk (16.11-1~git1) UNRELEASED; urgency=medium
106
107   [ Christian Ehrhardt ]
108   * Merge stable release 16.11 and adapt patches
109     - imported latest stable release from dpdk-16.11.tar.gz
110       stable release changelog at
111       http://dpdk.org/doc/guides-16.11/rel_notes/release_16_11.html
112     - Delete patches that are upstream:
113       - d/p/dpdk-dev-ppc-enable-*
114       - d/p/dpdk-dev-v2-*-4*
115       - d/p/rte-devel-build-env.patch
116       - d/p/rte-compile-pre-cppflags.patch
117       - d/p/make-load-devel-config-not-to-appear-as-executable.patch
118       - d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch
119       - d/p/fix-double-license-info.patch
120   * Added changes
121     - add qede pmd now built by default
122     - add new librte-net library
123     - update symbols files to match the new release
124     - make autotest dep8 test always pass (failed fatally on e.g. LP).
125       We want to stabilize and get more logs of different environments before
126       we can enable it as a gating test.
127     - Make dpdk-dev's ${RTE_SDK}/${RTE_TARGET}/lib symlink multiarch aware
128     - d/control: apply wrap and sort
129     - d/control: Make the python-pyelftools only a Suggests
130     - d/t/test-linkage: fix issues on non-x86 architectures
131     - provide older ABI levels via backward compatibility of new DPDK libraries
132       - d/control: add compat packages for old ABI versions
133       - d/rules: generate and use multiarch aware link files for the soname
134         mapping
135
136   [ Luca Boccassi ]
137   * Make dpdk suggest dpdk-doc (Closes: #847626)
138
139  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 08 Dec 2016 16:58:37 +0100
140
141 dpdk (16.07.2-1~git1) UNRELEASED; urgency=medium
142
143   * Merge stable release 16.07.2 and adapt patches
144     - imported latest stable release from dpdk-16.07.2.tar.gz
145       stable release changelog at
146       http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html
147     - Deleted:
148       - d/p/dpdk-dev-v2-kni-fix-build-with-kernel-4.8.patch
149       - d/p/fix-unusual-interpreter.patch
150       - d/p/dpdk-dev-examples-ip_pipeline-fix-pmd-driver-parameter.patch
151       - d/p/dpdk-dev-kni-fix-build-with-kernel-4.9.patch
152       - d/p/dpdk-dev-ppc-enable-7-7-examples-ip_pipeline-fix-lcore-mapping-for-
153         ppc64.patch
154     - Refreshed (only offset changes)
155       - d/p/dpdk-dev-ppc-enable-1-7-lpm-add-AltiVec-for-ppc64.patch
156       - d/p/dpdk-dev-ppc-enable-2-7-acl-add-AltiVec-for-ppc64.patch
157       - d/p/dpdk-dev-ppc-enable-4-7-sched-enable-on-ppc64le.patch
158       - d/p/dpdk-dev-ppc-enable-6-7-config-enable-packet-framework-on-
159         ppc64le.patch
160       - d/p/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch
161       - d/p/dpdk-dev-v2-3-4-doc-add-basic-invocation-info-for-dpdk-pmdinfo.patch
162       - d/p/dpdk-dev-v2-4-4-doc-add-basic-invocation-info-for-dpdk-devbind.patch
163
164  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Mon, 05 Dec 2016 07:08:01 +0100
165
166 dpdk (16.07-2~git1) UNRELEASED; urgency=medium
167
168   * Team upload.
169
170   [ Christian Ehrhardt ]
171   * Fix d/p/fix-vhost-user-socket-permission.patch for dpdk 16.07
172     server/client sockets.
173   * d/control add python-elftools and hwdata dependencies to dpdk for the tool
174     dpdk-pmdinfo.
175   * d/rules utilize RTE_EAL_PMD_PATH to autoload pmd drivers
176     - d/dpdk-doc.README.Debian document usage of RTE_EAL_PMD_PATH
177     - d/control let the runtime of dpdk recommend the pmd drivers to make them
178       available for auto-probing devices.
179   * d/rules support DEB_BUILD_OPTIONS parallel
180   * d/rules bundle autotest as it is ready after build into dpdk-dev
181     to make it available for autopkgtest and likewise developers.
182   * enable dpdk autotests
183     - d/t/test-autotest enable autotests as dep8 test. These fail in many
184       build environments, so put them in an adt where required characteristics
185       can be specified
186
187   [ Gowrishankar Muthukrishnan ]
188   * d/p/dpdk-dev-examples-ip_pipeline-fix-pmd-driver-parameter.patch to make
189     ip_pipeline work properly with -d eal parameter
190   * Update to d/p/dpdk-dev-examples-ip_pipeline-fix-pmd-driver-parameter.patch
191     fixing dl_open issues.
192
193   [ Santiago R.R. ]
194   * debian/rules: Only export hardening related building HOST_/EXTRA flags
195     when dpkg-dev < 1.18.11. On newer dpkg-dev versions, dpkg-buildflags
196     handle them directly and are injected by gcc (6.x). Closes: #843685.
197
198   [ Luca Boccassi ]
199   * Fix DKMS build to use the requested kernel version rather than the running
200     one. (Closes: #843864)
201   * Fix kernel modules build failures due to the new -fPIE default by passing
202     -fno-PIE.
203   * Backport dpdk-dev-kni-fix-build-with-kernel-4.9.patch to fix kernel modules
204     build failures on Linux 4.9.
205   * Mark dpdk-doc as Multi-Arch: foreign
206
207  -- Santiago Ruano Rincón <santiagorr@riseup.net>  Wed, 09 Nov 2016 16:04:15 +0100
208
209 dpdk (16.07-1) unstable; urgency=medium
210
211   [ Christian Ehrhardt ]
212   * Merge with upstream DPDK 16.07 release
213   * Cleanup Lintian Warnings
214     - d/p/fix-unusual-interpreter.patch fixes "W: dpdk-doc:
215       unusual-interpreter"
216     - d/p/fix-double-license-info.patch fixes "W: dpdk-rte-kni-dkms:
217       extra-license-file"
218   * Renamed d/p/ubuntu-fix-vhost-user-socket-permission.patch to
219     d/p/fix-vhost-user-socket-permission.patch
220   * Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-share
221     These binaries are part of the sdk and meant to be shipped with the sdk.
222   * d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch to fix the
223     docs in regard to 16.07 changes renaming dpdk_nic_bind
224   * d/p/make-load-devel-config-not-to-appear-as-executable.patch to avoid
225     accidentally executing as script and to fix unusual-interpreter lintian
226     warning.
227   * fix d/t/test-initscripts on more recent systemd environments
228   * enable dpdk for ppc64el
229     - add ppc64el arch to valid dpdk pmds and rte libraries
230     - select power config and machine for dpdk build system
231     - disable xen pmd for ppc64el
232     - d/tests: make tests compatible with ppc64el
233     - d/dpdk.conf, d/dpdk-init add 16M huge page support
234     - d/p/fix-power-default-config.patch enable bond PMD on ppc64el
235   * add man pages for installed binaries
236     - add backport of patches from upstream
237     - call generation of man pages in d/rules
238   * d/t/test-dkms retain dkms logs for debugging
239   * fix rte_kni dkms build with kernel >= 4.8
240     - d/p/dpdk-dev-v2-kni-fix-build-with-kernel-4.8.patch replaced macro with
241       its value in kni ethtool drivers.
242
243   [ Anders Roxell ]
244   * debian/control: add pciutils to the dpdk depends list, since lspci is used
245     by the devbind script
246
247   [ Luca Boccassi ]
248   * Add ${shlib:Depends} to dpdk-dev dependencies
249   * Install api and guides in dpdk-doc
250   * Convert debian/rules to new style DH targets
251   * Add Recommends: python to dpdk-doc since it ships python scripts among the
252     examples, fixes Lintian warning about missing python dependencies
253   * Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc:
254     spelling-error-in-readme-debian to to (duplicate word) to"
255   * Fix upstream rc versions by using "~" instead of "-". 16.07-rc1 evaluates
256     as newer than 16.07 which causes issues with Debian tools and Lintian
257     errors and warnings:
258     - W: libethdev4: latest-debian-changelog-entry-without-new-version
259     - E: libethdev4: symbols-file-contains-current-version-with-debian-revision
260       on symbol DPDK_16.04@DPDK_16.04 and 114 others
261   * Add lintian-overrides for: "W: dpdk-doc: embedded-javascript-library"
262   * Add optional binary kernel modules package, disabled by default (build with
263     DEB_BUILD_OPTIONS=kernel_modules to enable). If enabled will build kernel
264     modules against the local, current kernel version (override by adding
265     ksrc=<path/to/kernel/sources> to DEB_BUILD_OPTIONS) into a
266     dpdk-modules-<kernel version> package
267   * Set HOST_/EXTRA/CPP/C/LDFLAGS in d/rules so that all built objects pick up
268     all flags set by the dpkg environment, like hardening flags
269   * Add rte-compile-pre-cppflags.patch to make all DPDK objects pick up the
270     user specified or environment specified CPP/C/LDFLAGS.
271     Fixes Lintian warning:
272     - W: dpdk-dev: hardening-no-relro
273          usr/share/dpdk/x86_64-default-linuxapp-gcc/app/dpdk-pmdinfogen
274   * Add a brief HOWTO to debian/README.source with instructions to build the
275     packages, for CI systems and the like.
276   * Build with RTE_DEVEL_BUILD=n to avoid building test pmds with an rpath
277     hardcoded to the package build PATH. Fixes Lintian Error:
278     - E: dpdk: binary-or-shlib-defines-rpath usr/bin/dpdk-pdump
279          /home/lboccass/git/dpdk_deb/debian/build/shared-root/lib
280   * Fix d/watch file to point to fast.dpdk.org/rel
281   * Allow DPDK_CONFIG, RTE_MACHINE, RTE_TARGET overrides via DEB_BUILD_OPTIONS
282   * Initial Debian release. (Closes: #815760)
283   * Use ?= to allow env var overrides in d/rules
284   * Finalize changelog for upload to unstable.
285
286   [ Santiago RR ]
287   * improve debian/copyright
288   * remove duplicate entries from d/control
289   * debian/control:
290     - dpdk: recommends dkms packages (dpdk-igb-uio-dkms, dpdk-rte-kni-dkms) on
291       arm64 and suggest for other architectures.
292
293   [ Gowrishankar Muthukrishnan ]
294   * enable formerly disabled libraries in ppc64le config
295   * d/control provide now supported packages for ppc64le
296   * d/p/dpdk-dev-ppc-enable-* backports from dpdk to enable more features
297     for ppc64le
298
299  -- Luca Boccassi <luca.boccassi@gmail.com>  Tue, 27 Sep 2016 16:40:31 +0100
300
301 dpdk (16.07~rc5-1) UNRELEASED; urgency=medium
302
303   [ Ricardo Salveti de Araujo ]
304   * Merge with upstream DPDK 16.07-rc5 release
305
306   [ Luca Boccassi ]
307   * Generate pkgconfig and ship it in libdpdk-dev
308   * Document use of dquilt for patches in debian/README.source
309
310  -- Ricardo Salveti de Araujo <rsalveti@rsalveti.net>  Tue, 26 Jul 2016 14:13:38 -0300
311
312 dpdk (16.07~rc4-1) UNRELEASED; urgency=medium
313
314   * Merge with upstream DPDK 16.07-rc4 release
315     - Tools renamed, dpdk_nic_bind is now dpdk-devbind
316   * Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc4
317
318  -- Ricardo Salveti de Araujo <rsalveti@rsalveti.net>  Mon, 25 Jul 2016 13:38:13 -0300
319
320 dpdk (16.07~rc3-1) UNRELEASED; urgency=medium
321
322   [ Christian Ehrhardt ]
323   * Merge with upstream DPDK 16.07-rc3 release
324   * droping patches/backports that are already upstream in DPDK 16.07-rc3
325     - d/p/ubuntu-fix-bond-symbol-export.patch
326     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
327   * adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc3
328   * update symbols
329
330   [ Ricardo Salveti de Araujo ]
331   * debian/rules:
332     - Allow all make commands to be verbose
333     - Fix libdpdk-dev headers path
334   * Renaming package librte-pmd-e10001 to librte-pmd-e1000-1, to avoid mixing
335     package name with soversion (lintian package-name-doesnt-match-sonames)
336   * Adding package librte-pmd-bnxt1
337   * Merging symbols files, handling the arch differences inline instead
338
339   [ Anders Roxell ]
340   * debian/control: add libpcap-dev to libdpdk-dev's Depends list
341
342  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 19 Jul 2016 08:32:06 +0200
343
344 dpdk (16.07~rc1-1) UNRELEASED; urgency=medium
345
346   [ Christian Ehrhardt ]
347   * Merge with upstream DPDK 16.07-rc1 release
348   * droping patches/backports that are already upstream in DPDK 16.07
349     - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
350       This was formerly part of a combined patch that we dropped because the
351       majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
352     - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
353       d/p/ubuntu-backport-44-linking-cleanup.patch
354       Fixing underlinking and overlinking issues in apps and libraries.
355     - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
356       Fix issues with tar >=1.29 (Yakkety)
357     - d/p/ubuntu-backport-42-increase-default-logging-level.patch
358       avoid default debug messages causing a perf degradation
359     - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
360       Fix type retrieving which was broken in standard threads
361     - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
362       failure on arm64
363   * droping patches/backports that are no more applicable
364     - d/p/ubuntu-backport-38-* was never accepted despite looking good.
365       Upstream discussion around proper successor started.
366   * keeping patches:
367     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
368       Was never accepted, Upstream discussion around proper successor started.
369   * adapt debian/* to upstream changes
370     - update symbols and ABI versions
371     - add librte-pdump1
372   * adding changes
373    - fix exported symbols of librte_pmd_bond (sent upstream, can be dropped
374      later)
375
376  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 06 Jul 2016 09:40:49 +0200
377
378 dpdk (16.04-1) UNRELEASED; urgency=medium
379
380   [ Christian Ehrhardt ]
381   * Merge with upstream DPDK 16.04 release
382   * droping patches/backports that are already upstream in DPDK 16.04
383     - d/p/ubuntu-fix-doc-installpath.patch
384     - d/p/ubuntu-fix-testpmd-without-xen.patch
385     - d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch
386     - d/p/ubuntu-backport-[01-32,34-35] backports for stability
387     - d/p/ubuntu-backport-[36-37] but keep doc and example changes in d/*
388   * droping patches for soname / linking fixups.
389     - Upstream now goes with proper soname/abi/api handling per sublib plus a
390       linker script.
391     - dropped d/p/ubuntu-combined-shared-lib-abiversion.patch
392     - dropped d/p/ubuntu-fix-library-linkage.patch
393   * keeping patches:
394     - d/p/ubuntu-backport-38-* fix for memory leak
395       this now applies as is, so changed from a modified backport to match the
396       post 16.04 upstream commit now.
397     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
398     - doc and example changes that were related to d/p/ubuntu-backport-[36-37]
399     - d/p/ubuntu-fix-vhost-user-socket-permission.patch adapted for dpdk-16.04:
400       In the new build system with sublibs the exposed function needs to be
401       listed in lib/librte_eal/linuxapp/eal/rte_eal_version.map
402   * adding upstream backports - can be dropped when merging DPDK 16.07.
403     - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
404       This was formerly part of a combined patch that we dropped because the
405       majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
406     - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
407       d/p/ubuntu-backport-44-linking-cleanup.patch
408       Fixing underlinking and overlinking issues in apps and libraries.
409     - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
410       Fix issues with tar >=1.29 (Yakkety)
411     - d/p/ubuntu-backport-42-increase-default-logging-level.patch
412       avoid default debug messages causing a perf degradation
413     - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
414       Fix type retrieving which was broken in standard threads
415   * adapt to new build system
416     - drop enabling the following build config symbols as they no more exist
417         CONFIG_RTE_BUILD_COMBINE_LIBS
418     - Sub-Libraries are now packaged in a versioned package per library. That
419       allows consumers of dpdk to just depend on what they need. As well as
420       installation of multiple .so versions concurrently.
421     - added the hidden dependency of librte_eal to librte_mempool
422     - use dpkg-buildflags and properly enable hardening
423   * Adding DKMS package for rte_kni (LP: #1592786)
424
425   [ Ricardo Salveti ]
426   * Adding support for ARM64:
427     - debian/control: adding arm64 to the supported architecture list
428     - debian/rules: supporting dpdk config and machine for arm64
429     - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
430       failure on arm64
431     - debian/dpdk-sdk-env.sh: generating the right RTE_TARGET during build
432       time, so we can also make it compatible with ARM64
433     - debian/tests: also making tests compatible with ARM64
434   * Adding DKMS package for igb_uio
435   * Build static dpdk with -fPIC so it can be used by shared libraries
436   * debian/copyright: fixing Canonical's copyright entry
437   * Renaming symbol files so they can match the right package
438   * Drop the arch specific symbol files, as they are identical
439
440   [ Anders Roxell ]
441   * debian/dpdk.init: add remote_fs (lintian)
442   * debian/control: fixing week-library-dev-dependency (lintian)
443
444  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 17 May 2016 14:23:21 +0200
445
446 dpdk (2.2.0-0ubuntu9) yakkety; urgency=medium
447
448   * d/p/ubuntu-backport-[36-37] fix virtio issues (LP: #1570195):
449     - don't let DPDK initialize virtio devices still in use by the kernel
450     - this avoids conflicts between kernel and dpdk usage of those devices
451     - an admin now has to unbind/bind devices as on physical hardware
452     - this is in the dpdk 16.04 release and delta can then be dropped
453     - d/dpdk-doc.README.Debian update for changes in virtio-pci handling
454     - d/dpdk.interfaces update for changes in virtio-pci handling
455   * d/p/ubuntu-backport-38... fix for memory leak (LP: #1570466):
456     - call vhost_destroy_device on removing vhost user ports to fix memory leak
457     - this likely is in the dpdk 16.07 release and delta can then be dropped
458   * d/p/ubuntu-fix-vhost-user-socket-permission.patch fox (LP: #1546565):
459     - when vhost_user sockets are created they are owner:group of the process
460     - the DPDK api to create those has no way to specify owner:group
461     - to fix that without breaking the API and potential workaround code in
462       consumers of the library like openvswitch 2.6 for example. This patch
463       adds an EAL commandline option to specify user:group created vhost_user
464       sockets should have.
465
466  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 27 Apr 2016 07:52:48 -0500
467
468 dpdk (2.2.0-0ubuntu7) xenial; urgency=medium
469
470   * Increase max_map_count after setting huge pages (LP: #1507921):
471     - The default config of 65530 would cause issues as soon as about 64GB or
472       more are used as 2M huge pages for dpdk.
473     - Increase this value to base+2*#hugepages to avoid issues on huge systems.
474   * d/p/ubuntu-backport-[28-32,34-35] backports for stability (LP: #1568838):
475      - these will be in the 16.04 dpdk release, delta can then be dropped.
476      - 5 fixes that do not change api/behaviour but fix serious issues.
477         - 01 f82f705b lpm: fix allocation of an existing object
478         - 02 f9bd3342 hash: fix multi-process support
479         - 03 1aadacb5 hash: fix allocation of an existing object
480         - 04 5d7bfb73 hash: fix race condition at creation
481         - 05 fe671356 vfio: fix resource leak
482         - 06 356445f9 port: fix ring writer buffer overflow
483         - 07 52f7a5ae port: fix burst size mask type
484   * d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
485      - this will likely be in dpdk release 16.07 and delta can then be dropped.
486      - fixes a crash on using fd's >1023 (LP: #1566874)
487   * d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch fix lpm_free (LP: #1569375)
488      - the old patches had an error freeing a pointer which had no meta data
489      - that lead to a crash on any lpm_free call
490      - folded into the fix that generally covers the lpm allocation and free
491        weaknesses already (also there this particular mistake was added)
492
493  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 12 Apr 2016 16:13:47 +0200
494
495 dpdk (2.2.0-0ubuntu6) xenial; urgency=medium
496
497   * d/dpdk-init fix handling of multiple huge page sizes (LP: #1557532):
498      - dpdk-init now ensures non-default-hugepage-size mountpoints are
499        available as well.
500      - extra mountpoints are only created if requested in dpdk.conf and not yet
501        available (e.g. by the admin).
502   * d/dpdk-init fix issues with unassigned devices (LP: #1558485):
503      - dpdk-init no more checks /sys/.../driver of the device unconditionally
504      - removed the superfluous tr call in that path
505   * d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch lpm/lpm6 (LP: #1554009):
506      - lpm/lpm6 fix use after free on lpm[6]_create
507      - lpm/lpm6 fix missing frees of rules_tbl substructure
508      - lpm/lpm6 fix missing free of lpm due to early exit
509      - make RTE_LOG messages of the failed allocation unique
510   * d/p/ubuntu-backport-[01-26] backport for stability (LP: #1559981):
511      - these will be in the following dpdk release and delta can then be dropped
512      - 26 fixes that do not change api/behaviour but fix serious issues
513         - 01 d3a274ce app/testpmd: handle SIGINT and SIGTERM
514         - 02 308df2bf Handle SIGINT and SIGTERM in l3fwd.
515         - 03 da82ee17 tools: fix unbinding failure handling
516         - 04 16c1814c tools: support Python 3 in bind script
517         - 05 bb9f4085 tools: support binding to built-in kernel modules
518         - 06 6e7caa1a eal/linux: support built-in kernel modules
519         - 07 86f36ff9 mempool: fix leak when creation fails
520         - 08 ca67ed28 vhost: fix leak of fds and mmaps
521         - 09 fa11a8a7 port: fix crash for ring writer nodrop
522         - 10 04f36690 port: fix crash for ethdev writer nodrop
523         - 11 c7a4ff80 i40e: fix overflow
524         - 12 097e920c i40e: fix inverted check for no refcount
525         - 13 330aa319 i40e: fix VLAN filtering
526         - 14 9f44dd3d i40e/base: fix missing check for stopped admin queue
527         - 15 8a880736 i40e/base: fix driver load failure
528         - 16 7656a546 fm10k: fix VLAN flag in scattered Rx
529         - 17 c6fb0e55 pcap: fix captured frame length
530         - 18 6e027237 bonding: fix detach of bonded device
531         - 19 df3e8ad7 bonding: fix detach of slave devices
532         - 20 786c990a bonding: copy entire config structure in mode 4
533         - 21 6698820b bonding: do not ignore multicast in mode 4
534         - 22 8997a10b bonding: fix active slaves with no primary
535         - 23 7a7122ed bonding: do not activate slave twice
536         - 24 2186fff3 bonding: fix crash when no slave device
537         - 25 c680a4a8 virtio: fix crash in statistics functions
538         - 26 3b1e3e4e virtio: fix descriptors pointing to the same buffer
539   * d/p/ubuntu-backport-27-virtio-fix-restart.patch for (LP: #1559981):
540      - fixing re-initializing the ethdev as openvswitch-dpdk does in the
541        virtio pmd driver by moving the detection of already being initialized
542        from virtio_dev_close to virtio_dev_start/stop
543      - this will be in the following dpdk release and delta can then be dropped
544   * d/rules build with debuginfo (LP: #1560839):
545      - exporting CFLAGS for all dpdk build processes
546      - dh_strip will automatically and create -dbgsym packages accordingly
547
548  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 23 Mar 2016 10:34:50 +0100
549
550 dpdk (2.2.0-0ubuntu5) xenial; urgency=medium
551
552   * d/t/test-initscripts fix issues regarding 1G hugepages
553      - the dep8 was already taking care of 1G hugepages being not supported in
554        some environments. But it was failing when supported, but not enough
555        memory available.
556
557  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 09 Mar 2016 17:19:24 +0000
558
559 dpdk (2.2.0-0ubuntu4) xenial; urgency=medium
560
561   * harden d/dpdk-init for configuration issues (LP: #1551601):
562      - detect and warn about bad bus specifications.
563      - detect and warn about incomplete device specifications.
564      - detect and warn about non existing pci IDs.
565      - avoid failing when working with unassigned devices.
566      - d/t/test-initscripts now testing various misconfigs.
567      - d/t/test-initscripts now also verifying service status.
568   * d/dpdk-init d/dpdk.conf now also support 1G hugepages (LP: #1551767):
569      - detect and warn if 1G pages are not available but configured.
570      - d/t/test-initscripts now also testing hugepage allocations.
571      - d/dpdk.conf has an option to drop caches to incease the likeliness of
572        successful 1G hugepage allocations (default off).
573   * d/rules replaced uname -m with DEB_HOST_GNU_CPU (LP: #1551796):
574   * fix testpmd to run without Xen environment (LP: #1551752):
575      - upstream discussion is slow, but we need a fix now. We can drop this
576        and change to the upstream solution when it is available.
577   * avoid errors due to missing modules (LP: #1554397):
578      - d/dpdk-init gracefully warns about missing modules.
579      - d/control now suggests linux-image-generic.
580      - d/dpdk.interfaces has a comment that makes the user aware.
581   * d/dpdk-init fix failure loading vfio-pci (LP: #1554214):
582      - d/dpdk-init no more converts "-" to "_" to make vfio-pci work
583      - d/dpdk.interfaces enhanced comments and updated examples
584      - d/dpdk-doc.README.debian got extra notes about using some modules
585   * unify whitespace/tabs in packaging and scripts
586      - tabs/spaces to just spaces in d/dpdk-init and d/dpdk.init.
587      - few remaining spaces to tabs in d/rules
588   * d/t/test-* now satisfy shellcheck
589   * d/* fix various comments and guides to be more readable
590   * d/dpdk-init and d/copyright updated copyright information
591
592  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 09 Mar 2016 08:48:58 +0000
593
594 dpdk (2.2.0-0ubuntu3) xenial; urgency=medium
595
596   * Guard dep8 tests against non supported platforms (LP: #1551158):
597     - d/t/control now avoids failing due to "dependencies are unsatisfiable"
598       when fetching packages. The packages architecture restrictions got added
599       to avoid that.
600     - d/t/check-dpdk-supported-arch.sh is called by all DPDK tests to ensure
601       the platform is supported. If not it skips the test.
602
603  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Mon, 29 Feb 2016 11:03:39 +0000
604
605 dpdk (2.2.0-0ubuntu2) xenial; urgency=medium
606
607   [ Christian Ehrhardt ]
608   * fix libdpdk.so library linking (LP: #1547517)
609     - libdpdk.so now has proper linkage information (was underlinked)
610       Note: this can be dropped when moving to DPDK 2.3 with linker script
611             instead of combined shared lib.
612     - remove reference to extra linkage needed when building against -ldpdk
613       in dpdk-doc README.
614     - add dep8 d/t/test-linkage to verify linking dpdk works as expected.
615   * d/control remove ${shlibs:Depends} on package with no linked binary
616     avoiding dpkg-gencontrol build warning about unknown ${shlibs:Depends}.
617   * d/dpdk-doc.README.debian fix path to DPDK build environment variable
618     helper script in README file.
619   * Update VCS Info in d/control to include our repositories.
620
621   [  James Page ]
622   * d/*: wrap-and-sort.
623   * d/control: Trim trailing whitespace.
624
625  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 25 Feb 2016 16:07:21 +0000
626
627 dpdk (2.2.0-0ubuntu1) xenial; urgency=low
628
629   * Merge from Upstream to DPDK 2.2
630     Remaining changes:
631     - Set soabi for the combined shared library
632   * Drop changes:
633     - configuring RTE_LIBNAME to dpdk as it is the upstream default now
634     - enabled formerly non building components as they build properly in 2.2
635     - d/p/ubunut-avoid-texlive-fonts-extra, d/control:
636       Replace use of DejaVuSansMono is no more needed as upstream changed the
637       font. Thereby we can drop our delta.
638     - d/p/ubuntu-fix-gcc5-ftbs.patch no more needed with DPDK 2.2
639   * Added changes
640     - Disable CONFIG_RTE_NEXT_ABI as required for packaging (git 506f51cc)
641     - Enable LIBRTE_PMD_PCAP which is useful for some DPDK testcase examples
642       this adds a build dependency to libpcap-dev
643     - Fully support DH_VERBOSE for build debugging convenience
644     - adapt to new make infrastructure of dpdk 2.2
645     - d/README.debian: convert into d/dpdk-doc.README.debian
646     - d/dpdk-doc.README.debian: update recommendations about sdk env variables
647     - d/dpdk-sdk-env.sh: now deployed in /usr/share/dpdk to be opt in
648     - enable XEN support for dpdk (LP: #1521289).
649
650  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 17 Feb 2016 09:29:28 +0100
651
652 dpdk (2.0.0-0ubuntu3) xenial; urgency=medium
653
654   * Only generate HTML documentation, easing backports to 14.04 and
655     reducing the time to build and size of the -doc package (LP: #1524700).
656
657  -- James Page <james.page@ubuntu.com>  Thu, 10 Dec 2015 10:23:51 +0000
658
659 dpdk (2.0.0-0ubuntu2) xenial; urgency=low
660
661   * d/p/ubunut-avoid-texlive-fonts-extra, d/control:
662     Replace use of DejaVuSansMono by courier and drop dependency on the
663     texlive-fonts-extra package (which is in universe).
664   * d/watch added to allow use of uscan to check for upstream releases.
665   * d/dpdk-init: fix error if bash variables could not be resolved that
666     appeared as "[: -gt: unexpected operator" (had no functional impact)
667   * d/dpdk-init:
668     Replace use of head and cut (in /usr/bin) commands with sed (in /bin)
669     while also adding /usr/bin to the PATH used on direct /etc/init.d/dpdk
670     invocation. The PATH is only updated to be on the safe side, there
671     should be no other commands from /usr/bin used (LP: #1516543).
672   * d/t/test-mountpoint: add dep8 test to cover the issue of LP #1517075.
673   * d/dpdk-dev.install: Copy the SDK makefiles into place (LP: #1517075).
674
675  -- Stefan Bader <stefan.bader@canonical.com>  Tue, 17 Nov 2015 11:50:15 +0100
676
677 dpdk (2.0.0-0ubuntu1) wily; urgency=low
678
679   * Initial release (LP: #1487538)
680
681  -- Stefan Bader <stefan.bader@canonical.com>  Mon, 01 Jun 2015 18:46:38 +0200