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

sreeju.armughanx.selvaraj at intel.com sreeju.armughanx.selvaraj at intel.com
Mon Sep 29 19:43:27 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


---

Version 3 Changes:

PATCH V3 1/3:
* No changes.

PATCH V3 2/3:
* Added "Upstream Status" to the patches.

Note: we have droped the patch which includes dpdk in to machine config for now
as we have not recieved any response on this.


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 (2):
  meta-intel/common: Add include file for DPDK
  meta-intel/common: Upgrade DPDK to v1.7.0

 common/recipes-extended/dpdk/dpdk.inc              | 139 ++++++++
 ...d-config-variables-to-enable-disable-dpdk.patch |  42 +++
 ...examples-pipeline-build-with-all-examples.patch |  34 ++
 ...e-extra-devices-creation-with-vdev-option.patch |  44 +++
 .../dpdk/dpdk-1.7.0-ring-simplify-unit-tests.patch | 380 +++++++++++++++++++++
 common/recipes-extended/dpdk/dpdk_1.6.0r2.bb       | 150 +-------
 common/recipes-extended/dpdk/dpdk_1.7.0.bb         |  41 +++
 7 files changed, 695 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