From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allain Legacy Subject: [PATCH v4 01/17] config: adds attributes for the AVP PMD Date: Mon, 13 Mar 2017 15:16:17 -0400 Message-ID: <1489432593-32390-2-git-send-email-allain.legacy@windriver.com> References: <1488414008-162839-1-git-send-email-allain.legacy@windriver.com> <1489432593-32390-1-git-send-email-allain.legacy@windriver.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , , , , <3chas3@gmail.com> To: Return-path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id A01812C2A for ; Mon, 13 Mar 2017 20:17:04 +0100 (CET) In-Reply-To: <1489432593-32390-1-git-send-email-allain.legacy@windriver.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Updates the common base configuration file to include a top level config attribute for the AVP PMD. Signed-off-by: Allain Legacy Signed-off-by: Matt Peters --- config/common_base | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/common_base b/config/common_base index aeee13e..912bc68 100644 --- a/config/common_base +++ b/config/common_base @@ -348,6 +348,11 @@ CONFIG_RTE_LIBRTE_QEDE_FW="" CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n # +# Compile WRS accelerated virtual port (AVP) guest PMD driver +# +CONFIG_RTE_LIBRTE_AVP_PMD=n + +# # Compile the TAP PMD # It is enabled by default for Linux only. # -- 1.8.3.1