[ubuntu/xenial-proposed] dpdk 2.2.0-0ubuntu6 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Tue Mar 29 09:17:39 UTC 2016


dpdk (2.2.0-0ubuntu6) xenial; urgency=medium

  * d/dpdk-init fix handling of multiple huge page sizes (LP: #1557532):
     - dpdk-init now ensures non-default-hugepage-size mountpoints are
       available as well.
     - extra mountpoints are only created if requested in dpdk.conf and not yet
       available (e.g. by the admin).
  * d/dpdk-init fix issues with unassigned devices (LP: #1558485):
     - dpdk-init no more checks /sys/.../driver of the device unconditionally
     - removed the superfluous tr call in that path
  * d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch lpm/lpm6 (LP: #1554009):
     - lpm/lpm6 fix use after free on lpm[6]_create
     - lpm/lpm6 fix missing frees of rules_tbl substructure
     - lpm/lpm6 fix missing free of lpm due to early exit
     - make RTE_LOG messages of the failed allocation unique
  * d/p/ubuntu-backport-[01-26] backport for stability (LP: #1559981):
     - these will be in the following dpdk release and delta can then be dropped
     - 26 fixes that do not change api/behaviour but fix serious issues
        - 01 d3a274ce app/testpmd: handle SIGINT and SIGTERM
        - 02 308df2bf Handle SIGINT and SIGTERM in l3fwd.
        - 03 da82ee17 tools: fix unbinding failure handling
        - 04 16c1814c tools: support Python 3 in bind script
        - 05 bb9f4085 tools: support binding to built-in kernel modules
        - 06 6e7caa1a eal/linux: support built-in kernel modules
        - 07 86f36ff9 mempool: fix leak when creation fails
        - 08 ca67ed28 vhost: fix leak of fds and mmaps
        - 09 fa11a8a7 port: fix crash for ring writer nodrop
        - 10 04f36690 port: fix crash for ethdev writer nodrop
        - 11 c7a4ff80 i40e: fix overflow
        - 12 097e920c i40e: fix inverted check for no refcount
        - 13 330aa319 i40e: fix VLAN filtering
        - 14 9f44dd3d i40e/base: fix missing check for stopped admin queue
        - 15 8a880736 i40e/base: fix driver load failure
        - 16 7656a546 fm10k: fix VLAN flag in scattered Rx
        - 17 c6fb0e55 pcap: fix captured frame length
        - 18 6e027237 bonding: fix detach of bonded device
        - 19 df3e8ad7 bonding: fix detach of slave devices
        - 20 786c990a bonding: copy entire config structure in mode 4
        - 21 6698820b bonding: do not ignore multicast in mode 4
        - 22 8997a10b bonding: fix active slaves with no primary
        - 23 7a7122ed bonding: do not activate slave twice
        - 24 2186fff3 bonding: fix crash when no slave device
        - 25 c680a4a8 virtio: fix crash in statistics functions
        - 26 3b1e3e4e virtio: fix descriptors pointing to the same buffer
  * d/p/ubuntu-backport-27-virtio-fix-restart.patch for (LP: #1559981):
     - fixing re-initializing the ethdev as openvswitch-dpdk does in the
       virtio pmd driver by moving the detection of already being initialized
       from virtio_dev_close to virtio_dev_start/stop
     - this will be in the following dpdk release and delta can then be dropped
  * d/rules build with debuginfo (LP: #1560839):
     - exporting CFLAGS for all dpdk build processes
     - dh_strip will automatically and create -dbgsym packages accordingly

Date: Wed, 23 Mar 2016 10:34:50 +0100
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/2.2.0-0ubuntu6
-------------- next part --------------
Format: 1.8
Date: Wed, 23 Mar 2016 10:34:50 +0100
Source: dpdk
Binary: dpdk dpdk-dev dpdk-doc libdpdk0 libdpdk-dev
Architecture: source
Version: 2.2.0-0ubuntu6
Distribution: xenial
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)
 libdpdk-dev - Data Plane Development Kit (basic development files)
 libdpdk0   - Data Plane Development Kit (runtime libraries)
Launchpad-Bugs-Fixed: 1554009 1557532 1558485 1559981 1560839
Changes:
 dpdk (2.2.0-0ubuntu6) xenial; urgency=medium
 .
   * d/dpdk-init fix handling of multiple huge page sizes (LP: #1557532):
      - dpdk-init now ensures non-default-hugepage-size mountpoints are
        available as well.
      - extra mountpoints are only created if requested in dpdk.conf and not yet
        available (e.g. by the admin).
   * d/dpdk-init fix issues with unassigned devices (LP: #1558485):
      - dpdk-init no more checks /sys/.../driver of the device unconditionally
      - removed the superfluous tr call in that path
   * d/p/ubuntu-fix-lpm-use-after-free-and-leak.patch lpm/lpm6 (LP: #1554009):
      - lpm/lpm6 fix use after free on lpm[6]_create
      - lpm/lpm6 fix missing frees of rules_tbl substructure
      - lpm/lpm6 fix missing free of lpm due to early exit
      - make RTE_LOG messages of the failed allocation unique
   * d/p/ubuntu-backport-[01-26] backport for stability (LP: #1559981):
      - these will be in the following dpdk release and delta can then be dropped
      - 26 fixes that do not change api/behaviour but fix serious issues
         - 01 d3a274ce app/testpmd: handle SIGINT and SIGTERM
         - 02 308df2bf Handle SIGINT and SIGTERM in l3fwd.
         - 03 da82ee17 tools: fix unbinding failure handling
         - 04 16c1814c tools: support Python 3 in bind script
         - 05 bb9f4085 tools: support binding to built-in kernel modules
         - 06 6e7caa1a eal/linux: support built-in kernel modules
         - 07 86f36ff9 mempool: fix leak when creation fails
         - 08 ca67ed28 vhost: fix leak of fds and mmaps
         - 09 fa11a8a7 port: fix crash for ring writer nodrop
         - 10 04f36690 port: fix crash for ethdev writer nodrop
         - 11 c7a4ff80 i40e: fix overflow
         - 12 097e920c i40e: fix inverted check for no refcount
         - 13 330aa319 i40e: fix VLAN filtering
         - 14 9f44dd3d i40e/base: fix missing check for stopped admin queue
         - 15 8a880736 i40e/base: fix driver load failure
         - 16 7656a546 fm10k: fix VLAN flag in scattered Rx
         - 17 c6fb0e55 pcap: fix captured frame length
         - 18 6e027237 bonding: fix detach of bonded device
         - 19 df3e8ad7 bonding: fix detach of slave devices
         - 20 786c990a bonding: copy entire config structure in mode 4
         - 21 6698820b bonding: do not ignore multicast in mode 4
         - 22 8997a10b bonding: fix active slaves with no primary
         - 23 7a7122ed bonding: do not activate slave twice
         - 24 2186fff3 bonding: fix crash when no slave device
         - 25 c680a4a8 virtio: fix crash in statistics functions
         - 26 3b1e3e4e virtio: fix descriptors pointing to the same buffer
   * d/p/ubuntu-backport-27-virtio-fix-restart.patch for (LP: #1559981):
      - fixing re-initializing the ethdev as openvswitch-dpdk does in the
        virtio pmd driver by moving the detection of already being initialized
        from virtio_dev_close to virtio_dev_start/stop
      - this will be in the following dpdk release and delta can then be dropped
   * d/rules build with debuginfo (LP: #1560839):
      - exporting CFLAGS for all dpdk build processes
      - dh_strip will automatically and create -dbgsym packages accordingly
Checksums-Sha1:
 272794c3d7ee8cb7936856744b9c183fabd61a24 2273 dpdk_2.2.0-0ubuntu6.dsc
 2efa28671f26a804eb3cadf3f7fe74b22c47bf91 37532 dpdk_2.2.0-0ubuntu6.debian.tar.xz
Checksums-Sha256:
 f38bb64ee0929c545424b7d0e987e0b2b46c5d745e4976de97b1422170b31bce 2273 dpdk_2.2.0-0ubuntu6.dsc
 1f3ca438ed11ead8fa53ce080cf5416ccf89c56af54a1c3fc466c8f327879488 37532 dpdk_2.2.0-0ubuntu6.debian.tar.xz
Files:
 4fb6ec7aac879e0395d969f08ab9f41e 2273 libs optional dpdk_2.2.0-0ubuntu6.dsc
 93cfda62bd8acf3d1ec09b4c456d0d58 37532 libs optional dpdk_2.2.0-0ubuntu6.debian.tar.xz


More information about the Xenial-changes mailing list