>From 726567a34c537d27285f65657c2c34a941093e91 Mon Sep 17 00:00:00 2001 From: Joao Martins Date: Mon, 20 Feb 2017 13:33:34 +0000 Subject: [PATCH WIP 2/2] config: add xen-netback PMD option Default is disabled. Signed-off-by: Joao Martins --- config/common_base | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/common_base b/config/common_base index 7830535..a2f0330 100644 --- a/config/common_base +++ b/config/common_base @@ -563,11 +563,16 @@ CONFIG_RTE_LIBRTE_VHOST_DEBUG=n CONFIG_RTE_LIBRTE_PMD_VHOST=n # -#Compile Xen domain0 support +# Compile Xen domain0 support # CONFIG_RTE_LIBRTE_XEN_DOM0=n # +# Compile Xen netback PMD +# +CONFIG_RTE_LIBRTE_PMD_XEN_NETBACK=n + +# # Enable warning directives # CONFIG_RTE_INSECURE_FUNCTION_WARNING=n -- 2.1.4