changelog: fix usability issue with mlx PMDs which might need rdma-core (Closes:...
[deb_dpdk.git] / debian / changelog
1 dpdk (18.11.1-1~git1) UNRELEASED; urgency=medium
2
3   * Merge stable update to 18.11.1; For a list of changes see
4     https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html
5     - refresh 0004-build-bump-minimum-Meson-version-to-0.47.1.patch for 18.11.1
6     - drop changes upstream in 18.11.1
7       0001-doc-fix-garbage-text-in-generated-HTML-guides.patch
8       0003-build-mention-march-in-pkg-config-description.patch
9       0001-kni-fix-build-for-dev_open-in-Linux-5.0.patch
10       0002-kni-fix-build-for-igb_ndo_bridge_setlink-in-Linux-5..patch
11   * d/control: fix usability issue with mlx PMDs which might need rdma-core
12     to be installed. In most cases users will want this, to be able to
13     drop rdma-core if unwanted in some cases this is only a recommends added
14     to librte-pmd-mlx4-18.11 and librte-pmd-mlx5-18.11 (Closes: #925141)
15
16  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Mon, 15 Apr 2019 14:51:34 +0200
17
18 dpdk (18.11-5~git1) UNRELEASED; urgency=medium
19
20   [ Luca Boccassi ]
21   * Add NEWS entry to list changes to dpdk-dev. (Closes: #921043)
22   * Bump Standards-Version to 4.3.0, no changes.
23
24   [ Christian Ehrhardt ]
25   * d/control: ensure break relationships are backportable (Closes: #921042)
26   * d/p/*kni-fix-build*: fix build with kernel 5.0 (LP: #1814919)
27
28  -- Luca Boccassi <bluca@debian.org>  Thu, 07 Feb 2019 15:15:07 +0000
29
30 dpdk (18.11-4~git1.1) UNRELEASED; urgency=medium
31
32   [ Luca Boccassi ]
33   * New upstream release 18.11; for a full list of changes see:
34     https://dpdk.org/doc/guides/rel_notes/release_18_11.html
35   * Add new 18.11 PMDs and libraries:
36     - librte-common-cpt18.11
37     - librte-common-dpaax18.11
38     - librte-pmd-atlantic18.11
39     - librte-pmd-caam-jr18.11
40     - librte-pmd-octeontx-crypto18.11
41     - librte-telemetry18.11
42   * Bump debhelper compat to 10.
43   * Switch to Meson. Rename PMD packages to follow the shared library names:
44     - librte-pmd-vmxnet3-uio18.11 -> librte-pmd-vmxnet3-18.11
45     - librte-pmd-lio18.11 -> librte-pmd-liquidio18.11
46     - librte-pmd-octeontx-ssovf18.11 -> librte-pmd-octeontx-event18.11
47     - librte-pmd-octeontx-zip18.11 -> librte-pmd-octeontx-compress18.11
48     - librte-pmd-sfc-efx18.11 -> librte-pmd-sfc18.11
49     - librte-pmd-thunderx-nicvf18.11 -> librte-pmd-thunderx18.11
50     Switch PMD installation directory from /usr/lib/*/dpdk-18.11-drivers to
51     /usr/lib/*/dpdk/pmds-18.11.
52     Remove backward-compatibility symlink for arch-dependent headers. Users
53     now should use the libdpdk.pc pkg-config file to get the appropriate
54     CFLAGS, or specify -I/usr/include/<ARCH>/dpdk manually.
55     Drop the dpdk-dev SDK package, users should just use pkg-config now.
56     Rename all binaries and scripts to have a dpdk- prefix.
57     Build-Depend on debhelper >= 10.3~, which introduced Meson support.
58   * Don't build dpdk-doc when using the nodoc profile.
59   * Build-depend on libjansson-dev, libbsd-dev and libelf-dev.
60   * Package libraries built by default:
61     - librte-pmd-bnx2x18.11
62     - librte-pmd-ccp18.11
63     - librte-pmd-dsw-event18.11
64   * Use dh-missing.
65   * Package zlib PMD:
66     - librte-pmd-zlib18.11
67   * Add missing BNX URL metadata.
68   * Drop libdpdk-dbgsym - not really used and broken in sid.
69   * Override -march pkg-config Lintian error.
70   * Enable PIE hardening.
71   * Override lintian warning about scripts with extension in bin.
72   * Add libssl-dev dependency on libdpdk-dev for libcrypto.pc.
73   * Add libbsd-dev dependency on libdpdk-dev for bsd/string.h.
74   * Drop fix-vhost-user-socket-permission.patch and
75     tmpfix-ppc-build-error.patch. The latter has been fixed upstream,
76     and the former is not needed as we no longer support vhost-user
77     in client mode. Please switch to server mode.
78   * Add new DEB_BUILD_OPTIONS dpdk_config_options that accepts a comma
79     separated list (no spaces) of additional DPDK build configure options that
80     will be passed to Meson. Substitutes support for custom legacy Makefile
81     config files.
82   * d/p/0001-doc-fix-garbage-text-in-generated-HTML-guides.patch: fix
83     reproducible builds by making sure no garbage text end up in generated
84     documentation HTML pages.
85   * Add libmnl-dev, libnuma-dev dependency on libdpdk-dev to allow static
86     builds to work.
87   * Restrict watch file to 18.11.x series.
88   * d/p/0002-build-use-generic-march-on-arm64-when-using-default.patch: fix
89     arm64 build by fixing baseline architecture.
90   * Fix typo in ccp PMD short description. (Closes: #917792)
91   * Link applications and tests dynamically instead of statically.
92   * Update libdpdk-dev's description to mention that the pkg-config file's
93     CFLAGS might contain an -march higher than typical baseline, due to
94     DPDK's requirements.
95   * Binary kernel module build: use kernel headers from highest version
96     rather than what uname -a returns by default.
97   * Backport the following Meson patches to fix dependencies issues:
98     - 0003-build-mention-march-in-pkg-config-description.patch
99     - 0004-build-bump-minimum-Meson-version-to-0.47.1.patch
100     - 0005-build-use-dependency-instead-of-find_library.patch
101     - 0006-build-reorder-libraries-and-build-eal-before-cmdline.patch
102     - 0007-build-use-dependency-for-libbsd-instead-of-manual-ap.patch
103     Bump mimimum Meson version to 0.47.1 accordingly.
104   * libdpdk-dev: depend on libipsec-mb-dev as its linker flag is in
105     pkg-config's static list.
106
107   [ Christian Ehrhardt ]
108   * d/control: fix libnuma compile issues now available on armhf
109   * d/rules: select upstream declared baseline as RTE_MACHINE
110   * d/control: enable more architectures on PMDs now building
111   * d/control, d/control.modules.in, d/dpdk.install, d/dpdk-doc.install: apply
112     wrap-and-sort --wrap-always --trailing-comma to keep down change noise
113   * d/dpdk-rte-kni-dkms.dkms.in: fix dkms build in newer kernels by adding a
114     path for its own kni_fifo.h
115   * d/control: enhance dkms builds by depending on libelf-dev
116   * move developer tools from dpdk to dpdk-dev
117   * d/control: add librte-mempool-ring to the list of default libs that dpdk
118     Recommends. This ensures a generally functional mempool backend by default
119     but stays configurable (remove librte-mempool-ring and/or add other
120     librte-mempool packages).
121
122  -- Luca Boccassi <bluca@debian.org>  Mon, 29 Oct 2018 16:07:49 +0000
123
124 dpdk (18.08-1~git1.1) UNRELEASED; urgency=medium
125
126   [ Luca Boccassi ]
127   * New upstream release 18.08; for a full list of changes see:
128     https://dpdk.org/doc/guides/rel_notes/release_18_08.html
129     - refresh d/p/fix-vhost-user-socket-permission.patch for 18.08
130     - add build-dependency on libmnl-dev, needed by MLX PMD
131     - d/control: bump ABI version on packages
132     - bump d/*.symbols for new ABI
133     - Rename librte-ifcvf-vdpa to librte-pmd-ifc following upstream change
134   * Enable armhf build. (Closes: #906931)
135   * Add libibverbs-dev dependency in libdpdk-dev, for static linking.
136     (Closes: #907365)
137   * Add missing packages for new PMDs and libraries built by default:
138     - librte-bus-vmbus18.08
139     - librte-pmd-netvsc18.08
140     - librte-pmd-qat18.08
141     - librte-pmd-octeontx-zip18.08
142   * Add "terse" DEB_BUILD_OPTIONS to reduce build log verbosity.
143   * Set Rules-Requires-Root to no.
144   * Bump Standards-Version to 4.2.1.
145
146   [ Christian Ehrhardt ]
147   * d/p/tmpfix-ppc-build-error.patch: fix ppc64el build issue due to a
148     conflict of stdbool and altivec.
149
150  -- Luca Boccassi <bluca@debian.org>  Tue, 14 Aug 2018 18:58:11 +0100
151
152 dpdk (18.05-1~git1) UNRELEASED; urgency=medium
153
154   [ Christian Ehrhardt ]
155   * New upstream release 18.05; for a full list of changes see:
156     https://dpdk.org/doc/guides/rel_notes/release_18_05.html
157     - refresh d/p/fix-vhost-user-socket-permission.patch for 18.05
158     - d/control: bump ABI version on packages
159     - bump d/*.symbols for new ABI
160     - d/control: d/*.symbols: new libraries and pmds
161       - librte-bpf
162       - librte-bus-ifpga
163       - librte-common-octeontx
164       - librte-compressdev
165       - librte-ifcvf-vdpa
166       - librte-mempool-bucket
167       - librte-pmd-axgbe
168       - librte-pmd-dpaa
169       - librte-pmd-dpaa-sec
170       - librte-pmd-dpaa-event
171       - librte-pmd-dpaa2
172       - librte-pmd-dpaa2-cmdif
173       - librte-pmd-dpaa2-event
174       - librte-pmd-dpaa2-qdma
175       - librte-pmd-dpaa2-sec
176       - librte-pmd-ifpga-rawdev
177       - librte-pmd-virtio-crypto
178     - d/rules: adapt to move of kernel modules directories in 18.05
179     - d/control: dpaa drivers build on non arm64 as well now
180     - d/rules: handle IFCVF as callback driver
181   * Dropped changes that are upstream in 18.05:
182     - Backport dpdk-dev-app-testpmd-fix-DPAA-shared-library-dependency.patch
183       and dpdk-dev-mk-fix-dependencies-of-dpaaX-drivers.patch from upstream to
184     - d/p/dpdk-dev-eal-ppc-fix-rte_smp_mb-for-a-compilation-error-with-else-
185       clause.patch: fix build on ppc64el
186       fix arm64 build.
187
188   [ Luca Boccassi ]
189   * Enable librte-pmd-avf on arm64, i386 and ppc64el since it's available.
190     (Closes: #905041)
191   * Enable AESNI-MB/AESNI-GCM crypto drivers PMDs and packages with build
192     dependency on libipsec-mb-dev (amd64-only).
193     (Closes: #905580)
194
195  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Fri, 01 Jun 2018 09:18:32 +0200
196
197 dpdk (18.02.1-1~git1) UNRELEASED; urgency=medium
198
199   [ Luca Boccassi ]
200   * New upstream release 18.02; for a full list of changes see:
201     https://dpdk.org/doc/guides/rel_notes/release_18_02.html
202   * New upstream release 18.02.1; for a full list of changes see:
203     https://dpdk.org/doc/guides-18.02/rel_notes/release_18_02.html
204     * Fixes CVE-2018-1059
205   * Bump ABI version of packages from 17.11 to 18.02.
206   * Drop testpmd-link-virtio.patch, not needed.
207   * Refresh fix-vhost-user-socket-permission.patch to remove fuzz from
208     18.02.
209   * Add packages for new libraries/PMDs: librte-bbdev18.02,
210     librte-rawdev18.02, librte-pmd-avf18.02,
211     librte-pmd-opdl-event18.02.
212   * Add package and build-dependency for OpenSSL PMD:
213     librte-pmd-openssl18.02. (Closes: #886150)
214   * autopkgtest: use libdpdk pkg-config to set all the required compiler
215     flags.
216   * autopkgtest: add pkg-config dependency to really fix linkate test.
217   * Backport dpdk-dev-app-testpmd-fix-DPAA-shared-library-dependency.patch
218     and dpdk-dev-mk-fix-dependencies-of-dpaaX-drivers.patch from upstream to
219     fix arm64 build.
220   * Add librte-bus-dpaa18.02, librte-bus-fslmc.02, librte-pmd-dpaa18.02 and
221     librte-mempool-dpaa18.02 on arm64, as their config is enabled by default
222     upstream.
223   * Add new symbols to symbols files for 18.02.
224
225   [ Christian Ehrhardt ]
226   * d/control: let libdpdk-dev depend on zlib1g-dev as it is used on build and
227     creeps into pkg-config. Even thou at the moment no dpdk .so uses it is
228     required to build correctly with the libs provided by pkg-config.
229   * d/t/control: depend on dpdk-dev to be able to use dpdk-sdk-env.sh
230   * d/t/testlinkage: improvements and fixes for current debci issues
231     - Use RTE_SDK to build the binary
232     - verbose execution for better debugging
233     - check for librt instead of libpthread as second level lib
234     - use a valid prototype for main
235   * Add package and build-dependency MLX4 and MLX5 PMDs.
236     With rdma-core >16 being in Debian and Ubuntu as well as some stabilization
237     work ongoing upstream we can start to enable these PMDs.
238   * d/p/dpdk-dev-eal-ppc-fix-rte_smp_mb-for-a-compilation-error-with-else-
239     clause.patch: fix build on ppc64el
240   * test-linkage: drop brittle test for secondary library dependencies
241   * debian/control: Fix MLX4/MLX5 enablement to match DPDK 18.02
242   * d/control: add new PMDs: bbdev-null, skeleton-rawdev, vdev-netvsc
243   * Symbols of new PMDs in 18.02
244     - debian/librte-pmd-bbdev-null18.02.symbols
245     - debian/librte-pmd-mlx4-18.02.symbols
246     - debian/librte-pmd-mlx5-18.02.symbols
247     - debian/librte-pmd-skeleton-rawdev18.02.symbols
248     - debian/librte-pmd-vdev-netvsc18.02.symbols
249
250  -- Luca Boccassi <bluca@debian.org>  Mon, 19 Feb 2018 11:31:42 +0000
251
252 dpdk (17.11-1~git1) UNRELEASED; urgency=medium
253
254   [ Luca Boccassi ]
255   * New upstream release 17.11; for a full list of changes see:
256     http://dpdk.org/doc/guides/rel_notes/release_17_11.html
257   * Bump ABI version of packages from 17.08 to 17.11.
258   * Fix upstream version parsing in d/rules to account for -rcX.
259   * Add packages for new libraries/PMDs: librte-bus-pci17.11,
260     librte-security17.11, librte-mempool-octeontx17.11,
261     librte-flow-classify17.11, librte-gso17.11, librte-member17.11,
262     librte-pci17.11, librte-pmd-softnic17.11, librte-bus-vdev17.11.
263   * Drop mk-* patches for reproducible builds, merged upstream.
264   * Refresh fix-vhost-user-socket-permission.patch to remove fuzz from
265     17.11-rc3.
266   * Switch generated dependencies to Python 3 due to switch to Python 3
267     Sphinx.
268   * Build-Depend on debhelper (>= 9.20160709) | dh-systemd to keep
269     compatibility with Ubuntu 16.04, which does not yet have that
270     of debhelper.
271   * Revert: d/rules: use new dh option names - Ubuntu 16.04 does not
272     have a debhelper that supports the new option, so use the old
273     ones for now.
274   * Drop librte-pmd-xenvirt17.11, deprecated upstream, and related
275     build-dependencies.
276   * Correctly parse upstream version when using ~rc instead of -rc.
277   * Update symbols files for 17.11.
278   * Backport testpmd-link-virtio.patch to link testpmd with the virtio
279     pmd to fix failure to run in VMs with virtio based interfaces
280   * Bump Standards-Version to 4.1.1, no changes.
281   * Add dependency on Python to dpdk-doc for diagram-generator.py and
282     pipeline-to-core-mapping.py. Fixes Lintian Error:
283     python-script-but-no-python-dep
284   * Fix librte-gro17.11 short description to mention -gro instead of
285     -eal. (Closes: #885832)
286   * dpdk: depend on python3-pyelftools since the scripts can work with either
287     version.
288   * dpdk-doc: depend only on python3 since the pipeline tools can work
289     with python3. (Closes: #883153)
290   * dpdk/dpdk-doc: change all scripts shebangs from python to python3.
291   * dpdk-doc: mark Python dependency with :any.
292   * Bump Standards-Version to 4.1.3 - no changes.
293   * d/control, d/changelog: use HTTPS for dpdk.org links.
294
295   [ Christian Ehrhardt ]
296   * d/control: improve dpdk-pmdinfo user experience by making
297     python-pyelftools a recommended dependency.
298   * d/control: add librte-pmd-octeontx17.11
299   * d/t/control: fix test dependencies for s390x (Closes: #882480).
300   * d/rules: make auto-loaded drivers dir versioned (LP: #1741244).
301     3rd party drivers should drop into the versioned directories now to show
302     their support for that version and to be autoloaded by librte_eal due
303     to that.
304
305  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 16 Nov 2017 14:17:03 +0100
306
307 dpdk (17.08-1~git1) UNRELEASED; urgency=medium
308
309   [ Luca Boccassi ]
310   * New Upstream release 17.08.
311   * Add librte-gro package.
312   * Drop patches merged upstream: fix-power-default-config.patch,
313     mk-use-make-silent-flag-to-print-HTML-doc-version.patch,
314     mk-fix-excluding-.doctrees-when-installing-docs.patch.
315   * Refresh fix-vhost-user-socket-permission.patch to remove fuzz.
316   * Add build-dependency on libnuma-dev, mandatory since 17.08.
317   * Update mk-order-CFLAGS-so-that-ISCDIR-comes-before-IRTE_OUT.patch to
318     include librte-gro.
319   * debian/update-helper-symbols: do not append .0 to SOVERSION.
320   * debian/rules: use dpkg's DEBIAN_VERSION_UPSTREAM and DEB_HOST_*
321     variables instead of parsing and setting them manually.
322   * Update symbols files to reflect changes in the libraries.
323   * Switch to debian.org email address.
324   * Add librte-pmd-failsafe package.
325   * Drop mk-order-CFLAGS-so-that-ISCDIR-comes-before-IRTE_OUT.patch and
326     add mk-install-symlinks-before-build-step.patch which has the same
327     result but is much simpler and easier to maintain.
328   * Build-Depend on debhelper (>= 9.20160709) rather than dh-systemd as
329     latter is deprecated. Fixes Lintian Error:
330       build-depends-on-obsolete-package
331   * Build-Depend on the Python 3 version of the Sphinx packages to fix
332     Lintian Warning: build-depends-on-python-sphinx-only
333
334   [ Christian Ehrhardt ]
335   * d/rules: use new dh option names
336   * d/rules: properly enable dpdk systemd service
337
338  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Mon, 23 Oct 2017 12:11:16 +0200
339
340 dpdk (17.05.1-1~git1) UNRELEASED; urgency=medium
341
342   [ Luca Boccassi ]
343   * New Upstream release 17.05.1.
344   * Fix reproducibility of librte-eal linuxapp.
345
346   [ Christian Ehrhardt ]
347   * d/rules: fix reference path of dpdk-devbind to match the new
348     subdirectory which is in /usr/share/dpdk/usertools
349   * Fix d/p/fix-vhost-user-socket-permission.patch: add mis-dropped
350     create_unix_socket call and reposition rte_eal_set_socket_permissions
351   * Fix d/p/fix-vhost-user-socket-permission.patch
352     - add accidenitally dropped create_unix_socket call
353     - reposition rte_eal_set_socket_permissions to match 17.05 handling of
354       vhost-user server sockets (and their late binding)
355
356   [ Luca Boccassi ]
357   * Mark build-dependencies needed for documentation builds with the <!nodoc>
358     build-profile to fully implement support for it.
359   * Bump Standards-Version to 4.1.0. Relevant changes are nodoc support and
360     build reprodicibility.
361
362  -- Luca Boccassi <luca.boccassi@gmail.com>  Mon, 03 Jul 2017 15:15:40 +0100
363
364 dpdk (17.05-1~git1) UNRELEASED; urgency=medium
365
366   [ Christian Ehrhardt ]
367   * New Upstream release 17.05; For a full list of changes (LP: #1691661)
368     see http://dpdk.org/doc/guides/rel_notes/release_17_05.html
369     - adapt to use MAJOR_ABI configuration to avoid the sub-lib abi
370       version breakage of the past.
371     - add d/update-helper* to update d/control and d/*.symbols for new versions
372     - adapt to new build trigger and location of tests; provide further
373       test tools (testacl, testpipeline) together with the already
374       provided "test" tool in /usr/share/dpdk/test/ of dpdk-dev.
375       Note: testpmd is installed "officially" by install-sdk and therefore
376       stays separate from other test tools.
377     - updated library arch availability/dependency: librte-kni is
378       available on ppc64el; librte-pmd-i40e on all arches;
379       librte-pmd-fm10k gone on ppc64el
380     - package the 19 new sub-libs / pmds that are now built by default
381     - rename and update symbols files to match the update to DPDK 17.05
382
383   [ Luca Boccassi ]
384   * Rename libraries after ABI major version rather than source version.
385   * Always set CONFIG_RTE_MAJOR_ABI, even for custom config files as all the
386     packaging is tuned around it.
387   * Drop patches merged upstream and refresh
388     fix-vhost-user-socket-permission.patch
389   * Add patches to make the documentation and linker script builds fully
390     reproducible.
391   * Add patches to make the libraries and PMDs builds fully reproducible,
392     by making the listing order of headers, source files and objects in
393     the makefiles stable (via sorting).
394   * Install headers with arch-specific content in /usr/include/<multiarch>/dpdk
395     to make libdpdk-dev multiarch-compliant.
396     To ensure backward compatibility in x86_64, which is what most of the
397     consumers use, symlink x86_64 headers in /usr/include/dpdk.
398     pkg-config returns the arch-specific headers first so that other
399     architectures are still compatible.
400     Also create a full copy of the headers in the dpdk-dev SDK package, as it
401     does not support multiple levels of headers.
402
403  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 16 May 2017 15:38:17 +0200
404
405 dpdk (16.11.2-1~git1) UNRELEASED; urgency=medium
406
407   [ Christian Ehrhardt ]
408   * Merge stable update to 16.11.2; For a list of changes
409     see http://dpdk.org/ml/archives/announce/2017-May/000131.html
410   * Dropped changes - patches that were included in 16.11.2 stable:
411     - d/p/kni-fix-build-with-kernel-4.11.patch
412     - d/p/nicvf-0002-net-thunderx-fix-32-bit-build.patch
413     - d/p/nicvf-0006-mk-fix-lib-filtering-when-linking-app.patch
414     - d/p/nicvf-0008-net-thunderx-fix-stats-access-out-of-bounds.patch
415     - d/p/nicvf-0010-net-thunderx-fix-deadlock-in-Rx-path.patch
416
417   [ Luca Boccassi ]
418   * Optionally generate libdpdk-dbgsym metapackage that depends on every
419     librte/PMD binary package's dbgsym. Keep it disabled by default, and
420     let users choose to enable it by passing dbgsym_meta via DEB_BUILD_OPTIONS.
421     Thanks Jan Blunck for the patch!
422   * Generate dependency list of libdpdk-dev to all librte and PMDs packages
423     dynamically at build time.
424   * Generate list of recommends for dpdk dynamically at build time.
425   * dpdk-modules-$KVERS: depend on same kernel version used to build rather than
426     just recommend - in-kernel API/ABI is not stable.
427   * Support for building packages for the new mempool framework has been added.
428     In 17.05 and newer a mempool framework was added, that has to be loaded
429     like a PMD. So any "plugin" will be linked in RTE_EAL_PMD_PATH just like
430     the PMDs. No mempool plugins are built for now, so it is currently a no-op.
431   * Drop libethdev4, librte-cryptodev1 and librte-eal2 transitional packages,
432     no longer needed.
433   * Fix some upstream documentation links in the packages metadata.
434     Thanks Chas Williams!
435   * Fix building debugging symbols for -dbgsym packages. Thanks Chas Williams!
436
437  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 08 Jun 2017 10:05:44 -0600
438
439 dpdk (16.11.1-1~git1) UNRELEASED; urgency=medium
440
441   [ Christian Ehrhardt ]
442   * Merge stable update to 16.11.1; For a list of changes
443     see http://dpdk.org/ml/archives/dev/2017-March/058930.html
444   * dpdk.conf: add info about unwanted effects of multiple hugepage
445     mountpoints
446   * d/p/dpdk-dev-v3-eal-sPAPR-IOMMU-support-in-pci-probing-for-vfio-pci-
447     in-ppc64le.patch: sPAPR IOMMU based pci probing enabled for vfio-pci
448     devices.
449   * enable librte-pmd-i40e1 for ppc64el
450     - debian/control: enable arch onpackage
451     - d/p/dpdk-dev-v4-i40e-implement-vector-PMD-for-altivec.patch: add i40e
452       PMD / vector PMD implementation and enable by default on ppc64el
453   * fix library availability/dependency
454     - librte-kni is built on ppc64el, fix dependency from libdpdk-dev
455     - librte-pmd-fm10k1 is not built on ppc64el (empty pkg atm) adapt arch
456     - librte-pmd-i40e is built on all architectures now
457   * Fix up thunderx to make arm support useful on more devices (LP: #1691659)
458     - d/p/nicvf-00[01-10]* backports of 17.02/17.05 fixes for thunderx
459     - d/control: dependencies and package for librte-pmd-thunderx-nicvf
460     - d/librte-pmd-thunderx-nicvf1.symbols: tracking library symbols
461   * fix dpdk-rte-kni dkms issues with kernel 4.11 (LP: #1691830)
462     - d/p/kni-fix-build-with-kernel-4.11.patch: fix pci_enable_msix usage
463     - d/p/kni-fix-ethtool-build-with-kernel-4.11.patch: Use new signal header
464   * ensure man pages are bundled with executables on all architectures
465   * d/p/fix-vhost-user-socket-permission.patch: updated to work with newer
466     openvswitch versions
467
468   [ Luca Boccassi ]
469   * Simplify debian/rules by using upstream's install target
470     and Debian's multiarch dir. Thanks Jan Blunck!
471   * Clarify that only the kni and igb_uio kernel modules are
472     distributed exclusively under the GPL2 in debian/copyright
473   * Add new DEB_BUILD_OPTIONS "nodoc" to allow users to avoid
474     building the DPDK documentation
475   * Add new DEB_BUILD_OPTIONS "nostatic" to allow users to avoid
476     building the DPDK static libraries
477   * Add try-restart to dpdk.init script
478   * Update Standards-Version to 4.0.0
479
480  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 08 Dec 2016 16:58:37 +0100
481
482 dpdk (16.11-1~git1) UNRELEASED; urgency=medium
483
484   [ Christian Ehrhardt ]
485   * Merge stable release 16.11 and adapt patches
486     - imported latest stable release from dpdk-16.11.tar.gz
487       stable release changelog at
488       http://dpdk.org/doc/guides-16.11/rel_notes/release_16_11.html
489     - Delete patches that are upstream:
490       - d/p/dpdk-dev-ppc-enable-*
491       - d/p/dpdk-dev-v2-*-4*
492       - d/p/rte-devel-build-env.patch
493       - d/p/rte-compile-pre-cppflags.patch
494       - d/p/make-load-devel-config-not-to-appear-as-executable.patch
495       - d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch
496       - d/p/fix-double-license-info.patch
497   * Added changes
498     - add qede pmd now built by default
499     - add new librte-net library
500     - update symbols files to match the new release
501     - make autotest dep8 test always pass (failed fatally on e.g. LP).
502       We want to stabilize and get more logs of different environments before
503       we can enable it as a gating test.
504     - Make dpdk-dev's ${RTE_SDK}/${RTE_TARGET}/lib symlink multiarch aware
505     - d/control: apply wrap and sort
506     - d/control: Make the python-pyelftools only a Suggests
507     - d/t/test-linkage: fix issues on non-x86 architectures
508     - provide older ABI levels via backward compatibility of new DPDK libraries
509       - d/control: add compat packages for old ABI versions
510       - d/rules: generate and use multiarch aware link files for the soname
511         mapping
512
513   [ Luca Boccassi ]
514   * Make dpdk suggest dpdk-doc (Closes: #847626)
515
516  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 08 Dec 2016 16:58:37 +0100
517
518 dpdk (16.07.2-1~git1) UNRELEASED; urgency=medium
519
520   * Merge stable release 16.07.2 and adapt patches
521     - imported latest stable release from dpdk-16.07.2.tar.gz
522       stable release changelog at
523       http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html
524     - Deleted:
525       - d/p/dpdk-dev-v2-kni-fix-build-with-kernel-4.8.patch
526       - d/p/fix-unusual-interpreter.patch
527       - d/p/dpdk-dev-examples-ip_pipeline-fix-pmd-driver-parameter.patch
528       - d/p/dpdk-dev-kni-fix-build-with-kernel-4.9.patch
529       - d/p/dpdk-dev-ppc-enable-7-7-examples-ip_pipeline-fix-lcore-mapping-for-
530         ppc64.patch
531     - Refreshed (only offset changes)
532       - d/p/dpdk-dev-ppc-enable-1-7-lpm-add-AltiVec-for-ppc64.patch
533       - d/p/dpdk-dev-ppc-enable-2-7-acl-add-AltiVec-for-ppc64.patch
534       - d/p/dpdk-dev-ppc-enable-4-7-sched-enable-on-ppc64le.patch
535       - d/p/dpdk-dev-ppc-enable-6-7-config-enable-packet-framework-on-
536         ppc64le.patch
537       - d/p/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch
538       - d/p/dpdk-dev-v2-3-4-doc-add-basic-invocation-info-for-dpdk-pmdinfo.patch
539       - d/p/dpdk-dev-v2-4-4-doc-add-basic-invocation-info-for-dpdk-devbind.patch
540
541  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Mon, 05 Dec 2016 07:08:01 +0100
542
543 dpdk (16.07-2~git1) UNRELEASED; urgency=medium
544
545   * Team upload.
546
547   [ Christian Ehrhardt ]
548   * Fix d/p/fix-vhost-user-socket-permission.patch for dpdk 16.07
549     server/client sockets.
550   * d/control add python-elftools and hwdata dependencies to dpdk for the tool
551     dpdk-pmdinfo.
552   * d/rules utilize RTE_EAL_PMD_PATH to autoload pmd drivers
553     - d/dpdk-doc.README.Debian document usage of RTE_EAL_PMD_PATH
554     - d/control let the runtime of dpdk recommend the pmd drivers to make them
555       available for auto-probing devices.
556   * d/rules support DEB_BUILD_OPTIONS parallel
557   * d/rules bundle autotest as it is ready after build into dpdk-dev
558     to make it available for autopkgtest and likewise developers.
559   * enable dpdk autotests
560     - d/t/test-autotest enable autotests as dep8 test. These fail in many
561       build environments, so put them in an adt where required characteristics
562       can be specified
563
564   [ Gowrishankar Muthukrishnan ]
565   * d/p/dpdk-dev-examples-ip_pipeline-fix-pmd-driver-parameter.patch to make
566     ip_pipeline work properly with -d eal parameter
567   * Update to d/p/dpdk-dev-examples-ip_pipeline-fix-pmd-driver-parameter.patch
568     fixing dl_open issues.
569
570   [ Santiago R.R. ]
571   * debian/rules: Only export hardening related building HOST_/EXTRA flags
572     when dpkg-dev < 1.18.11. On newer dpkg-dev versions, dpkg-buildflags
573     handle them directly and are injected by gcc (6.x). Closes: #843685.
574
575   [ Luca Boccassi ]
576   * Fix DKMS build to use the requested kernel version rather than the running
577     one. (Closes: #843864)
578   * Fix kernel modules build failures due to the new -fPIE default by passing
579     -fno-PIE.
580   * Backport dpdk-dev-kni-fix-build-with-kernel-4.9.patch to fix kernel modules
581     build failures on Linux 4.9.
582   * Mark dpdk-doc as Multi-Arch: foreign
583
584  -- Santiago Ruano Rincón <santiagorr@riseup.net>  Wed, 09 Nov 2016 16:04:15 +0100
585
586 dpdk (16.07-1) unstable; urgency=medium
587
588   [ Christian Ehrhardt ]
589   * Merge with upstream DPDK 16.07 release
590   * Cleanup Lintian Warnings
591     - d/p/fix-unusual-interpreter.patch fixes "W: dpdk-doc:
592       unusual-interpreter"
593     - d/p/fix-double-license-info.patch fixes "W: dpdk-rte-kni-dkms:
594       extra-license-file"
595   * Renamed d/p/ubuntu-fix-vhost-user-socket-permission.patch to
596     d/p/fix-vhost-user-socket-permission.patch
597   * Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-share
598     These binaries are part of the sdk and meant to be shipped with the sdk.
599   * d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch to fix the
600     docs in regard to 16.07 changes renaming dpdk_nic_bind
601   * d/p/make-load-devel-config-not-to-appear-as-executable.patch to avoid
602     accidentally executing as script and to fix unusual-interpreter lintian
603     warning.
604   * fix d/t/test-initscripts on more recent systemd environments
605   * enable dpdk for ppc64el
606     - add ppc64el arch to valid dpdk pmds and rte libraries
607     - select power config and machine for dpdk build system
608     - disable xen pmd for ppc64el
609     - d/tests: make tests compatible with ppc64el
610     - d/dpdk.conf, d/dpdk-init add 16M huge page support
611     - d/p/fix-power-default-config.patch enable bond PMD on ppc64el
612   * add man pages for installed binaries
613     - add backport of patches from upstream
614     - call generation of man pages in d/rules
615   * d/t/test-dkms retain dkms logs for debugging
616   * fix rte_kni dkms build with kernel >= 4.8
617     - d/p/dpdk-dev-v2-kni-fix-build-with-kernel-4.8.patch replaced macro with
618       its value in kni ethtool drivers.
619
620   [ Anders Roxell ]
621   * debian/control: add pciutils to the dpdk depends list, since lspci is used
622     by the devbind script
623
624   [ Luca Boccassi ]
625   * Add ${shlib:Depends} to dpdk-dev dependencies
626   * Install api and guides in dpdk-doc
627   * Convert debian/rules to new style DH targets
628   * Add Recommends: python to dpdk-doc since it ships python scripts among the
629     examples, fixes Lintian warning about missing python dependencies
630   * Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc:
631     spelling-error-in-readme-debian to to (duplicate word) to"
632   * Fix upstream rc versions by using "~" instead of "-". 16.07-rc1 evaluates
633     as newer than 16.07 which causes issues with Debian tools and Lintian
634     errors and warnings:
635     - W: libethdev4: latest-debian-changelog-entry-without-new-version
636     - E: libethdev4: symbols-file-contains-current-version-with-debian-revision
637       on symbol DPDK_16.04@DPDK_16.04 and 114 others
638   * Add lintian-overrides for: "W: dpdk-doc: embedded-javascript-library"
639   * Add optional binary kernel modules package, disabled by default (build with
640     DEB_BUILD_OPTIONS=kernel_modules to enable). If enabled will build kernel
641     modules against the local, current kernel version (override by adding
642     ksrc=<path/to/kernel/sources> to DEB_BUILD_OPTIONS) into a
643     dpdk-modules-<kernel version> package
644   * Set HOST_/EXTRA/CPP/C/LDFLAGS in d/rules so that all built objects pick up
645     all flags set by the dpkg environment, like hardening flags
646   * Add rte-compile-pre-cppflags.patch to make all DPDK objects pick up the
647     user specified or environment specified CPP/C/LDFLAGS.
648     Fixes Lintian warning:
649     - W: dpdk-dev: hardening-no-relro
650          usr/share/dpdk/x86_64-default-linuxapp-gcc/app/dpdk-pmdinfogen
651   * Add a brief HOWTO to debian/README.source with instructions to build the
652     packages, for CI systems and the like.
653   * Build with RTE_DEVEL_BUILD=n to avoid building test pmds with an rpath
654     hardcoded to the package build PATH. Fixes Lintian Error:
655     - E: dpdk: binary-or-shlib-defines-rpath usr/bin/dpdk-pdump
656          /home/lboccass/git/dpdk_deb/debian/build/shared-root/lib
657   * Fix d/watch file to point to fast.dpdk.org/rel
658   * Allow DPDK_CONFIG, RTE_MACHINE, RTE_TARGET overrides via DEB_BUILD_OPTIONS
659   * Initial Debian release. (Closes: #815760)
660   * Use ?= to allow env var overrides in d/rules
661   * Finalize changelog for upload to unstable.
662
663   [ Santiago RR ]
664   * improve debian/copyright
665   * remove duplicate entries from d/control
666   * debian/control:
667     - dpdk: recommends dkms packages (dpdk-igb-uio-dkms, dpdk-rte-kni-dkms) on
668       arm64 and suggest for other architectures.
669
670   [ Gowrishankar Muthukrishnan ]
671   * enable formerly disabled libraries in ppc64le config
672   * d/control provide now supported packages for ppc64le
673   * d/p/dpdk-dev-ppc-enable-* backports from dpdk to enable more features
674     for ppc64le
675
676  -- Luca Boccassi <luca.boccassi@gmail.com>  Tue, 27 Sep 2016 16:40:31 +0100
677
678 dpdk (16.07~rc5-1) UNRELEASED; urgency=medium
679
680   [ Ricardo Salveti de Araujo ]
681   * Merge with upstream DPDK 16.07-rc5 release
682
683   [ Luca Boccassi ]
684   * Generate pkgconfig and ship it in libdpdk-dev
685   * Document use of dquilt for patches in debian/README.source
686
687  -- Ricardo Salveti de Araujo <rsalveti@rsalveti.net>  Tue, 26 Jul 2016 14:13:38 -0300
688
689 dpdk (16.07~rc4-1) UNRELEASED; urgency=medium
690
691   * Merge with upstream DPDK 16.07-rc4 release
692     - Tools renamed, dpdk_nic_bind is now dpdk-devbind
693   * Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc4
694
695  -- Ricardo Salveti de Araujo <rsalveti@rsalveti.net>  Mon, 25 Jul 2016 13:38:13 -0300
696
697 dpdk (16.07~rc3-1) UNRELEASED; urgency=medium
698
699   [ Christian Ehrhardt ]
700   * Merge with upstream DPDK 16.07-rc3 release
701   * droping patches/backports that are already upstream in DPDK 16.07-rc3
702     - d/p/ubuntu-fix-bond-symbol-export.patch
703     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
704   * adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc3
705   * update symbols
706
707   [ Ricardo Salveti de Araujo ]
708   * debian/rules:
709     - Allow all make commands to be verbose
710     - Fix libdpdk-dev headers path
711   * Renaming package librte-pmd-e10001 to librte-pmd-e1000-1, to avoid mixing
712     package name with soversion (lintian package-name-doesnt-match-sonames)
713   * Adding package librte-pmd-bnxt1
714   * Merging symbols files, handling the arch differences inline instead
715
716   [ Anders Roxell ]
717   * debian/control: add libpcap-dev to libdpdk-dev's Depends list
718
719  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 19 Jul 2016 08:32:06 +0200
720
721 dpdk (16.07~rc1-1) UNRELEASED; urgency=medium
722
723   [ Christian Ehrhardt ]
724   * Merge with upstream DPDK 16.07-rc1 release
725   * droping patches/backports that are already upstream in DPDK 16.07
726     - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
727       This was formerly part of a combined patch that we dropped because the
728       majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
729     - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
730       d/p/ubuntu-backport-44-linking-cleanup.patch
731       Fixing underlinking and overlinking issues in apps and libraries.
732     - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
733       Fix issues with tar >=1.29 (Yakkety)
734     - d/p/ubuntu-backport-42-increase-default-logging-level.patch
735       avoid default debug messages causing a perf degradation
736     - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
737       Fix type retrieving which was broken in standard threads
738     - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
739       failure on arm64
740   * droping patches/backports that are no more applicable
741     - d/p/ubuntu-backport-38-* was never accepted despite looking good.
742       Upstream discussion around proper successor started.
743   * keeping patches:
744     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
745       Was never accepted, Upstream discussion around proper successor started.
746   * adapt debian/* to upstream changes
747     - update symbols and ABI versions
748     - add librte-pdump1
749   * adding changes
750    - fix exported symbols of librte_pmd_bond (sent upstream, can be dropped
751      later)
752
753  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 06 Jul 2016 09:40:49 +0200
754
755 dpdk (16.04-1) UNRELEASED; urgency=medium
756
757   [ Christian Ehrhardt ]
758   * Merge with upstream DPDK 16.04 release
759   * droping patches/backports that are already upstream in DPDK 16.04
760     - d/p/ubuntu-fix-doc-installpath.patch
761     - d/p/ubuntu-fix-testpmd-without-xen.patch
762     - d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch
763     - d/p/ubuntu-backport-[01-32,34-35] backports for stability
764     - d/p/ubuntu-backport-[36-37] but keep doc and example changes in d/*
765   * droping patches for soname / linking fixups.
766     - Upstream now goes with proper soname/abi/api handling per sublib plus a
767       linker script.
768     - dropped d/p/ubuntu-combined-shared-lib-abiversion.patch
769     - dropped d/p/ubuntu-fix-library-linkage.patch
770   * keeping patches:
771     - d/p/ubuntu-backport-38-* fix for memory leak
772       this now applies as is, so changed from a modified backport to match the
773       post 16.04 upstream commit now.
774     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
775     - doc and example changes that were related to d/p/ubuntu-backport-[36-37]
776     - d/p/ubuntu-fix-vhost-user-socket-permission.patch adapted for dpdk-16.04:
777       In the new build system with sublibs the exposed function needs to be
778       listed in lib/librte_eal/linuxapp/eal/rte_eal_version.map
779   * adding upstream backports - can be dropped when merging DPDK 16.07.
780     - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
781       This was formerly part of a combined patch that we dropped because the
782       majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
783     - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
784       d/p/ubuntu-backport-44-linking-cleanup.patch
785       Fixing underlinking and overlinking issues in apps and libraries.
786     - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
787       Fix issues with tar >=1.29 (Yakkety)
788     - d/p/ubuntu-backport-42-increase-default-logging-level.patch
789       avoid default debug messages causing a perf degradation
790     - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
791       Fix type retrieving which was broken in standard threads
792   * adapt to new build system
793     - drop enabling the following build config symbols as they no more exist
794         CONFIG_RTE_BUILD_COMBINE_LIBS
795     - Sub-Libraries are now packaged in a versioned package per library. That
796       allows consumers of dpdk to just depend on what they need. As well as
797       installation of multiple .so versions concurrently.
798     - added the hidden dependency of librte_eal to librte_mempool
799     - use dpkg-buildflags and properly enable hardening
800   * Adding DKMS package for rte_kni (LP: #1592786)
801
802   [ Ricardo Salveti ]
803   * Adding support for ARM64:
804     - debian/control: adding arm64 to the supported architecture list
805     - debian/rules: supporting dpdk config and machine for arm64
806     - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
807       failure on arm64
808     - debian/dpdk-sdk-env.sh: generating the right RTE_TARGET during build
809       time, so we can also make it compatible with ARM64
810     - debian/tests: also making tests compatible with ARM64
811   * Adding DKMS package for igb_uio
812   * Build static dpdk with -fPIC so it can be used by shared libraries
813   * debian/copyright: fixing Canonical's copyright entry
814   * Renaming symbol files so they can match the right package
815   * Drop the arch specific symbol files, as they are identical
816
817   [ Anders Roxell ]
818   * debian/dpdk.init: add remote_fs (lintian)
819   * debian/control: fixing week-library-dev-dependency (lintian)
820
821  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 17 May 2016 14:23:21 +0200
822
823 dpdk (2.2.0-0ubuntu9) yakkety; urgency=medium
824
825   * d/p/ubuntu-backport-[36-37] fix virtio issues (LP: #1570195):
826     - don't let DPDK initialize virtio devices still in use by the kernel
827     - this avoids conflicts between kernel and dpdk usage of those devices
828     - an admin now has to unbind/bind devices as on physical hardware
829     - this is in the dpdk 16.04 release and delta can then be dropped
830     - d/dpdk-doc.README.Debian update for changes in virtio-pci handling
831     - d/dpdk.interfaces update for changes in virtio-pci handling
832   * d/p/ubuntu-backport-38... fix for memory leak (LP: #1570466):
833     - call vhost_destroy_device on removing vhost user ports to fix memory leak
834     - this likely is in the dpdk 16.07 release and delta can then be dropped
835   * d/p/ubuntu-fix-vhost-user-socket-permission.patch fox (LP: #1546565):
836     - when vhost_user sockets are created they are owner:group of the process
837     - the DPDK api to create those has no way to specify owner:group
838     - to fix that without breaking the API and potential workaround code in
839       consumers of the library like openvswitch 2.6 for example. This patch
840       adds an EAL commandline option to specify user:group created vhost_user
841       sockets should have.
842
843  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 27 Apr 2016 07:52:48 -0500
844
845 dpdk (2.2.0-0ubuntu7) xenial; urgency=medium
846
847   * Increase max_map_count after setting huge pages (LP: #1507921):
848     - The default config of 65530 would cause issues as soon as about 64GB or
849       more are used as 2M huge pages for dpdk.
850     - Increase this value to base+2*#hugepages to avoid issues on huge systems.
851   * d/p/ubuntu-backport-[28-32,34-35] backports for stability (LP: #1568838):
852      - these will be in the 16.04 dpdk release, delta can then be dropped.
853      - 5 fixes that do not change api/behaviour but fix serious issues.
854         - 01 f82f705b lpm: fix allocation of an existing object
855         - 02 f9bd3342 hash: fix multi-process support
856         - 03 1aadacb5 hash: fix allocation of an existing object
857         - 04 5d7bfb73 hash: fix race condition at creation
858         - 05 fe671356 vfio: fix resource leak
859         - 06 356445f9 port: fix ring writer buffer overflow
860         - 07 52f7a5ae port: fix burst size mask type
861   * d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
862      - this will likely be in dpdk release 16.07 and delta can then be dropped.
863      - fixes a crash on using fd's >1023 (LP: #1566874)
864   * d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch fix lpm_free (LP: #1569375)
865      - the old patches had an error freeing a pointer which had no meta data
866      - that lead to a crash on any lpm_free call
867      - folded into the fix that generally covers the lpm allocation and free
868        weaknesses already (also there this particular mistake was added)
869
870  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 12 Apr 2016 16:13:47 +0200
871
872 dpdk (2.2.0-0ubuntu6) xenial; urgency=medium
873
874   * d/dpdk-init fix handling of multiple huge page sizes (LP: #1557532):
875      - dpdk-init now ensures non-default-hugepage-size mountpoints are
876        available as well.
877      - extra mountpoints are only created if requested in dpdk.conf and not yet
878        available (e.g. by the admin).
879   * d/dpdk-init fix issues with unassigned devices (LP: #1558485):
880      - dpdk-init no more checks /sys/.../driver of the device unconditionally
881      - removed the superfluous tr call in that path
882   * d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch lpm/lpm6 (LP: #1554009):
883      - lpm/lpm6 fix use after free on lpm[6]_create
884      - lpm/lpm6 fix missing frees of rules_tbl substructure
885      - lpm/lpm6 fix missing free of lpm due to early exit
886      - make RTE_LOG messages of the failed allocation unique
887   * d/p/ubuntu-backport-[01-26] backport for stability (LP: #1559981):
888      - these will be in the following dpdk release and delta can then be dropped
889      - 26 fixes that do not change api/behaviour but fix serious issues
890         - 01 d3a274ce app/testpmd: handle SIGINT and SIGTERM
891         - 02 308df2bf Handle SIGINT and SIGTERM in l3fwd.
892         - 03 da82ee17 tools: fix unbinding failure handling
893         - 04 16c1814c tools: support Python 3 in bind script
894         - 05 bb9f4085 tools: support binding to built-in kernel modules
895         - 06 6e7caa1a eal/linux: support built-in kernel modules
896         - 07 86f36ff9 mempool: fix leak when creation fails
897         - 08 ca67ed28 vhost: fix leak of fds and mmaps
898         - 09 fa11a8a7 port: fix crash for ring writer nodrop
899         - 10 04f36690 port: fix crash for ethdev writer nodrop
900         - 11 c7a4ff80 i40e: fix overflow
901         - 12 097e920c i40e: fix inverted check for no refcount
902         - 13 330aa319 i40e: fix VLAN filtering
903         - 14 9f44dd3d i40e/base: fix missing check for stopped admin queue
904         - 15 8a880736 i40e/base: fix driver load failure
905         - 16 7656a546 fm10k: fix VLAN flag in scattered Rx
906         - 17 c6fb0e55 pcap: fix captured frame length
907         - 18 6e027237 bonding: fix detach of bonded device
908         - 19 df3e8ad7 bonding: fix detach of slave devices
909         - 20 786c990a bonding: copy entire config structure in mode 4
910         - 21 6698820b bonding: do not ignore multicast in mode 4
911         - 22 8997a10b bonding: fix active slaves with no primary
912         - 23 7a7122ed bonding: do not activate slave twice
913         - 24 2186fff3 bonding: fix crash when no slave device
914         - 25 c680a4a8 virtio: fix crash in statistics functions
915         - 26 3b1e3e4e virtio: fix descriptors pointing to the same buffer
916   * d/p/ubuntu-backport-27-virtio-fix-restart.patch for (LP: #1559981):
917      - fixing re-initializing the ethdev as openvswitch-dpdk does in the
918        virtio pmd driver by moving the detection of already being initialized
919        from virtio_dev_close to virtio_dev_start/stop
920      - this will be in the following dpdk release and delta can then be dropped
921   * d/rules build with debuginfo (LP: #1560839):
922      - exporting CFLAGS for all dpdk build processes
923      - dh_strip will automatically and create -dbgsym packages accordingly
924
925  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 23 Mar 2016 10:34:50 +0100
926
927 dpdk (2.2.0-0ubuntu5) xenial; urgency=medium
928
929   * d/t/test-initscripts fix issues regarding 1G hugepages
930      - the dep8 was already taking care of 1G hugepages being not supported in
931        some environments. But it was failing when supported, but not enough
932        memory available.
933
934  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 09 Mar 2016 17:19:24 +0000
935
936 dpdk (2.2.0-0ubuntu4) xenial; urgency=medium
937
938   * harden d/dpdk-init for configuration issues (LP: #1551601):
939      - detect and warn about bad bus specifications.
940      - detect and warn about incomplete device specifications.
941      - detect and warn about non existing pci IDs.
942      - avoid failing when working with unassigned devices.
943      - d/t/test-initscripts now testing various misconfigs.
944      - d/t/test-initscripts now also verifying service status.
945   * d/dpdk-init d/dpdk.conf now also support 1G hugepages (LP: #1551767):
946      - detect and warn if 1G pages are not available but configured.
947      - d/t/test-initscripts now also testing hugepage allocations.
948      - d/dpdk.conf has an option to drop caches to incease the likeliness of
949        successful 1G hugepage allocations (default off).
950   * d/rules replaced uname -m with DEB_HOST_GNU_CPU (LP: #1551796):
951   * fix testpmd to run without Xen environment (LP: #1551752):
952      - upstream discussion is slow, but we need a fix now. We can drop this
953        and change to the upstream solution when it is available.
954   * avoid errors due to missing modules (LP: #1554397):
955      - d/dpdk-init gracefully warns about missing modules.
956      - d/control now suggests linux-image-generic.
957      - d/dpdk.interfaces has a comment that makes the user aware.
958   * d/dpdk-init fix failure loading vfio-pci (LP: #1554214):
959      - d/dpdk-init no more converts "-" to "_" to make vfio-pci work
960      - d/dpdk.interfaces enhanced comments and updated examples
961      - d/dpdk-doc.README.debian got extra notes about using some modules
962   * unify whitespace/tabs in packaging and scripts
963      - tabs/spaces to just spaces in d/dpdk-init and d/dpdk.init.
964      - few remaining spaces to tabs in d/rules
965   * d/t/test-* now satisfy shellcheck
966   * d/* fix various comments and guides to be more readable
967   * d/dpdk-init and d/copyright updated copyright information
968
969  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 09 Mar 2016 08:48:58 +0000
970
971 dpdk (2.2.0-0ubuntu3) xenial; urgency=medium
972
973   * Guard dep8 tests against non supported platforms (LP: #1551158):
974     - d/t/control now avoids failing due to "dependencies are unsatisfiable"
975       when fetching packages. The packages architecture restrictions got added
976       to avoid that.
977     - d/t/check-dpdk-supported-arch.sh is called by all DPDK tests to ensure
978       the platform is supported. If not it skips the test.
979
980  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Mon, 29 Feb 2016 11:03:39 +0000
981
982 dpdk (2.2.0-0ubuntu2) xenial; urgency=medium
983
984   [ Christian Ehrhardt ]
985   * fix libdpdk.so library linking (LP: #1547517)
986     - libdpdk.so now has proper linkage information (was underlinked)
987       Note: this can be dropped when moving to DPDK 2.3 with linker script
988             instead of combined shared lib.
989     - remove reference to extra linkage needed when building against -ldpdk
990       in dpdk-doc README.
991     - add dep8 d/t/test-linkage to verify linking dpdk works as expected.
992   * d/control remove ${shlibs:Depends} on package with no linked binary
993     avoiding dpkg-gencontrol build warning about unknown ${shlibs:Depends}.
994   * d/dpdk-doc.README.debian fix path to DPDK build environment variable
995     helper script in README file.
996   * Update VCS Info in d/control to include our repositories.
997
998   [  James Page ]
999   * d/*: wrap-and-sort.
1000   * d/control: Trim trailing whitespace.
1001
1002  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 25 Feb 2016 16:07:21 +0000
1003
1004 dpdk (2.2.0-0ubuntu1) xenial; urgency=low
1005
1006   * Merge from Upstream to DPDK 2.2
1007     Remaining changes:
1008     - Set soabi for the combined shared library
1009   * Drop changes:
1010     - configuring RTE_LIBNAME to dpdk as it is the upstream default now
1011     - enabled formerly non building components as they build properly in 2.2
1012     - d/p/ubunut-avoid-texlive-fonts-extra, d/control:
1013       Replace use of DejaVuSansMono is no more needed as upstream changed the
1014       font. Thereby we can drop our delta.
1015     - d/p/ubuntu-fix-gcc5-ftbs.patch no more needed with DPDK 2.2
1016   * Added changes
1017     - Disable CONFIG_RTE_NEXT_ABI as required for packaging (git 506f51cc)
1018     - Enable LIBRTE_PMD_PCAP which is useful for some DPDK testcase examples
1019       this adds a build dependency to libpcap-dev
1020     - Fully support DH_VERBOSE for build debugging convenience
1021     - adapt to new make infrastructure of dpdk 2.2
1022     - d/README.debian: convert into d/dpdk-doc.README.debian
1023     - d/dpdk-doc.README.debian: update recommendations about sdk env variables
1024     - d/dpdk-sdk-env.sh: now deployed in /usr/share/dpdk to be opt in
1025     - enable XEN support for dpdk (LP: #1521289).
1026
1027  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Wed, 17 Feb 2016 09:29:28 +0100
1028
1029 dpdk (2.0.0-0ubuntu3) xenial; urgency=medium
1030
1031   * Only generate HTML documentation, easing backports to 14.04 and
1032     reducing the time to build and size of the -doc package (LP: #1524700).
1033
1034  -- James Page <james.page@ubuntu.com>  Thu, 10 Dec 2015 10:23:51 +0000
1035
1036 dpdk (2.0.0-0ubuntu2) xenial; urgency=low
1037
1038   * d/p/ubunut-avoid-texlive-fonts-extra, d/control:
1039     Replace use of DejaVuSansMono by courier and drop dependency on the
1040     texlive-fonts-extra package (which is in universe).
1041   * d/watch added to allow use of uscan to check for upstream releases.
1042   * d/dpdk-init: fix error if bash variables could not be resolved that
1043     appeared as "[: -gt: unexpected operator" (had no functional impact)
1044   * d/dpdk-init:
1045     Replace use of head and cut (in /usr/bin) commands with sed (in /bin)
1046     while also adding /usr/bin to the PATH used on direct /etc/init.d/dpdk
1047     invocation. The PATH is only updated to be on the safe side, there
1048     should be no other commands from /usr/bin used (LP: #1516543).
1049   * d/t/test-mountpoint: add dep8 test to cover the issue of LP #1517075.
1050   * d/dpdk-dev.install: Copy the SDK makefiles into place (LP: #1517075).
1051
1052  -- Stefan Bader <stefan.bader@canonical.com>  Tue, 17 Nov 2015 11:50:15 +0100
1053
1054 dpdk (2.0.0-0ubuntu1) wily; urgency=low
1055
1056   * Initial release (LP: #1487538)
1057
1058  -- Stefan Bader <stefan.bader@canonical.com>  Mon, 01 Jun 2015 18:46:38 +0200