[ubuntu/yakkety-proposed] dpdk 16.07-0ubuntu1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Thu Aug 11 16:56:16 UTC 2016


dpdk (16.07-0ubuntu1) yakkety; urgency=medium

  * release current state of deb_dpdk packaging into yakkety

dpdk (16.07-0) UNRELEASED; urgency=medium

  [ Christian Ehrhardt ]
  * Merge with upstream DPDK 16.07 release
  * Cleanup Lintian Warnings
    - d/p/fix-unusual-interpreter.patch fixes "W: dpdk-doc:
      unusual-interpreter"
    - d/p/fix-double-license-info.patch fixes "W: dpdk-rte-kni-dkms:
      extra-license-file"
  * Renamed d/p/ubuntu-fix-vhost-user-socket-permission.patch to
    d/p/fix-vhost-user-socket-permission.patch
  * Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-share
    These binaries are part of the sdk and meant to be shipped with the sdk.
  * d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch to fix the
    docs in regard to 16.07 changes renaming dpdk_nic_bind
  * d/p/make-load-devel-config-not-to-appear-as-executable.patch to avoid
    accidentially executing as script and to fix unusual-interpreter lintian
    warning.

  [ Anders Roxell ]
  * debian/control: add pciutils to the dpdk depends list, since lspci is used
    by the devbind script

  [ Luca Boccassi ]
  * Add ${shlib:Depends} to dpdk-dev dependencies
  * Install api and guides in dpdk-doc
  * Convert debian/rules to new style DH targets
  * Add Recommends: python to dpdk-doc since it ships python scripts among the
    examples, fixes Lintian warning about missing python dependencies
  * Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc:
    spelling-error-in-readme-debian to to (duplicate word) to"
  * Fix upstream rc versions by using "~" instead of "-". 16.07-rc1 evaluates
    as newer than 16.07 which causes issues with Debian tools and Lintian
    errors and warnings:
    - W: libethdev4: latest-debian-changelog-entry-without-new-version
    - E: libethdev4: symbols-file-contains-current-version-with-debian-revision
      on symbol DPDK_16.04 at DPDK_16.04 and 114 others
  * Add lintian-overrides for: "W: dpdk-doc: embedded-javascript-library"

dpdk (16.07~rc5-1) UNRELEASED; urgency=medium

  [ Ricardo Salveti de Araujo ]
  * Merge with upstream DPDK 16.07-rc5 release

  [ Luca Boccassi ]
  * Generate pkgconfig and ship it in libdpdk-dev
  * Document use of dquilt for patches in debian/README.source

dpdk (16.07~rc4-1) UNRELEASED; urgency=medium

  * Merge with upstream DPDK 16.07-rc4 release
    - Tools renamed, dpdk_nic_bind is now dpdk-devbind
  * Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc4

dpdk (16.07~rc3-1) UNRELEASED; urgency=medium

  [ Christian Ehrhardt ]
  * Merge with upstream DPDK 16.07-rc3 release
  * droping patches/backports that are already upstream in DPDK 16.07-rc3
    - d/p/ubuntu-fix-bond-symbol-export.patch
    - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
  * adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc3
  * update symbols

  [ Ricardo Salveti de Araujo ]
  * debian/rules:
    - Allow all make commands to be verbose
    - Fix libdpdk-dev headers path
  * Renaming package librte-pmd-e10001 to librte-pmd-e1000-1, to avoid mixing
    package name with soversion (lintian package-name-doesnt-match-sonames)
  * Adding package librte-pmd-bnxt1
  * Merging symbols files, handling the arch differences inline instead

  [ Anders Roxell ]
  * debian/control: add libpcap-dev to libdpdk-dev's Depends list

