[meta-intel] [PATCH V2 0/3] meta-intel/common: Upgrade DPDK to v1.7.0

sreeju.armughanx.selvaraj at intel.com sreeju.armughanx.selvaraj at intel.com
Wed Sep 17 07:20:19 PDT 2014


From: Sreeju Selvaraj <sreeju.armughanx.selvaraj at intel.com>

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 MACHINE_EXTRA_RRECOMMENDS to enable DPDK by default for Romley.

---
Version 2 Changes:

PATCH V2 1/3:
* No changes.

PATCH V2 2/3:
* As suggested by Ross, removed the patch which hard coded to exclude the
compilation of dpdk_qat and vhost, Instead of that added enable / disable
mechanism for dependancies qat and fuse using PACKAGECONFIG.

* Also added the config variables for example app dpdk_qat and vhost.
It can be set to enable or disable based on PACKAGECONFIG content.

PATCH V2 3/3:
* No changes


Please review the patch and help to merge in to meta-intel:master and
meta-intel:daisy

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-inte/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 ++++++++
 ...d-config-variables-to-enable-disable-dpdk.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         |  41 +++
 meta-romley/conf/machine/romley-ivb.conf           |   4
 meta-romley/conf/machine/romley.conf               |   5
 9 files changed, 699 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-Add-config-variables-to-enable-disable-dpdk.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



More information about the meta-intel mailing list