From: Sreeju Selvaraj <[email protected]> Hi All,
This series of patches consists below: 1. Upgraded the DPDK to the latest version v1.7.0 2. Added an include file based on the recipe for dpdk_1.6.0r2 3. Cherry picked patches to fix the test case failure of example app ring_pmd_autotest 4. Cherry picked patch to fix the installation failure of example app ip_pipeline 5. Added a patch to exclude the compilation of dpdk_qat, and vhost since they have the dependancy on qat source and fuse libraries. 6. Added MACHINE_EXTRA_RRECOMMENDS to enable DPDK by default for Romley. Please review the changes, and help to merge the patch into meta-intel:master and meta-intel:daisy branch Thanks and Regards, -Sreeju The following changes since commit 174f6c90d1fdc87b6d0ed846902b1b63d6c79dc5: meta-crystalforest: Update README with new build settings (2014-08-27 15:37:02 -0500) are available in the git repository at: git://git.yoctoproject.org/meta-intel-contrib sreeju/daisy/intel-bsp-common http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=sreeju/daisy/intel-bsp-common Sreeju Selvaraj (3): meta-intel/common: Add include file for DPDK meta-intel/common: Upgrade DPDK to v1.7.0 meta-romley: DPDK v1.7.0 support for Romley machine config common/recipes-extended/dpdk/dpdk.inc | 139 ++++++++ ...exclude-compilation-of-dpdk_qat-and-vhost.patch | 40 +++ ...examples-pipeline-build-with-all-examples.patch | 33 ++ ...e-extra-devices-creation-with-vdev-option.patch | 43 +++ .../dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch | 379 +++++++++++++++++++++ common/recipes-extended/dpdk/dpdk_1.6.0r2.bb | 150 +------- common/recipes-extended/dpdk/dpdk_1.7.0.bb | 27 ++ meta-romley/conf/machine/romley-ivb.conf | 4 meta-romley/conf/machine/romley.conf | 5 9 files changed, 685 insertions(+), 135 deletions(-) create mode 100644 common/recipes-extended/dpdk/dpdk.inc create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-exclude-compilation-of-dpdk_qat-and-vhost.patch create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-examples-pipeline-build-with-all-examples.patch create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-remove-extra-devices-creation-with-vdev-option.patch create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch create mode 100644 common/recipes-extended/dpdk/dpdk_1.7.0.bb -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
