Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: a347c91412f0db5c25141b709a93eaf040a77730
https://github.com/Linaro/odp/commit/a347c91412f0db5c25141b709a93eaf040a77730
Author: Matias Elo <[email protected]>
Date: 2017-03-02 (Thu, 02 Mar 2017)
Changed paths:
M platform/linux-generic/m4/odp_dpdk.m4
M platform/linux-generic/pktio/dpdk.c
Log Message:
-----------
linux-gen: dpdk: improve pmd driver linking
Previously each dpdk pmd driver had to be individually referred in the odp
code to ensure proper gcc constructor linking. Using the -—whole-archive
option when linking the drivers removes this need. After this patch new
dpdk pmd drivers are automatically linked.
Signed-off-by: Matias Elo <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: e6a635ac73e99a9a7a6b499685a72139e87044ea
https://github.com/Linaro/odp/commit/e6a635ac73e99a9a7a6b499685a72139e87044ea
Author: Matias Elo <[email protected]>
Date: 2017-03-02 (Thu, 02 Mar 2017)
Changed paths:
M test/linux-generic/validation/api/pktio/pktio_run_dpdk.sh
Log Message:
-----------
linux-gen: dpdk: disable pci devices when running make check
Disable pci devices during DPDK pktio validation test. If the system has
pci devices mapped to DPDK pmd drivers they may overlap with the
test vdev device indices, which will cause the validation test to fail.
Signed-off-by: Matias Elo <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 37db76d04174f90f86c8103e6a1ca9d1e9518098
https://github.com/Linaro/odp/commit/37db76d04174f90f86c8103e6a1ca9d1e9518098
Author: Matias Elo <[email protected]>
Date: 2017-03-02 (Thu, 02 Mar 2017)
Changed paths:
M .travis.yml
M DEPENDENCIES
M scripts/build-pktio-dpdk
Log Message:
-----------
linux-gen: dpdk: bump target dpdk version to 17.02
Signed-off-by: Matias Elo <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/88dbb0062310...37db76d04174