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