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