dpdk (16.07~rc1-1) UNRELEASED; urgency=medium

  [ Christian Ehrhardt ]
  * Merge with upstream DPDK 16.07-rc1 release
  * droping patches/backports that are already upstream in DPDK 16.07
    - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
      This was formerly part of a combined patch that we dropped because the
      majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
    - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
      d/p/ubuntu-backport-44-linking-cleanup.patch
      Fixing underlinking and overlinking issues in apps and libraries.
    - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
      Fix issues with tar >=1.29 (Yakkety)
    - d/p/ubuntu-backport-42-increase-default-logging-level.patch
      avoid default debug messages causing a perf degradation
    - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
      Fix type retrieving which was broken in standard threads
    - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
      failure on arm64
  * droping patches/backports that are no more applicable
    - d/p/ubuntu-backport-38-* was never accepted despite looking good.
      Upstream discussion around proper successor started.
  * keeping patches:
    - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
      Was never accepted, Upstream discussion around proper successor started.
  * adapt debian/* to upstream changes
    - update symbols and ABI versions
    - add librte-pdump1
  * adding changes
   - fix exported symbols of librte_pmd_bond (sent upstream, can be dropped
     later)

dpdk (16.04-1) UNRELEASED; urgency=medium

  [ Christian Ehrhardt ]
  * Merge with upstream DPDK 16.04 release
  * droping patches/backports that are already upstream in DPDK 16.04
    - d/p/ubuntu-fix-doc-installpath.patch
    - d/p/ubuntu-fix-testpmd-without-xen.patch
    - d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch
    - d/p/ubuntu-backport-[01-32,34-35] backports for stability
    - d/p/ubuntu-backport-[36-37] but keep doc and example changes in d/*
  * droping patches for soname / linking fixups.
    - Upstream now goes with proper soname/abi/api handling per sublib plus a
      linker script.
    - dropped d/p/ubuntu-combined-shared-lib-abiversion.patch
    - dropped d/p/ubuntu-fix-library-linkage.patch
  * keeping patches:
    - d/p/ubuntu-backport-38-* fix for memory leak
      this now applies as is, so changed from a modified backport to match the
      post 16.04 upstream commit now.
    - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
    - doc and example changes that were related to d/p/ubuntu-backport-[36-37]
    - d/p/ubuntu-fix-vhost-user-socket-permission.patch adapted for dpdk-16.04:
      In the new build system with sublibs the exposed function needs to be
      listed in lib/librte_eal/linuxapp/eal/rte_eal_version.map
  * adding upstream backports - can be dropped when merging DPDK 16.07.
    - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
      This was formerly part of a combined patch that we dropped because the
      majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
    - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
      d/p/ubuntu-backport-44-linking-cleanup.patch
      Fixing underlinking and overlinking issues in apps and libraries.
    - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
      Fix issues with tar >=1.29 (Yakkety)
    - d/p/ubuntu-backport-42-increase-default-logging-level.patch
      avoid default debug messages causing a perf degradation
    - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
      Fix type retrieving which was broken in standard threads
  * adapt to new build system
    - drop enabling the following build config symbols as they no more exist
        CONFIG_RTE_BUILD_COMBINE_LIBS
    - Sub-Libraries are now packaged in a versioned package per library. That
      allows consumers of dpdk to just depend on what they need. As well as
      installation of multiple .so versions concurrently.
    - added the hidden dependency of librte_eal to librte_mempool
    - use dpkg-buildflags and properly enable hardening
  * Adding DKMS package for rte_kni (LP: #1592786)

  [ Ricardo Salveti ]
  * Adding support for ARM64:
    - debian/control: adding arm64 to the supported architecture list
    - debian/rules: supporting dpdk config and machine for arm64
    - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
      failure on arm64
    - debian/dpdk-sdk-env.sh: generating the right RTE_TARGET during build
      time, so we can also make it compatible with ARM64
    - debian/tests: also making tests compatible with ARM64
  * Adding DKMS package for igb_uio
  * Build static dpdk with -fPIC so it can be used by shared libraries
  * debian/copyright: fixing Canonical's copyright entry
  * Renaming symbol files so they can match the right package
  * Drop the arch specific symbol files, as they are identical

  [ Anders Roxell ]
  * debian/dpdk.init: add remote_fs (lintian)
  * debian/control: fixing week-library-dev-dependency (lintian)

Date: Thu, 11 Aug 2016 10:09:10 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: James Page <james.page at ubuntu.com>
https://launchpad.net/ubuntu/+source/dpdk/16.07-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 11 Aug 2016 10:09:10 +0200
Source: dpdk
Binary: dpdk dpdk-dev dpdk-doc dpdk-igb-uio-dkms dpdk-rte-kni-dkms libdpdk-dev libethdev4 librte-acl2 librte-cfgfile2 librte-cmdline2 librte-cryptodev1 librte-distributor1 librte-eal2 librte-hash2 librte-ip-frag1 librte-jobstats1 librte-kni2 librte-kvargs1 librte-lpm2 librte-mbuf2 librte-mempool2 librte-meter1 librte-pipeline3 librte-pmd-af-packet1 librte-pmd-bnxt1 librte-pmd-bond1 librte-pmd-cxgbe1 librte-pmd-e1000-1 librte-pmd-ena1 librte-pmd-enic1 librte-pmd-fm10k1 librte-pmd-i40e1 librte-pmd-ixgbe1 librte-pmd-null-crypto1 librte-pmd-null1 librte-pmd-pcap1 librte-pmd-ring2 librte-pmd-vhost1 librte-pmd-virtio1 librte-pmd-vmxnet3-uio1 librte-pmd-xenvirt1 librte-port3 librte-power1 librte-reorder1 librte-ring1 librte-sched1 librte-table2 librte-timer1 librte-vhost3 librte-pdump1
Architecture: source
Version: 16.07-0ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
 dpdk       - Data Plane Development Kit (runtime)
 dpdk-dev   - Data Plane Development Kit (development files)
 dpdk-doc   - Data Plane Development Kit (documentation)
 dpdk-igb-uio-dkms - Data Plane Development Kit (igb uio dkms)
 dpdk-rte-kni-dkms - Data Plane Development Kit (rte kni dkms)
 libdpdk-dev - Data Plane Development Kit (basic development files)
 libethdev4 - Data Plane Development Kit (libethdev runtime library)
 librte-acl2 - Data Plane Development Kit (librte-acl runtime library)
 librte-cfgfile2 - Data Plane Development Kit (librte-cfgfile runtime library)
 librte-cmdline2 - Data Plane Development Kit (librte-cmdline runtime library)
 librte-cryptodev1 - Data Plane Development Kit (librte-cryptodev runtime library)
 librte-distributor1 - Data Plane Development Kit (librte-distributor runtime library)
 librte-eal2 - Data Plane Development Kit (librte-eal runtime library)
 librte-hash2 - Data Plane Development Kit (librte-hash runtime library)
 librte-ip-frag1 - Data Plane Development Kit (librte-ip-frag runtime library)
 librte-jobstats1 - Data Plane Development Kit (librte-jobstats runtime library)
 librte-kni2 - Data Plane Development Kit (librte-kni runtime library)
 librte-kvargs1 - Data Plane Development Kit (librte-kvargs runtime library)
 librte-lpm2 - Data Plane Development Kit (librte-lpm runtime library)
 librte-mbuf2 - Data Plane Development Kit (librte-mbuf2 runtime library)
 librte-mempool2 - Data Plane Development Kit (librte-mempool runtime library)
 librte-meter1 - Data Plane Development Kit (librte-meter runtime library)
 librte-pdump1 - Data Plane Development Kit (librte_pdump runtime library)
 librte-pipeline3 - Data Plane Development Kit (librte-pipeline runtime library)
 librte-pmd-af-packet1 - Data Plane Development Kit (librte-pmd-af-packet runtime library)
 librte-pmd-bnxt1 - Data Plane Development Kit (librte-pmd-bnxt runtime library)
 librte-pmd-bond1 - Data Plane Development Kit (librte-pmd-bond runtime library)
 librte-pmd-cxgbe1 - Data Plane Development Kit (librte-pmd-cxgbe runtime library)
 librte-pmd-e1000-1 - Data Plane Development Kit (librte-pmd-e1000 runtime library)
 librte-pmd-ena1 - Data Plane Development Kit (librte-pmd-ena runtime library)
 librte-pmd-enic1 - Data Plane Development Kit (librte-pmd-enic runtime library)
 librte-pmd-fm10k1 - Data Plane Development Kit (librte-pmd-fm10k runtime library)
 librte-pmd-i40e1 - Data Plane Development Kit (librte-pmd-i40e runtime library)
 librte-pmd-ixgbe1 - Data Plane Development Kit (librte-pmd-ixgbe runtime library)
 librte-pmd-null-crypto1 - Data Plane Development Kit (librte-pmd-null-crypto runtime librar
 librte-pmd-null1 - Data Plane Development Kit (librte-pmd-null runtime library)
 librte-pmd-pcap1 - Data Plane Development Kit (librte-pmd-pcap runtime library)
 librte-pmd-ring2 - Data Plane Development Kit (librte-pmd-ring runtime library)
 librte-pmd-vhost1 - Data Plane Development Kit (librte-pmd-vhost runtime library)
 librte-pmd-virtio1 - Data Plane Development Kit (librte-pmd-virtio runtime library)
 librte-pmd-vmxnet3-uio1 - Data Plane Development Kit (librte-pmd-vmxnet3-uio runtime librar
 librte-pmd-xenvirt1 - Data Plane Development Kit (librte-pmd-xenvirt runtime library)
 librte-port3 - Data Plane Development Kit (librte-port runtime library)
 librte-power1 - Data Plane Development Kit (librte-power runtime library)
 librte-reorder1 - Data Plane Development Kit (librte-reorder runtime library)
 librte-ring1 - Data Plane Development Kit (librte_ring runtime library)
 librte-sched1 - Data Plane Development Kit (librte_sched runtime library)
 librte-table2 - Data Plane Development Kit (librte_table runtime library)
 librte-timer1 - Data Plane Development Kit (librte_timer runtime library)
 librte-vhost3 - Data Plane Development Kit (librte_vhost runtime library)
Launchpad-Bugs-Fixed: 1592786
Changes:
 dpdk (16.07-0ubuntu1) yakkety; urgency=medium
 .
   * release current state of deb_dpdk packaging into yakkety
 .
 dpdk (16.07-0) UNRELEASED; urgency=medium
 .
   [ Christian Ehrhardt ]
   * Merge with upstream DPDK 16.07 release
   * Cleanup Lintian Warnings
     - d/p/fix-unusual-interpreter.patch fixes "W: dpdk-doc:
       unusual-interpreter"
     - d/p/fix-double-license-info.patch fixes "W: dpdk-rte-kni-dkms:
       extra-license-file"
   * Renamed d/p/ubuntu-fix-vhost-user-socket-permission.patch to
     d/p/fix-vhost-user-socket-permission.patch
   * Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-share
     These binaries are part of the sdk and meant to be shipped with the sdk.
   * d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch to fix the
     docs in regard to 16.07 changes renaming dpdk_nic_bind
   * d/p/make-load-devel-config-not-to-appear-as-executable.patch to avoid
     accidentially executing as script and to fix unusual-interpreter lintian
     warning.
 .
   [ Anders Roxell ]
   * debian/control: add pciutils to the dpdk depends list, since lspci is used
     by the devbind script
 .
   [ Luca Boccassi ]
   * Add ${shlib:Depends} to dpdk-dev dependencies
   * Install api and guides in dpdk-doc
   * Convert debian/rules to new style DH targets
   * Add Recommends: python to dpdk-doc since it ships python scripts among the
     examples, fixes Lintian warning about missing python dependencies
   * Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc:
     spelling-error-in-readme-debian to to (duplicate word) to"
   * Fix upstream rc versions by using "~" instead of "-". 16.07-rc1 evaluates
     as newer than 16.07 which causes issues with Debian tools and Lintian
     errors and warnings:
     - W: libethdev4: latest-debian-changelog-entry-without-new-version
     - E: libethdev4: symbols-file-contains-current-version-with-debian-revision
       on symbol DPDK_16.04 at DPDK_16.04 and 114 others
   * Add lintian-overrides for: "W: dpdk-doc: embedded-javascript-library"
 .
 dpdk (16.07~rc5-1) UNRELEASED; urgency=medium
 .
   [ Ricardo Salveti de Araujo ]
   * Merge with upstream DPDK 16.07-rc5 release
 .
   [ Luca Boccassi ]
   * Generate pkgconfig and ship it in libdpdk-dev
   * Document use of dquilt for patches in debian/README.source
 .
 dpdk (16.07~rc4-1) UNRELEASED; urgency=medium
 .
   * Merge with upstream DPDK 16.07-rc4 release
     - Tools renamed, dpdk_nic_bind is now dpdk-devbind
   * Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc4
 .
 dpdk (16.07~rc3-1) UNRELEASED; urgency=medium
 .
   [ Christian Ehrhardt ]
   * Merge with upstream DPDK 16.07-rc3 release
   * droping patches/backports that are already upstream in DPDK 16.07-rc3
     - d/p/ubuntu-fix-bond-symbol-export.patch
     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
   * adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch for dpdk 16.07-rc3
   * update symbols
 .
   [ Ricardo Salveti de Araujo ]
   * debian/rules:
     - Allow all make commands to be verbose
     - Fix libdpdk-dev headers path
   * Renaming package librte-pmd-e10001 to librte-pmd-e1000-1, to avoid mixing
     package name with soversion (lintian package-name-doesnt-match-sonames)
   * Adding package librte-pmd-bnxt1
   * Merging symbols files, handling the arch differences inline instead
 .
   [ Anders Roxell ]
   * debian/control: add libpcap-dev to libdpdk-dev's Depends list
 .
 dpdk (16.07~rc1-1) UNRELEASED; urgency=medium
 .
   [ Christian Ehrhardt ]
   * Merge with upstream DPDK 16.07-rc1 release
   * droping patches/backports that are already upstream in DPDK 16.07
     - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
       This was formerly part of a combined patch that we dropped because the
       majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
     - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
       d/p/ubuntu-backport-44-linking-cleanup.patch
       Fixing underlinking and overlinking issues in apps and libraries.
     - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
       Fix issues with tar >=1.29 (Yakkety)
     - d/p/ubuntu-backport-42-increase-default-logging-level.patch
       avoid default debug messages causing a perf degradation
     - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
       Fix type retrieving which was broken in standard threads
     - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
       failure on arm64
   * droping patches/backports that are no more applicable
     - d/p/ubuntu-backport-38-* was never accepted despite looking good.
       Upstream discussion around proper successor started.
   * keeping patches:
     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
       Was never accepted, Upstream discussion around proper successor started.
   * adapt debian/* to upstream changes
     - update symbols and ABI versions
     - add librte-pdump1
   * adding changes
    - fix exported symbols of librte_pmd_bond (sent upstream, can be dropped
      later)
 .
 dpdk (16.04-1) UNRELEASED; urgency=medium
 .
   [ Christian Ehrhardt ]
   * Merge with upstream DPDK 16.04 release
   * droping patches/backports that are already upstream in DPDK 16.04
     - d/p/ubuntu-fix-doc-installpath.patch
     - d/p/ubuntu-fix-testpmd-without-xen.patch
     - d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch
     - d/p/ubuntu-backport-[01-32,34-35] backports for stability
     - d/p/ubuntu-backport-[36-37] but keep doc and example changes in d/*
   * droping patches for soname / linking fixups.
     - Upstream now goes with proper soname/abi/api handling per sublib plus a
       linker script.
     - dropped d/p/ubuntu-combined-shared-lib-abiversion.patch
     - dropped d/p/ubuntu-fix-library-linkage.patch
   * keeping patches:
     - d/p/ubuntu-backport-38-* fix for memory leak
       this now applies as is, so changed from a modified backport to match the
       post 16.04 upstream commit now.
     - d/p/ubuntu-backport-33-vhost-user-add-error-handling-for-fd-1023.patch
     - doc and example changes that were related to d/p/ubuntu-backport-[36-37]
     - d/p/ubuntu-fix-vhost-user-socket-permission.patch adapted for dpdk-16.04:
       In the new build system with sublibs the exposed function needs to be
       listed in lib/librte_eal/linuxapp/eal/rte_eal_version.map
   * adding upstream backports - can be dropped when merging DPDK 16.07.
     - d/p/ubuntu-backport-39-lpm-fix-freeing-in-compatibility-mode.patch
       This was formerly part of a combined patch that we dropped because the
       majority is upstream (d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch).
     - d/p/ubuntu-backport-40-linking-fixes-stage-[1-4]-4.patch
       d/p/ubuntu-backport-44-linking-cleanup.patch
       Fixing underlinking and overlinking issues in apps and libraries.
     - d/p/ubuntu-backport-41-fix-install-tar-1.29.patch
       Fix issues with tar >=1.29 (Yakkety)
     - d/p/ubuntu-backport-42-increase-default-logging-level.patch
       avoid default debug messages causing a perf degradation
     - d/p/ubuntu-backport-43-fix-level-type-retrieving.patch
       Fix type retrieving which was broken in standard threads
   * adapt to new build system
     - drop enabling the following build config symbols as they no more exist
         CONFIG_RTE_BUILD_COMBINE_LIBS
     - Sub-Libraries are now packaged in a versioned package per library. That
       allows consumers of dpdk to just depend on what they need. As well as
       installation of multiple .so versions concurrently.
     - added the hidden dependency of librte_eal to librte_mempool
     - use dpkg-buildflags and properly enable hardening
   * Adding DKMS package for rte_kni (LP: #1592786)
 .
   [ Ricardo Salveti ]
   * Adding support for ARM64:
     - debian/control: adding arm64 to the supported architecture list
     - debian/rules: supporting dpdk config and machine for arm64
     - d/p/ubuntu-fix-xenvirt-support-dynamic-page-size.patch: fix build
       failure on arm64
     - debian/dpdk-sdk-env.sh: generating the right RTE_TARGET during build
       time, so we can also make it compatible with ARM64
     - debian/tests: also making tests compatible with ARM64
   * Adding DKMS package for igb_uio
   * Build static dpdk with -fPIC so it can be used by shared libraries
   * debian/copyright: fixing Canonical's copyright entry
   * Renaming symbol files so they can match the right package
   * Drop the arch specific symbol files, as they are identical
 .
   [ Anders Roxell ]
   * debian/dpdk.init: add remote_fs (lintian)
   * debian/control: fixing week-library-dev-dependency (lintian)
Checksums-Sha1:
 c25142caeb00e7f4603a66aaa06a3d023b4f72e2 5856 dpdk_16.07-0ubuntu1.dsc
 3cb3d2e9c95462878d3509548cd53b24077dc255 16961844 dpdk_16.07.orig.tar.gz
 3c2ec6382dda2dcfe3078f6d4877163d392ce407 37516 dpdk_16.07-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 c637510b6d9c43d19c892b45f99b9d949c1ab82346e26d4b4702d9639c35c5be 5856 dpdk_16.07-0ubuntu1.dsc
 cc982455a74357e465112bede5c29451b6eeb35f8c1c0dcea280dd3e7829f0e9 16961844 dpdk_16.07.orig.tar.gz
 775b62ae78070d6e88485ce0d4122d172cf0f5fc19664e170ab2a8498df93a07 37516 dpdk_16.07-0ubuntu1.debian.tar.xz
Files:
 d05555b047ce00fbc145f5e2487793b0 5856 libs optional dpdk_16.07-0ubuntu1.dsc
 4afdc7951e21ff878a85ecade7f6f488 16961844 libs optional dpdk_16.07.orig.tar.gz
 9ac98aa8676d9ab64d30e359eccd4f53 37516 libs optional dpdk_16.07-0ubuntu1.debian.tar.xz
Original-Maintainer: deb_dpdk Packagers <deb-dpdk at lists.fd.io>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXrK1fAAoJEL/srsug59jDGTYQAIi2Gr3aiV1s5e5Nk2IR182T
MpfsxVB4PECw9tPb22NrPIuvDbNo9sNC6f9kpIkz29akasPwYej9jklTmCnuAMC7
eZPBF9endGCVhYhazfq0u8ohh5mgzphOgwGs1TaMk24KlqlTUv3UD4h00JRd/OkX
MZmgE36O7eoOovKAEghS5U40HBWKAeMXznnL9VETV714WxRuYx3XQSV2SLPrOZXg
gGfI9twoyoQxEHYFuk+ek59MHztcqMu9okR4oLCqLTp8YuNHDD7m1tY2AuPgAF0D
5KY9DTYfLvj/FnlIaEqkbMAxje2UrqhOZcsLZO3QPt3SNcxgQavV3L4N4dE9Nhib
QklkaseGXffB5ErXneu7j4YTURwWTkhnGyVfpDaDWX7DR+f3IntMLgnhxsrG9mjN
pbUoOcExY1U5IhaTcgr96V2mx2HNyjPkJQko+lcJ2RBdfkKe5QKXeY8B6OwBM48F
pXUmjueE9yCCpS9toD9F5sBq1JyilUcJ5TGgZDITlJm9w69r0N+6GFGqo+RSB2nk
uz4cpbUN69Pon5lgTrsa5ZzoTlRotYTiLW16rMPqnTuaCZLrZuxZH9csXIFb4WIY
rhKcMrwSAhXvzZdUtiQpW4TAlvJvLSfwmoRX2manmPXGw9kwK2yy562iJuEmcMa+
Fg0l9dsTLDykW9WoCzpi
=KvbM
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list