diff options
author | Luca Boccassi <bluca@debian.org> | 2019-02-07 15:17:05 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2019-02-07 15:17:05 +0000 |
commit | 2a5e25b12d3d8395308200ac1f0bef2b709b29f3 (patch) | |
tree | 309881b5abe57514cfb2fbba1c1c8d6586ebd11e /debian | |
parent | ca83be7070b760444e28468d2aa6b1b15494e13b (diff) |
Add NEWS entry for dpdk-dev
Change-Id: Ie0adcf8f7f5ff686969c76a97caa1d46194a6700
Signed-off-by: Luca Boccassi <bluca@debian.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/dpdk-dev.NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/dpdk-dev.NEWS b/debian/dpdk-dev.NEWS new file mode 100644 index 00000000..9a5416eb --- /dev/null +++ b/debian/dpdk-dev.NEWS @@ -0,0 +1,13 @@ +dpdk (18.11-5~git1) UNRELEASED; urgency=medium + + As a result from switching the build system to Meson, the following changes + happened since 17.11: + - Switch PMD installation directory from /usr/lib/*/dpdk-18.11-drivers to + /usr/lib/*/dpdk/pmds-18.11. + - Remove backward-compatibility symlink for arch-dependent headers. Users + now should use the libdpdk.pc pkg-config file to get the appropriate + CFLAGS, or specify -I/usr/include/<ARCH>/dpdk manually. + - Drop the dpdk-dev SDK package, users should just use pkg-config now. + - Rename all binaries and scripts to have a dpdk- prefix. + + -- Luca Boccassi <bluca@debian.org> Thu, 07 Feb 2019 15:15:07 +0000 |