From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allain Legacy Subject: [PATCH 01/16] config: adds attributes for the AVP PMD Date: Fri, 24 Feb 2017 20:23:00 -0500 Message-ID: <1487985795-136044-2-git-send-email-allain.legacy@windriver.com> References: <1487985795-136044-1-git-send-email-allain.legacy@windriver.com> Mime-Version: 1.0 Content-Type: text/plain Cc: To: Return-path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id 203A52BAD for ; Sat, 25 Feb 2017 02:23:44 +0100 (CET) In-Reply-To: <1487985795-136044-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