~paelzer/ubuntu/+source/dpdk:bug-1836365-LTS-summer-2019-disco

Last commit made on 2019-07-16
Get this branch:
git clone -b bug-1836365-LTS-summer-2019-disco 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:
bug-1836365-LTS-summer-2019-disco
Repository:
lp:~paelzer/ubuntu/+source/dpdk

Recent commits

eb83359... by Christian Ehrhardt 

changelog: mention fix for mlx rdma-core dependencies (LP: #1820957)

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

ddfe2d6... by Christian Ehrhardt 

update-maintainer

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

8cef6df... by Christian Ehrhardt 

changelog: Make DPDK LTS release available in Disco (LP: #1784816)

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

f41e386... by Christian Ehrhardt 

Import patches-unapplied version 18.11.2-1 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: 8ad9239069e7d2e01b94a3b7fd6df0e715463b5d

New changelog entries:
  [ Christian Ehrhardt ]
  * Merge stable update to 18.11.2; For a list of changes see
    http://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#id1
    - refresh 0004-build-bump-minimum-Meson-version-to-0.47.1.patch for 18.11.2
    - drop changes upstream in 18.11.2
      0002-build-use-generic-march-on-arm64-when-using-default.patch
      lp-1827102-kni-fix-build-with-Linux-5.1.patch
  [ Santiago Ruano Rincón ]
  * debian/rules: clean doc files

8ad9239... by Christian Ehrhardt 

Import patches-unapplied version 18.11.1-3 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: 0afaa3c26b335f26379aeb0b00a161873992179d

New changelog entries:
  * d/control: add dependencies to libdpdk-dev: libelf-dev and libjansson-dev
    to avoid pkg-config issues
  * d/control: drop unused build dependency to libcap-dev

0afaa3c... by Christian Ehrhardt 

Import patches-unapplied version 18.11.1-2 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: 652ad9140ccd0de7aa7d0720ee2c63c6562733e8

New changelog entries:
  [ Christian Ehrhardt ]
  * d/control: drop shlibs:Depends from dpdk as it has no binaries anymore
  * d/p/lp-1827102-kni-fix-build-with-Linux-5.1.patch fix kni DKMS build with
    Linux 5.1 kernels (LP: #1827102)
  [ Luca Boccassi ]
  * Bump Standards-Version to 4.3.0, no changes.

652ad91... by Luca Boccassi

Import patches-unapplied version 18.11.1-1 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: 201a5b117cf48db1bbf1752c54074107e97ab8cc

New changelog entries:
  [ Christian Ehrhardt ]
  * Merge stable update to 18.11.1; For a list of changes see
    https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html
    - refresh 0004-build-bump-minimum-Meson-version-to-0.47.1.patch for 18.11.1
    - drop changes upstream in 18.11.1
      0001-doc-fix-garbage-text-in-generated-HTML-guides.patch
      0003-build-mention-march-in-pkg-config-description.patch
      0001-kni-fix-build-for-dev_open-in-Linux-5.0.patch
      0002-kni-fix-build-for-igb_ndo_bridge_setlink-in-Linux-5..patch
  * d/control: fix usability issue with mlx PMDs which might need rdma-core
    to be installed. In most cases users will want this, to be able to
    drop rdma-core if unwanted in some cases this is only a recommends added
    to librte-pmd-mlx4-18.11 and librte-pmd-mlx5-18.11 (Closes: #925141)
  [ Luca Boccassi ]
  * Bump Standards-Version to 4.3.0, no changes.

201a5b1... by Luca Boccassi

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

Imported using git-ubuntu import.

Changelog parent: c007945132eed17277c25fb7b7d449e2ce5ad06d

New changelog entries:
  [ Luca Boccassi ]
  * Add NEWS entry to list changes to dpdk-dev. (Closes: #921043)
  [ Christian Ehrhardt ]
  * d/control: ensure break relationships are backportable (Closes: #921042)
  * d/p/*kni-fix-build*: fix build with kernel 5.0 (LP: #1814919)

c007945... by Luca Boccassi

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

Imported using git-ubuntu import.

Changelog parent: d95e9283eda62313034e01200bd694a92ccaa33f

New changelog entries:
  [ Christian Ehrhardt ]
  * d/control: add librte-mempool-ring to the list of default libs that dpdk
    Recommends. This ensures a generally functional mempool backend by default
    but stays configurable (remove librte-mempool-ring and/or add other
    librte-mempool packages).
  [ Luca Boccassi ]
  * libdpdk-dev: depend on libipsec-mb-dev as its linker flag is in
    pkg-config's static list.

d95e928... by Luca Boccassi

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

Imported using git-ubuntu import.

Changelog parent: a1988eaca918d6ec98e584ed72e539e4072f8693

New changelog entries:
  * Fix typo in ccp PMD short description. (Closes: #917792)
  * Link applications and tests dynamically instead of statically.
  * Update libdpdk-dev's description to mention that the pkg-config file's
    CFLAGS might contain an -march higher than typical baseline, due to
    DPDK's requirements.
  * Binary kernel module build: use kernel headers from highest version
    rather than what uname -a returns by default.
  * Backport the following Meson patches to fix dependencies issues:
    - 0003-build-mention-march-in-pkg-config-description.patch
    - 0004-build-bump-minimum-Meson-version-to-0.47.1.patch
    - 0005-build-use-dependency-instead-of-find_library.patch
    - 0006-build-reorder-libraries-and-build-eal-before-cmdline.patch
    - 0007-build-use-dependency-for-libbsd-instead-of-manual-ap.patch
    Bump mimimum Meson version to 0.47.1 accordingly.
  [ Christian Ehrhardt ]
  * move developer tools from dpdk to dpdk-dev
  [ Luca Boccassi ]