Age | Commit message (Expand) | Author | Files | Lines |
2018-01-05 | dpdk[-doc]: convert all scripts to python3 |  Luca Boccassi | 1 | -0/+5 |
2018-01-04 | d/rules: make auto-loaded drivers dir versioned |  Christian Ehrhardt | 1 | -8/+9 |
2017-11-09 | Fix DPDK_ABI parsing when using ~ for RCs |  Luca Boccassi | 1 | -1/+1 |
2017-11-09 | Drop Xen support and packages, removed upstream |  Luca Boccassi | 1 | -5/+0 |
2017-11-09 | Revert "d/rules: use new dh option names" |  Luca Boccassi | 1 | -2/+2 |
2017-11-08 | Switch dependencies to python3 |  Luca Boccassi | 1 | -2/+2 |
2017-11-08 | Fix DPDK_ABI parsing in d/rules to account for -rcX |  Luca Boccassi | 1 | -1/+1 |
2017-10-23 | d/rules: use new dh option names |  Christian Ehrhardt | 1 | -2/+2 |
2017-10-23 | d/rules: properly enable dpdk systemd service |  Christian Ehrhardt | 1 | -2/+2 |
2017-08-23 | Use dpkg's DEB_HOST* instead of manually parsing |  Luca Boccassi | 1 | -3/+0 |
2017-08-23 | Use dpkg's DEB_VERSION_UPSTREAM instead of manually parsing |  Luca Boccassi | 1 | -9/+8 |
2017-08-18 | fix packaging of dpdk-devbind |  Christian Ehrhardt | 1 | -1/+1 |
2017-08-03 | Copy full headers directory into SDK |  Luca Boccassi | 1 | -0/+10 |
2017-08-03 | Use arch-dependent include directory in DKMS confs |  Luca Boccassi | 1 | -0/+4 |
2017-07-28 | Fix upstream version parsing |  Luca Boccassi | 1 | -1/+1 |
2017-07-06 | Backward compatibility: symlink x86_64 headers |  Luca Boccassi | 1 | -0/+7 |
2017-06-30 | Install arch-specific headers in /usr/include/ARCH |  Luca Boccassi | 1 | -4/+15 |
2017-06-20 | debian/rules: adapt new location and build of tests |  Christian Ehrhardt | 1 | -3/+4 |
2017-06-19 | Adjust install path for UTs and check config first |  Luca Boccassi | 1 | -5/+7 |
2017-06-19 | Set +x on debian/rules |  Luca Boccassi | 1 | -0/+0 |
2017-06-19 | Always change ABI in the config regardless of custom files |  Luca Boccassi | 1 | -1/+2 |
2017-06-19 | Rename libraries following ABI version rather than library version |  Luca Boccassi | 1 | -2/+2 |
2017-06-19 | Merge branch '16.11.x' into 17.05.x |  Luca Boccassi | 1 | -29/+67 |
2017-06-14 | Pass -g via EXTRA_CFLAGS |  Charles (Chas) Williams | 1 | -0/+1 |
2017-06-13 | Remove old compatibility transitional packages |  Luca Boccassi | 1 | -15/+0 |
2017-06-12 | Generate libdpdk-dev dependencies and dpdk recommends |  Luca Boccassi | 1 | -0/+7 |
2017-06-12 | Hide dbgsym metapackage behind DEB_BUILD_OPTIONS |  Luca Boccassi | 1 | -11/+23 |
2017-06-12 | Add dbgsym meta-package |  Jan Blunck | 1 | -0/+6 |
2017-06-12 | Add support for building mempool packages |  Charles (Chas) Williams | 1 | -0/+5 |
2017-06-12 | Pass jobs argument via MAKEFLAGS variable |  Jan Blunck | 1 | -6/+5 |
2017-05-30 | Change DEB_BUILD_OPTIONS nodocs to nodoc |  Luca Boccassi | 1 | -1/+1 |
2017-05-22 | debian/rules: fix man pages on non-x86 |  Christian Ehrhardt | 1 | -2/+5 |
2017-05-18 | Add option to disable static libraries build |  Luca Boccassi | 1 | -0/+12 |
2017-05-18 | Add option to disable docs build |  Luca Boccassi | 1 | -0/+10 |
2017-05-17 | debian/rules: adapt new location and build of tests |  Christian Ehrhardt | 1 | -1/+4 |
2017-05-17 | debian/rules: build using MAJOR_ABI |  Christian Ehrhardt | 1 | -5/+6 |
2017-03-16 | Explicitly pass kerneldir= variable |  Jan Blunck | 1 | -0/+1 |
2017-03-15 | Make debian/rules file call install-kmod |  Jan Blunck | 1 | -3/+2 |
2017-03-15 | Fix pkg-config multiarch libdir |  Jan Blunck | 1 | -0/+1 |
2017-03-15 | Pass Debian multiarch libdir during install |  Jan Blunck | 1 | -8/+12 |
2017-02-07 | provide old ABI levels via backward compatibility of new DPDK libraries. |  Christian Ehrhardt | 1 | -0/+15 |
2017-01-04 | Make dpdk-dev's //lib symlink multiarch aware |  Christian Ehrhardt | 1 | -0/+4 |
2016-11-10 | Use -fno-PIE when building kernel modules |  Luca Boccassi | 1 | -0/+1 |
2016-11-09 | debian/rules: Only export hardening related building HOST_/EXTRA flags when d... |  Santiago | 1 | -13/+19 |
2016-10-12 | include the autotest suite in dpdk-dev |  Christian Ehrhardt | 1 | -0/+4 |
2016-10-11 | d/rules support DEB_BUILD_OPTIONS parallel |  Christian Ehrhardt | 1 | -3/+10 |
2016-09-29 | add empty RTE_EAL_PMD_PATH dir to librte_eal |  Christian Ehrhardt | 1 | -0/+3 |
2016-09-29 | utilize RTE_EAL_PMD_PATH |  Christian Ehrhardt | 1 | -2/+10 |
2016-09-22 | Allow DPDK_CONFIG, RTE_MACHINE, RTE_TARGET overrides |  Luca Boccassi | 1 | -1/+18 |
2016-09-21 | Use ?= to allow env var overrides in d/rules |  Luca Boccassi | 1 | -9/+9 |