aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
2016-09-25Close ITP 815760 in changelogLuca Boccassi1-0/+1
Change-Id: I1745d19c386dc8c8ccbfa17dac654709206d1c19 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-09-22Update changelog for DPDK_CONFIG overridesLuca Boccassi1-0/+1
Change-Id: I02a4d8f457603e031e0ea631ed308dc88051c4fb Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-09-20Update changelog for d/watch fixLuca Boccassi1-0/+1
Change-Id: If6d2777a100073d5788305101324d3531639374d Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-09-19changelog: mention dkms related fixesChristian Ehrhardt1-0/+4
As usual separate from the functional commit to ease cherry picking. Change-Id: I2bb5adfefde0078b5b2734c763a03d25d4b7e819 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-09-16changelog: mention the contributions of santiagoChristian Ehrhardt1-0/+4
Mention the contributions of santiago to copyright and d/control. Change-Id: I1e07c1a5aed147605fd5058cb60ffbe503a4b615 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-09-16changelog: man page generationChristian Ehrhardt1-0/+3
Add the matching changlog entry for man page creation. Change-Id: I40cac61f858dba69901146a44ea0262cf546dc31 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-09-16debian/changelog: fix minor typosChristian Ehrhardt1-2/+2
Typo fix from santiagorr@riseup.net Change-Id: I7cbf360639b25e25975d8745d7282de8e154ce08 Signed-off-by: Santiago RR <santiagorr@riseup.net> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-09-14Build with RTE_DEVEL_BUILD=n to remove rpathLuca Boccassi1-0/+4
Pass RTE_DEVEL_BUILD=n to make calls to avoid building the test pmds with rpath set to the current path, which is wrong for binaries shipped by distributions. Fixes Lintian Error: E: dpdk: binary-or-shlib-defines-rpath usr/bin/dpdk-pdump /home/lboccass/git/dpdk_deb/debian/build/shared-root/lib Change-Id: I45e6a72beed1769fe35277ec5a2bcf50788254bd Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-09-12changelog: ppc64el enablementChristian Ehrhardt1-0/+7
Update the changelog about the ppc64el enablement Change-Id: I6b9623f9f907e3f8905d8830d9e4417f279a95c5 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-31Add missing entries in debian/changelogLuca Boccassi1-0/+9
- Note about README.source instructions - Note about setting compiler flags in debian/rules - Note about rte-compile-pre-cppflags.patch backport Change-Id: I5f931b28a73f844147b032b36dce1d54701b333e Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-30Merge "Change debian version to 16.07-0~git1" into deb_dpdk_16.07Christian Ehrhardt1-1/+1
2016-08-30Change debian version to 16.07-0~git1Luca Boccassi1-1/+1
Fixes Lintian error, as the Debian version cannot end in 0. Change-Id: I59983cba3879b667142f894385f830d8e1cd3146 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-30changelog: fix d/t/test-initscriptsChristian Ehrhardt1-0/+1
Mention the dep8 changes in the changelog as well. Change-Id: I5963a127b1aafea8653884df4139864e5cc48325 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-15Add optional binary kernel modules packageLuca Boccassi1-0/+5
Add optional binary kernel modules package, disabled by default (build with DEB_BUILD_OPTIONS=kernel_modules to enable). If enabled will build kernel modules against the local, current kernel version (override by adding ksrc=<path/to/kernel/sources> to DEB_BUILD_OPTIONS) into a dpdk-modules-<kernel version> package. Useful for downstream projects that ship a complete ISO, where it is not desirable to include a whole building environment for DKMS packages. Change-Id: I7e0ab239eaf08da71f9d58d60e32abf7cd42bec4 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-11d/changelog: mark version as 16.07-0 until releasedChristian Ehrhardt1-1/+1
This gives derivatives like Ubuntu the chance to branch of and publish the interim state now as 16.07-0* but pickup 16.07-1 once we released it into Debian. Change-Id: I1ddcb3d7c74e9438dc243a6508c2aa51a7948188 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-03scripts: make load-devel-config not to appear as executableChristian Ehrhardt1-0/+3
Quoting the first line of the script: "#! /bin/echo must be loaded with ." Given that we should drop the .sh file ending as well as the executable flag - both are not needed to source the file. Backport of http://dpdk.org/dev/patchwork/patch/15100/ Already got an ack to be commited, but no git commit id yet. Change-Id: Iadad8b2454feb82361731fce19928b395b256fa2 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-03doc: fix old dpdk-nic-bind.py referencesChristian Ehrhardt1-0/+2
Backport of upstream fix http://dpdk.org/dev/patchwork/patch/15057/ Change-Id: Ia96157a7415da4c2817ef0b8d2b72ea6e2f86c79 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-03Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-shareChristian Ehrhardt1-0/+2
As discussed, these binaries are part of the sdk and meant to be shipped with the sdk. They are installed into dpdk-dev by the official "make install-sdk" rule. Since dpdk-dev is arch dependent it should be safe to ignore the warning. Change-Id: I540f043ff056392c3bf6a4c31ed2bcc91bfc4e05 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-02Override lintian W: embedded-javascript-libraryLuca Boccassi1-0/+1
As discussed upstream ships a human-readable version of some javascript libraries in the documentation that are known to work. It is not deemed worthwhile to try and maintain out of tree patches to make the documentation work with the version of those libraries shipped by each distribution. Change-Id: Ib56955f842bac72e7a580a168ae8bd3c375a28e9 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02changelog: fix debian-changelog-line-too-long lintian warningRicardo Salveti1-4/+5
Change-Id: I37a6eaf8be830ed0e233cb7324558448cbc09687 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-08-02Fix upstream rc versions by using "~" instead of "-"Luca Boccassi1-4/+9
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@DPDK_16.04 and 114 others Change-Id: I12424e445ba539f0767006db22beff07adad9f71 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Fix typo in dpdk-doc.README.DebianLuca Boccassi1-0/+2
Change-Id: I6776a67f94866057d02039fc659866e030119fea Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Add python to dpdk-doc Recommends to fix Lintian WLuca Boccassi1-0/+2
Change-Id: I05685943c9d4d956bdf51e0c3089b5b866583dbb Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Convert debian/rules to new style DH targetsLuca Boccassi1-0/+1
Simplify debian/rules targets by using overrides on debhelper targets Change-Id: Id018eae33b5f93acf54b3f24e0f4733683371ad5 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Install api and guides in dpdk-docLuca Boccassi1-0/+1
The api and guides docs are built in the static build dir but installed from the shared dir, which is empty. Use the static dir in both the build and install targets. Change-Id: Ibd532d8cfce770b8109e04a88b51307dae2a7fde Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Add ${shlib:Depends} to dpdk-dev dependenciesLuca Boccassi1-0/+3
Needed for libc6 dependenc Change-Id: I5f8171c2f8a9b2f4d219fd8d65ecdaa85274d73f Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-02Changelog: mention socket permission patch renamingChristian Ehrhardt1-0/+2
Change-Id: Ie9b39a3b93ec4cc685f701b2e0a4ee0f24bbaf65 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-02Update changelog regarding lintian fixesChristian Ehrhardt1-0/+5
Change-Id: I700e9637facae2cc7faebf59148aba298461061e Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-07-29debian/control: add pciutils to the dpdk depends listAnders Roxell1-0/+5
lspci is used by the dpdk-devbind script. Change-Id: I9339e3225a04a7bc374194fc9963e1393c8c37d7 Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-29Updating packaging with the 16.07 releaseChristian Ehrhardt1-0/+6
Change-Id: I2de8861ed7ce61819e12620b5faff67094cb2710 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-07-26Document use of dquilt in debian/README.sourceLuca Boccassi1-0/+1
Add link to Debian's wiki and short snippets with setup instrunctions Change-Id: I306723034c7f215f5244e9b3eacfaaa5c2aa4388 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-07-26Generate pkgconfig and ship it in libdpkg-devLuca Boccassi1-0/+4
The content of the libdpdk.so linker script is read at build time and the libraries included are used to generate the LIBS flags. Also the version is read from the changelog. Change-Id: I52a6dd01706713feb91004d138dbeac7e870aca5 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-07-26Updating packaging with the 16.07-rc5 releaseRicardo Salveti1-0/+6
Change-Id: I8a7ec754c9aa3268afffd8567c1c31066a3c7217 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-25Updating packaging with the 16.07-rc4 releaseRicardo Salveti1-0/+8
Changes: - Tools renamed, dpdk_nic_bind is now dpdk-devbind - Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch to 16.07-rc4 Change-Id: I7b476d3d063db3b321ba6e79289ea99e337f0da0 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-25debian/control: add libpcap-dev to libdpdk-dev's Depends listAnders Roxell1-0/+3
Projects linking against librte-pmd-pcap1 can fail unless libpcap-dev is also installed. Change-Id: If17edbd5d62d15e27c4c2ebc7d3f1b5ce42c7a25 Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19Merging symbols files, handling the arch differences inline insteadRicardo Salveti1-0/+1
Change-Id: Ifd6830ba96d553ac078d2900a0dd60b820ba8032 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19Adding package librte-pmd-bnxt1Ricardo Salveti1-0/+1
Change-Id: I20f98d244069d4ddadb753fbffa987a114d1e045 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19Renaming package librte-pmd-e10001 to librte-pmd-e1000-1Ricardo Salveti1-0/+2
Needed to avoid mixing package name with soversion (lintian package-name-doesnt-match-sonames). Change-Id: Ic00208cf8b0568d027306d487abae827b03dbabd Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19Fix libdpdk-dev headers pathRicardo Salveti1-1/+3
Since libdpdk-dev.dirs was removed, we need to manually create the correct includes path for libdpdk-dev. Change-Id: I9abd78ed4567623590a1d5480df488a74787156a Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19debian/rules: allow all make commands to be verboseRicardo Salveti1-0/+3
Change-Id: Ief0486ccabc1244f123fee7af03ccbfd1c67a5f2 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19changelog for dpdk 16.07-rc3Christian Ehrhardt1-0/+12
Change-Id: I2f25e4e212f3598d0ff89529a45833e457063653 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-07-06initial changelog for the merge to dpdk 16.07-rc1Christian Ehrhardt1-1/+35
Change-Id: I8d08bd6da6e72c54ed579da2d439f01e5c541510 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-06-23changelog: use dpkg-buildflags and properly enable hardeningChristian Ehrhardt1-0/+1
d/rules didn't adapt to the DPDK build system to really tranfer the data from dpkg-buildflags into the DPDK buildsystem. By that hardening flags were lost while building. Change-Id: Ie3ddc0a35ada45a5b2d59b4b75a9660171529291 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-06-23changelog: backport more dpdk 16.07 library linking fixesChristian Ehrhardt1-0/+1
Upstream identified more issues, this is the backport of some discussions around that. Change-Id: I0acdecf2e1d518fa81af7bb4c9b51fc81c36a418 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-06-15Merge Ubuntu DPDK packaging as of 15th June 2016Christian Ehrhardt1-0/+302
As discussed this shall be our initial baseline. If history is needed for any sort of debugging or analysis it can be found at https://code.launchpad.net/~ubuntu-server/dpdk/+git/dpdk Change-Id: Ie95c7effbbea34d723df14f6451c1f782000cbc1 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>