d/rules: make auto-loaded drivers dir versioned 48/9948/3
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 4 Jan 2018 12:51:27 +0000 (13:51 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 4 Jan 2018 13:12:50 +0000 (14:12 +0100)
commitcf2b2208378ed8c7e2c4759fa962ca91e6522c77
tree7c6af3fd677d5e4378bfaae86ab305afb22987ea
parenta1f3a36e3ed05eeaf2ebe29b0ad4416729f055f3
d/rules: make auto-loaded drivers dir versioned

The dir registered as CONFIG_RTE_EAL_PMD_PATH= will be loaded by EAL.
But that is an issue if multiple versions of DPDK are co-installed.

Version A of EAL might load drivers of version B or vice versa.
Since this isn't the normal linker loads, but loads from a dir we must
version it to avoid issues of these cross-version loads.

Fixes: https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1741244

Change-Id: I4e97f077f531f7fcb746a2c5b2ffec60d140a4a1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/rules