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