diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/dpdk-doc.README.Debian | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fc120c92..a92d4814 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ dpdk (16.07-1) UNRELEASED; urgency=medium * Convert debian/rules to new style DH targets * Add Recommends: python to dpdk-doc since it ships python scripts among the examples, fixes Lintian warning about missing python dependencies + * Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc: + spelling-error-in-readme-debian to to (duplicate word) to" -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 29 Jul 2016 08:18:50 +0200 diff --git a/debian/dpdk-doc.README.Debian b/debian/dpdk-doc.README.Debian index 669bf396..774a08cd 100644 --- a/debian/dpdk-doc.README.Debian +++ b/debian/dpdk-doc.README.Debian @@ -15,7 +15,7 @@ runtime. Since DPDK technically would be able to use all of your compatible card/driver combination it is required that you take care of blacklisting / whitelisting -network cards to tell dpdk which it has to to initialize (especially true for +network cards to tell dpdk which it has to initialize (especially true for virtio-pci as the normal kernel driver is considered compatible). If you are working with virtio-pci network cards it isn't a hard requirement to |