From 2ab94eabdfd684428289f866e7c4635adf4d0db8 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Thu, 17 May 2018 11:37:50 +0200 Subject: Add DPDK_TARGET_MACHINE definitions to machine configurations Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/machine/atom-c3000.conf | 2 ++ conf/machine/xeon-d.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf index ce26958..9ce89bd 100644 --- a/conf/machine/atom-c3000.conf +++ b/conf/machine/atom-c3000.conf @@ -26,6 +26,8 @@ require conf/machine/include/intel-common-pkgarch.inc MACHINE_EXTRA_RRECOMMENDS += "lms8" +DPDK_TARGET_MACHINE ?= "nhm" + XSERVER_X86_MATROX_MGA = "xf86-video-mga \ " XSERVER_X86_ASPEED_AST = "xf86-video-ast \ diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf index 5bb6b4b..bfa6322 100644 --- a/conf/machine/xeon-d.conf +++ b/conf/machine/xeon-d.conf @@ -24,6 +24,8 @@ require conf/machine/include/intel-common-pkgarch.inc MACHINE_EXTRA_RRECOMMENDS += "lms8" +DPDK_TARGET_MACHINE ?= "hsw" + XSERVER_X86_MATROX_MGA = "xf86-video-mga \ " XSERVER_X86_ASPEED_AST = "xf86-video-ast \ -- cgit v1.2.3-54-g00ecf