~paelzer/ubuntu/+source/dpdk:bionic-17.11.3

Last commit made on 2018-08-01
Get this branch:
git clone -b bionic-17.11.3 https://git.launchpad.net/~paelzer/ubuntu/+source/dpdk
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
bionic-17.11.3
Repository:
lp:~paelzer/ubuntu/+source/dpdk

Recent commits

0c8d5c6... by Christian Ehrhardt 

changelog: release for Bionic as SRU

Change-Id: I22d2c97afc55165435eee2bf909adc3928942c9d
Signed-off-by: Christian Ehrhardt <email address hidden>

ee4d014... by Christian Ehrhardt 

changelog: add Bionic changelog history

Change-Id: I5b2a764c57802f01b463c4e89ca94a64b45d257d
Signed-off-by: Christian Ehrhardt <email address hidden>

daba918... by Christian Ehrhardt 

update maintainer

Change-Id: I3d4eecfe6d08709f291eb590c1286319b0de8f40
Signed-off-by: Christian Ehrhardt <email address hidden>

49e3e0c... by Luca Boccassi

Import patches-unapplied version 17.11.3-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 2d4a87914d78ea90c659dd333c2fdc9107d97b5c

New changelog entries:
  * d/p/net-mlx5-fix-build-with-rdma-core-v19.patch: fix Build against
    rdma-core v19 which is in Debian unstable now. (This will most likely be
    in 17.11.4 and can then be dropped)

2d4a879... by Luca Boccassi

Import patches-unapplied version 17.11.3-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: e1cf68963d31deb813fe87514c90d42cce94f1c0

New changelog entries:
  * Temporarily disable ML4 and MLX5 again to fix FTBS due to
    incompatibility with rdma-core 19.0.
  [ Christian Ehrhardt ]
  * New upstream release 17.11.3; for a full list of changes see:
    https://dpdk.org/doc/guides-17.11/rel_notes/release_17_11.html
  * d/control: binary package and build-dependency for MLX4 and MLX5 PMDs.
    - d/librte-pmd-mlx*.symbols: symbol files for mlx PMDs
    - d/p/app-testpmd-add-ethernet-peer-command.patch: ensure MLX PMDs are
      well testable

e1cf689... by Luca Boccassi

Import patches-unapplied version 17.11.2-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: e022e7f2afad5858e61f8fdee1a03cb5dffd77d3

New changelog entries:
  * New upstream release 17.11.2; for a full list of changes see:
    https://dpdk.org/doc/guides-17.11/rel_notes/release_17_11.html
    * Fixes CVE-2018-1059 (Closes: #896688).

e022e7f... by Luca Boccassi

Import patches-unapplied version 17.11.1-6 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 5d7651c046c023860bdea4c11dd265cd8c45c90a

New changelog entries:
  * test-linkage: drop brittle test for secondary library dependencies

5d7651c... by Luca Boccassi

Import patches-unapplied version 17.11.1-5 to debian/sid

Imported using git-ubuntu import.

Changelog parent: a8856871a4c66ba6a014779858bead659e4fcf58

New changelog entries:
  [ Christian Ehrhardt ]
  * d/t/control: depend on dpdk-dev to be able to use dpdk-sdk-env.sh
  * d/t/testlinkage: improvements and fixes for current debci issues
    - Use RTE_SDK to build the binary
    - verbose execution for better debugging
    - check for librt instead of libpthread as second level lib
    - use a valid prototype for main
  [ Luca Boccassi ]

a885687... by Luca Boccassi

Import patches-unapplied version 17.11.1-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 9d63550ff2d38de05c964356a34b1ad15115ef55

New changelog entries:
  [ Christian Ehrhardt ]
  * d/control: let libdpdk-dev depend on zlib1g-dev as it is used on build and
    creeps into pkg-config. Even thou at the moment no dpdk .so uses it is
    required to build correctly with the libs provided by pkg-config.
  [ Luca Boccassi ]

9d63550... by Luca Boccassi

Import patches-unapplied version 17.11.1-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: e787489036557cedf3a735ed459968f92c013298

New changelog entries:
  * autopkgtest: add pkg-config dependency to really fix linkage test.