diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-01-04 13:55:43 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-01-04 14:12:50 +0100 |
commit | 53a88cb03f686d1bcca4edcae3f82183052c4e22 (patch) | |
tree | ac2be94f7032cd4105f7e68d0c27559ae855e780 | |
parent | cf2b2208378ed8c7e2c4759fa962ca91e6522c77 (diff) |
changelog: d/rules: make auto-loaded drivers dir versioned
Change-Id: Ia8f66c25a1fd4925159ce399c2acefa5fae15697
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6bb59ff4..576ca054 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,10 @@ dpdk (17.11-1~git1) UNRELEASED; urgency=medium python-pyelftools a recommended dependency. * d/control: add librte-pmd-octeontx17.11 * d/t/control: fix test dependencies for s390x (Closes: #882480). + * d/rules: make auto-loaded drivers dir versioned (LP: #1741244). + 3rd party drivers should drop into the versioned directories now to show + their support for that version and to be autoloaded by librte_eal due + to that. -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 14:17:03 +0100 |